blob: 556894df67d4a5c1f8d8297ad6e43ea9cfdf8053 [file] [log] [blame]
Ashutosh Joshi6104b272016-10-27 11:06:23 -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.contexthub@1.0_hal",
5 srcs: [
6 "types.hal",
7 "IContexthub.hal",
8 "IContexthubCallback.hal",
9 ],
10}
11
Ashutosh Joshi6104b272016-10-27 11:06:23 -070012genrule {
13 name: "android.hardware.contexthub@1.0_genc++",
14 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080015 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.contexthub@1.0",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070016 srcs: [
17 "types.hal",
18 "IContexthub.hal",
19 "IContexthubCallback.hal",
20 ],
21 out: [
22 "android/hardware/contexthub/1.0/types.cpp",
23 "android/hardware/contexthub/1.0/ContexthubAll.cpp",
24 "android/hardware/contexthub/1.0/ContexthubCallbackAll.cpp",
25 ],
26}
27
28genrule {
29 name: "android.hardware.contexthub@1.0_genc++_headers",
30 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080031 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.contexthub@1.0",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070032 srcs: [
33 "types.hal",
34 "IContexthub.hal",
35 "IContexthubCallback.hal",
36 ],
37 out: [
38 "android/hardware/contexthub/1.0/types.h",
39 "android/hardware/contexthub/1.0/IContexthub.h",
40 "android/hardware/contexthub/1.0/IHwContexthub.h",
Yifan Honga18049a2017-01-11 13:14:59 -080041 "android/hardware/contexthub/1.0/BnHwContexthub.h",
42 "android/hardware/contexthub/1.0/BpHwContexthub.h",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070043 "android/hardware/contexthub/1.0/BsContexthub.h",
44 "android/hardware/contexthub/1.0/IContexthubCallback.h",
45 "android/hardware/contexthub/1.0/IHwContexthubCallback.h",
Yifan Honga18049a2017-01-11 13:14:59 -080046 "android/hardware/contexthub/1.0/BnHwContexthubCallback.h",
47 "android/hardware/contexthub/1.0/BpHwContexthubCallback.h",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070048 "android/hardware/contexthub/1.0/BsContexthubCallback.h",
49 ],
50}
51
52cc_library_shared {
53 name: "android.hardware.contexthub@1.0",
54 generated_sources: ["android.hardware.contexthub@1.0_genc++"],
55 generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"],
56 export_generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"],
57 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080058 "libhidlbase",
59 "libhidltransport",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070060 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080061 "liblog",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070062 "libutils",
63 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080064 "android.hidl.base@1.0",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070065 ],
66 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080067 "libhidlbase",
68 "libhidltransport",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070069 "libhwbinder",
70 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080071 "android.hidl.base@1.0",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070072 ],
73}