blob: 9ac6d506ef9282375132bf8440f7bba7f5d02f17 [file] [log] [blame]
Chia-I Wu158d5302016-10-04 06:00:12 +08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.graphics.mapper@2.0_genc++",
5 tools: ["hidl-gen"],
6 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.mapper@2.0",
7 srcs: [
8 "types.hal",
9 "IMapper.hal",
10 ],
11 out: [
12 "android/hardware/graphics/mapper/2.0/types.cpp",
13 "android/hardware/graphics/mapper/2.0/MapperAll.cpp",
14 ],
15}
16
17genrule {
18 name: "android.hardware.graphics.mapper@2.0_genc++_headers",
19 tools: ["hidl-gen"],
20 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.mapper@2.0",
21 srcs: [
22 "types.hal",
23 "IMapper.hal",
24 ],
25 out: [
26 "android/hardware/graphics/mapper/2.0/types.h",
27 "android/hardware/graphics/mapper/2.0/IMapper.h",
28 "android/hardware/graphics/mapper/2.0/IHwMapper.h",
29 "android/hardware/graphics/mapper/2.0/BnMapper.h",
30 "android/hardware/graphics/mapper/2.0/BpMapper.h",
31 "android/hardware/graphics/mapper/2.0/BsMapper.h",
32 ],
33}
34
35cc_library_shared {
Chia-I Wu9af67ec2016-10-11 10:47:27 +080036 name: "android.hardware.graphics.mapper@2.0",
Chia-I Wu158d5302016-10-04 06:00:12 +080037 generated_sources: ["android.hardware.graphics.mapper@2.0_genc++"],
38 generated_headers: ["android.hardware.graphics.mapper@2.0_genc++_headers"],
39 export_generated_headers: ["android.hardware.graphics.mapper@2.0_genc++_headers"],
40 shared_libs: [
41 "libhidlbase",
42 "libhidltransport",
43 "libhwbinder",
44 "liblog",
45 "libutils",
46 "libcutils",
47 "android.hardware.graphics.allocator@2.0",
48 "android.hardware.graphics.common@1.0",
49 "android.hidl.base@1.0",
50 ],
51 export_shared_lib_headers: [
52 "libhidlbase",
53 "libhidltransport",
54 "libhwbinder",
55 "libutils",
56 "android.hardware.graphics.allocator@2.0",
57 "android.hardware.graphics.common@1.0",
58 "android.hidl.base@1.0",
59 ],
Chia-I Wu9af67ec2016-10-11 10:47:27 +080060}