blob: 89bac106eb1717d1c2e86db35c9d20ad293f91df [file] [log] [blame]
Scott Randolph5c99d852016-11-15 17:01:23 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voce608be2017-02-07 19:13:25 -08003filegroup {
4 name: "android.hardware.evs@1.0_hal",
5 srcs: [
6 "types.hal",
7 "IEvsCamera.hal",
8 "IEvsCameraStream.hal",
9 "IEvsDisplay.hal",
10 "IEvsEnumerator.hal",
11 ],
12}
13
Scott Randolph5c99d852016-11-15 17:01:23 -080014genrule {
15 name: "android.hardware.evs@1.0_genc++",
16 tools: ["hidl-gen"],
17 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.evs@1.0",
18 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080019 ":android.hardware.evs@1.0_hal",
Scott Randolph5c99d852016-11-15 17:01:23 -080020 ],
21 out: [
22 "android/hardware/evs/1.0/types.cpp",
23 "android/hardware/evs/1.0/EvsCameraAll.cpp",
24 "android/hardware/evs/1.0/EvsCameraStreamAll.cpp",
25 "android/hardware/evs/1.0/EvsDisplayAll.cpp",
26 "android/hardware/evs/1.0/EvsEnumeratorAll.cpp",
27 ],
28}
29
30genrule {
31 name: "android.hardware.evs@1.0_genc++_headers",
32 tools: ["hidl-gen"],
33 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.evs@1.0",
34 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080035 ":android.hardware.evs@1.0_hal",
Scott Randolph5c99d852016-11-15 17:01:23 -080036 ],
37 out: [
38 "android/hardware/evs/1.0/types.h",
39 "android/hardware/evs/1.0/IEvsCamera.h",
40 "android/hardware/evs/1.0/IHwEvsCamera.h",
Yifan Honga18049a2017-01-11 13:14:59 -080041 "android/hardware/evs/1.0/BnHwEvsCamera.h",
42 "android/hardware/evs/1.0/BpHwEvsCamera.h",
Scott Randolph5c99d852016-11-15 17:01:23 -080043 "android/hardware/evs/1.0/BsEvsCamera.h",
44 "android/hardware/evs/1.0/IEvsCameraStream.h",
45 "android/hardware/evs/1.0/IHwEvsCameraStream.h",
Yifan Honga18049a2017-01-11 13:14:59 -080046 "android/hardware/evs/1.0/BnHwEvsCameraStream.h",
47 "android/hardware/evs/1.0/BpHwEvsCameraStream.h",
Scott Randolph5c99d852016-11-15 17:01:23 -080048 "android/hardware/evs/1.0/BsEvsCameraStream.h",
49 "android/hardware/evs/1.0/IEvsDisplay.h",
50 "android/hardware/evs/1.0/IHwEvsDisplay.h",
Yifan Honga18049a2017-01-11 13:14:59 -080051 "android/hardware/evs/1.0/BnHwEvsDisplay.h",
52 "android/hardware/evs/1.0/BpHwEvsDisplay.h",
Scott Randolph5c99d852016-11-15 17:01:23 -080053 "android/hardware/evs/1.0/BsEvsDisplay.h",
54 "android/hardware/evs/1.0/IEvsEnumerator.h",
55 "android/hardware/evs/1.0/IHwEvsEnumerator.h",
Yifan Honga18049a2017-01-11 13:14:59 -080056 "android/hardware/evs/1.0/BnHwEvsEnumerator.h",
57 "android/hardware/evs/1.0/BpHwEvsEnumerator.h",
Scott Randolph5c99d852016-11-15 17:01:23 -080058 "android/hardware/evs/1.0/BsEvsEnumerator.h",
59 ],
60}
61
62cc_library_shared {
63 name: "android.hardware.evs@1.0",
64 generated_sources: ["android.hardware.evs@1.0_genc++"],
65 generated_headers: ["android.hardware.evs@1.0_genc++_headers"],
66 export_generated_headers: ["android.hardware.evs@1.0_genc++_headers"],
67 shared_libs: [
68 "libhidlbase",
69 "libhidltransport",
70 "libhwbinder",
71 "liblog",
72 "libutils",
73 "libcutils",
74 "android.hidl.base@1.0",
75 ],
76 export_shared_lib_headers: [
77 "libhidlbase",
78 "libhidltransport",
79 "libhwbinder",
80 "libutils",
81 "android.hidl.base@1.0",
82 ],
83}