1d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo//
2d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// Copyright (C) 2016 The Android Open Source Project
3d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo//
4d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// Licensed under the Apache License, Version 2.0 (the "License");
5d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// you may not use this file except in compliance with the License.
6d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// You may obtain a copy of the License at
7d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo//
8d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo//      http://www.apache.org/licenses/LICENSE-2.0
9d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo//
10d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// Unless required by applicable law or agreed to in writing, software
11d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// distributed under the License is distributed on an "AS IS" BASIS,
12d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// See the License for the specific language governing permissions and
14d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo// limitations under the License.
15d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo//
16d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo
17d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo#include <hardware/hardware.h>
18d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo
19d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymohw_module_t HAL_MODULE_INFO_SYM = {
20d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo  .id = "stub",
21d18829480c833dd9416a3778900cb4ddaad375b2Alex Deymo};
22