blob: 98a509bb5a4a98f4edf99fbc0a60bf6aa283cd08 [file] [log] [blame]
Chia-I Wu158d5302016-10-04 06:00:12 +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.graphics.mapper@2.0_hal",
5 srcs: [
6 "types.hal",
7 "IMapper.hal",
8 ],
9}
10
Chia-I Wu158d5302016-10-04 06:00:12 +080011genrule {
12 name: "android.hardware.graphics.mapper@2.0_genc++",
13 tools: ["hidl-gen"],
14 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.mapper@2.0",
15 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080016 ":android.hardware.graphics.mapper@2.0_hal",
Chia-I Wu158d5302016-10-04 06:00:12 +080017 ],
18 out: [
19 "android/hardware/graphics/mapper/2.0/types.cpp",
20 "android/hardware/graphics/mapper/2.0/MapperAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.graphics.mapper@2.0_genc++_headers",
26 tools: ["hidl-gen"],
27 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.mapper@2.0",
28 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080029 ":android.hardware.graphics.mapper@2.0_hal",
Chia-I Wu158d5302016-10-04 06:00:12 +080030 ],
31 out: [
32 "android/hardware/graphics/mapper/2.0/types.h",
Steven Moreland561b6022017-03-27 11:48:14 -070033 "android/hardware/graphics/mapper/2.0/hwtypes.h",
Chia-I Wu158d5302016-10-04 06:00:12 +080034 "android/hardware/graphics/mapper/2.0/IMapper.h",
35 "android/hardware/graphics/mapper/2.0/IHwMapper.h",
Yifan Honga18049a2017-01-11 13:14:59 -080036 "android/hardware/graphics/mapper/2.0/BnHwMapper.h",
37 "android/hardware/graphics/mapper/2.0/BpHwMapper.h",
Chia-I Wu158d5302016-10-04 06:00:12 +080038 "android/hardware/graphics/mapper/2.0/BsMapper.h",
39 ],
40}
41
42cc_library_shared {
Chia-I Wu9af67ec2016-10-11 10:47:27 +080043 name: "android.hardware.graphics.mapper@2.0",
Chia-I Wu158d5302016-10-04 06:00:12 +080044 generated_sources: ["android.hardware.graphics.mapper@2.0_genc++"],
45 generated_headers: ["android.hardware.graphics.mapper@2.0_genc++_headers"],
46 export_generated_headers: ["android.hardware.graphics.mapper@2.0_genc++_headers"],
47 shared_libs: [
48 "libhidlbase",
49 "libhidltransport",
50 "libhwbinder",
51 "liblog",
52 "libutils",
53 "libcutils",
54 "android.hardware.graphics.allocator@2.0",
55 "android.hardware.graphics.common@1.0",
56 "android.hidl.base@1.0",
57 ],
58 export_shared_lib_headers: [
59 "libhidlbase",
60 "libhidltransport",
61 "libhwbinder",
62 "libutils",
63 "android.hardware.graphics.allocator@2.0",
64 "android.hardware.graphics.common@1.0",
65 "android.hidl.base@1.0",
66 ],
Chia-I Wu9af67ec2016-10-11 10:47:27 +080067}