blob: 86562a074ec72b05e9a7ec39e54c2777d8869d77 [file] [log] [blame]
Michael Wright36a78592017-05-23 20:46:45 +01001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4 name: "android.hardware.vibrator@1.1_hal",
5 srcs: [
6 "types.hal",
7 "IVibrator.hal",
8 ],
9}
10
11genrule {
12 name: "android.hardware.vibrator@1.1_genc++",
13 tools: ["hidl-gen"],
14 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vibrator@1.1",
15 srcs: [
16 ":android.hardware.vibrator@1.1_hal",
17 ],
18 out: [
19 "android/hardware/vibrator/1.1/types.cpp",
20 "android/hardware/vibrator/1.1/VibratorAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.vibrator@1.1_genc++_headers",
26 tools: ["hidl-gen"],
27 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vibrator@1.1",
28 srcs: [
29 ":android.hardware.vibrator@1.1_hal",
30 ],
31 out: [
32 "android/hardware/vibrator/1.1/types.h",
33 "android/hardware/vibrator/1.1/hwtypes.h",
34 "android/hardware/vibrator/1.1/IVibrator.h",
35 "android/hardware/vibrator/1.1/IHwVibrator.h",
36 "android/hardware/vibrator/1.1/BnHwVibrator.h",
37 "android/hardware/vibrator/1.1/BpHwVibrator.h",
38 "android/hardware/vibrator/1.1/BsVibrator.h",
39 ],
40}
41
42cc_library_shared {
43 name: "android.hardware.vibrator@1.1",
44 generated_sources: ["android.hardware.vibrator@1.1_genc++"],
45 generated_headers: ["android.hardware.vibrator@1.1_genc++_headers"],
46 export_generated_headers: ["android.hardware.vibrator@1.1_genc++_headers"],
47 vendor_available: true,
48 shared_libs: [
49 "libhidlbase",
50 "libhidltransport",
51 "libhwbinder",
52 "liblog",
53 "libutils",
54 "libcutils",
55 "android.hardware.vibrator@1.0",
56 ],
57 export_shared_lib_headers: [
58 "libhidlbase",
59 "libhidltransport",
60 "libhwbinder",
61 "libutils",
62 "android.hardware.vibrator@1.0",
63 ],
64}