blob: 45d2e5c0c478650ff564eb95c773c51880c3ff81 [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"],
Steven Morelandbc711242017-05-09 19:51:19 -070015 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -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"],
Steven Morelandbc711242017-05-09 19:51:19 -070029 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -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",
Steven Moreland76cfb842017-05-19 15:52:22 -070051 defaults: ["hidl-module-defaults"],
Ashutosh Joshi6104b272016-10-27 11:06:23 -070052 generated_sources: ["android.hardware.contexthub@1.0_genc++"],
53 generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"],
54 export_generated_headers: ["android.hardware.contexthub@1.0_genc++_headers"],
Steven Moreland3b36a832017-04-11 09:58:03 -070055 vendor_available: true,
Ashutosh Joshi6104b272016-10-27 11:06:23 -070056 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080057 "libhidlbase",
58 "libhidltransport",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070059 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080060 "liblog",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070061 "libutils",
62 "libcutils",
63 ],
64 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080065 "libhidlbase",
66 "libhidltransport",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070067 "libhwbinder",
68 "libutils",
Ashutosh Joshi6104b272016-10-27 11:06:23 -070069 ],
70}