blob: a65835617a195255c19bcfb3730c6f207cff5b06 [file] [log] [blame]
Steven Moreland08484f82016-10-14 12:27:48 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voce608be2017-02-07 19:13:25 -08003filegroup {
4 name: "android.hardware.example.extension.light@2.0_hal",
5 srcs: [
6 "types.hal",
7 "IExtLight.hal",
8 ],
9}
10
Steven Moreland08484f82016-10-14 12:27:48 -070011genrule {
12 name: "android.hardware.example.extension.light@2.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -070013 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080014 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.example.extension.light@2.0",
Steven Moreland08484f82016-10-14 12:27:48 -070015 srcs: [
16 "types.hal",
17 "IExtLight.hal",
18 ],
19 out: [
20 "android/hardware/example/extension/light/2.0/types.cpp",
21 "android/hardware/example/extension/light/2.0/ExtLightAll.cpp",
22 ],
23}
24
25genrule {
26 name: "android.hardware.example.extension.light@2.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070027 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080028 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.example.extension.light@2.0",
Steven Moreland08484f82016-10-14 12:27:48 -070029 srcs: [
30 "types.hal",
31 "IExtLight.hal",
32 ],
33 out: [
34 "android/hardware/example/extension/light/2.0/types.h",
35 "android/hardware/example/extension/light/2.0/IExtLight.h",
36 "android/hardware/example/extension/light/2.0/IHwExtLight.h",
Yifan Honga18049a2017-01-11 13:14:59 -080037 "android/hardware/example/extension/light/2.0/BnHwExtLight.h",
38 "android/hardware/example/extension/light/2.0/BpHwExtLight.h",
Steven Moreland08484f82016-10-14 12:27:48 -070039 "android/hardware/example/extension/light/2.0/BsExtLight.h",
40 ],
41}
42
43cc_library_shared {
44 name: "android.hardware.example.extension.light@2.0",
45 generated_sources: ["android.hardware.example.extension.light@2.0_genc++"],
46 generated_headers: ["android.hardware.example.extension.light@2.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.example.extension.light@2.0_genc++_headers"],
48 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080049 "libhidlbase",
50 "libhidltransport",
Steven Moreland08484f82016-10-14 12:27:48 -070051 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080052 "liblog",
Steven Moreland08484f82016-10-14 12:27:48 -070053 "libutils",
54 "libcutils",
55 "android.hardware.light@2.0",
56 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -070057 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080058 "libhidlbase",
59 "libhidltransport",
Steven Morelandfcd74eb2016-11-02 10:23:49 -070060 "libhwbinder",
61 "libutils",
Yifan Hongc2f27792016-11-07 15:38:41 -080062 "android.hardware.light@2.0",
Steven Moreland69727772016-10-25 15:45:19 -070063 ],
Steven Moreland08484f82016-10-14 12:27:48 -070064}