blob: cf345da9c52f7bf624cb416c8b00a18ef00fae85 [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: [
Tri Vo85120c92017-02-10 12:45:17 -080016 ":android.hardware.example.extension.light@2.0_hal",
Steven Moreland08484f82016-10-14 12:27:48 -070017 ],
18 out: [
19 "android/hardware/example/extension/light/2.0/types.cpp",
20 "android/hardware/example/extension/light/2.0/ExtLightAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.example.extension.light@2.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070026 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080027 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 -070028 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080029 ":android.hardware.example.extension.light@2.0_hal",
Steven Moreland08484f82016-10-14 12:27:48 -070030 ],
31 out: [
32 "android/hardware/example/extension/light/2.0/types.h",
33 "android/hardware/example/extension/light/2.0/IExtLight.h",
34 "android/hardware/example/extension/light/2.0/IHwExtLight.h",
Yifan Honga18049a2017-01-11 13:14:59 -080035 "android/hardware/example/extension/light/2.0/BnHwExtLight.h",
36 "android/hardware/example/extension/light/2.0/BpHwExtLight.h",
Steven Moreland08484f82016-10-14 12:27:48 -070037 "android/hardware/example/extension/light/2.0/BsExtLight.h",
38 ],
39}
40
41cc_library_shared {
42 name: "android.hardware.example.extension.light@2.0",
43 generated_sources: ["android.hardware.example.extension.light@2.0_genc++"],
44 generated_headers: ["android.hardware.example.extension.light@2.0_genc++_headers"],
45 export_generated_headers: ["android.hardware.example.extension.light@2.0_genc++_headers"],
46 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080047 "libhidlbase",
48 "libhidltransport",
Steven Moreland08484f82016-10-14 12:27:48 -070049 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080050 "liblog",
Steven Moreland08484f82016-10-14 12:27:48 -070051 "libutils",
52 "libcutils",
53 "android.hardware.light@2.0",
54 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -070055 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080056 "libhidlbase",
57 "libhidltransport",
Steven Morelandfcd74eb2016-11-02 10:23:49 -070058 "libhwbinder",
59 "libutils",
Yifan Hongc2f27792016-11-07 15:38:41 -080060 "android.hardware.light@2.0",
Steven Moreland69727772016-10-25 15:45:19 -070061 ],
Steven Moreland08484f82016-10-14 12:27:48 -070062}