msm8953: kang light hal from moto msm8937 tree

This commit is contained in:
jeangraff30
2020-12-27 23:38:19 -03:00
parent d92733b312
commit 5d7dcdfc69
11 changed files with 109 additions and 147 deletions

View File

@@ -1,32 +1,25 @@
//
// Copyright (C) 2017 The LineageOS Project
// SPDX-License-Identifier: GPL-3.0-or-later
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// Copyright (C) 2019, Harshit Jain
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
cc_binary {
relative_install_path: "hw",
defaults: ["hidl_defaults"],
name: "android.hardware.light@2.0-service.motorola_msm8953",
proprietary: true,
init_rc: ["android.hardware.light@2.0-service.motorola_msm8953.rc"],
name: "android.hardware.light@2.0-service.msm8953",
init_rc: ["android.hardware.light@2.0-service.msm8953.rc"],
srcs: ["service.cpp", "Light.cpp"],
shared_libs: [
"libhardware",
"libhidlbase",
"libhidltransport",
"liblog",
"libhwbinder",
"libutils",
"android.hardware.light@2.0",
"libhardware",
"libhidlbase",
"libhidltransport",
"liblog",
"libhwbinder",
"libcutils",
"libutils",
"android.hardware.light@2.0",
],
relative_install_path : "hw",
vendor: true,
}