blob: 9361e8b8ef9a8028c824b3e954f152bebc21f446 [file] [log] [blame]
Niranjan Pendharkar257430b2017-01-26 10:31:20 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4 name: "android.hardware.tetheroffload.control@1.0_hal",
5 srcs: [
6 "types.hal",
7 "IOffloadControl.hal",
8 "ITetheringOffloadCallback.hal",
9 ],
10}
11
12genrule {
13 name: "android.hardware.tetheroffload.control@1.0_genc++",
14 tools: ["hidl-gen"],
15 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tetheroffload.control@1.0",
16 srcs: [
17 ":android.hardware.tetheroffload.control@1.0_hal",
18 ],
19 out: [
20 "android/hardware/tetheroffload/control/1.0/types.cpp",
21 "android/hardware/tetheroffload/control/1.0/OffloadControlAll.cpp",
22 "android/hardware/tetheroffload/control/1.0/TetheringOffloadCallbackAll.cpp",
23 ],
24}
25
26genrule {
27 name: "android.hardware.tetheroffload.control@1.0_genc++_headers",
28 tools: ["hidl-gen"],
29 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tetheroffload.control@1.0",
30 srcs: [
31 ":android.hardware.tetheroffload.control@1.0_hal",
32 ],
33 out: [
34 "android/hardware/tetheroffload/control/1.0/types.h",
35 "android/hardware/tetheroffload/control/1.0/hwtypes.h",
36 "android/hardware/tetheroffload/control/1.0/IOffloadControl.h",
37 "android/hardware/tetheroffload/control/1.0/IHwOffloadControl.h",
38 "android/hardware/tetheroffload/control/1.0/BnHwOffloadControl.h",
39 "android/hardware/tetheroffload/control/1.0/BpHwOffloadControl.h",
40 "android/hardware/tetheroffload/control/1.0/BsOffloadControl.h",
41 "android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h",
42 "android/hardware/tetheroffload/control/1.0/IHwTetheringOffloadCallback.h",
43 "android/hardware/tetheroffload/control/1.0/BnHwTetheringOffloadCallback.h",
44 "android/hardware/tetheroffload/control/1.0/BpHwTetheringOffloadCallback.h",
45 "android/hardware/tetheroffload/control/1.0/BsTetheringOffloadCallback.h",
46 ],
47}
48
49cc_library_shared {
50 name: "android.hardware.tetheroffload.control@1.0",
51 generated_sources: ["android.hardware.tetheroffload.control@1.0_genc++"],
52 generated_headers: ["android.hardware.tetheroffload.control@1.0_genc++_headers"],
53 export_generated_headers: ["android.hardware.tetheroffload.control@1.0_genc++_headers"],
54 vendor_available: true,
55 shared_libs: [
56 "libhidlbase",
57 "libhidltransport",
58 "libhwbinder",
59 "liblog",
60 "libutils",
61 "libcutils",
Niranjan Pendharkar257430b2017-01-26 10:31:20 -080062 ],
63 export_shared_lib_headers: [
64 "libhidlbase",
65 "libhidltransport",
66 "libhwbinder",
67 "libutils",
Niranjan Pendharkar257430b2017-01-26 10:31:20 -080068 ],
69}