blob: 2bf951aa069505576dfdc97f2e64b700c0a8a26d [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: [
Tri Vo85120c92017-02-10 12:45:17 -080017 ":android.hardware.contexthub@1.0_hal",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070018 ],
19 out: [
20 "android/hardware/contexthub/1.0/types.cpp",
21 "android/hardware/contexthub/1.0/ContexthubAll.cpp",
22 "android/hardware/contexthub/1.0/ContexthubCallbackAll.cpp",
23 ],
24}
25
26genrule {
27 name: "android.hardware.contexthub@1.0_genc++_headers",
28 tools: ["hidl-gen"],
Yifan Hong50183942016-11-28 16:09:37 -080029 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 -070030 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080031 ":android.hardware.contexthub@1.0_hal",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070032 ],
33 out: [
34 "android/hardware/contexthub/1.0/types.h",
Steven Moreland561b6022017-03-27 11:48:14 -070035 "android/hardware/contexthub/1.0/hwtypes.h",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070036 "android/hardware/contexthub/1.0/IContexthub.h",
37 "android/hardware/contexthub/1.0/IHwContexthub.h",
Yifan Honga18049a2017-01-11 13:14:59 -080038 "android/hardware/contexthub/1.0/BnHwContexthub.h",
39 "android/hardware/contexthub/1.0/BpHwContexthub.h",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070040 "android/hardware/contexthub/1.0/BsContexthub.h",
41 "android/hardware/contexthub/1.0/IContexthubCallback.h",
42 "android/hardware/contexthub/1.0/IHwContexthubCallback.h",
Yifan Honga18049a2017-01-11 13:14:59 -080043 "android/hardware/contexthub/1.0/BnHwContexthubCallback.h",
44 "android/hardware/contexthub/1.0/BpHwContexthubCallback.h",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070045 "android/hardware/contexthub/1.0/BsContexthubCallback.h",
46 ],
47}
48
49cc_library_shared {
50 name: "android.hardware.contexthub@1.0",
51 generated_sources: ["android.hardware.contexthub@1.0_genc++"],
52 generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"],
53 export_generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"],
54 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080055 "libhidlbase",
56 "libhidltransport",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070057 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080058 "liblog",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070059 "libutils",
60 "libcutils",
Yifan Hong50183942016-11-28 16:09:37 -080061 "android.hidl.base@1.0",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070062 ],
63 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080064 "libhidlbase",
65 "libhidltransport",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070066 "libhwbinder",
67 "libutils",
Yifan Hong50183942016-11-28 16:09:37 -080068 "android.hidl.base@1.0",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070069 ],
70}