blob: b835b4a2c66e0f192c67b1456ecac9aebe1b8e2c [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",
33 "android/hardware/graphics/mapper/2.0/IMapper.h",
34 "android/hardware/graphics/mapper/2.0/IHwMapper.h",
Yifan Honga18049a2017-01-11 13:14:59 -080035 "android/hardware/graphics/mapper/2.0/BnHwMapper.h",
36 "android/hardware/graphics/mapper/2.0/BpHwMapper.h",
Chia-I Wu158d5302016-10-04 06:00:12 +080037 "android/hardware/graphics/mapper/2.0/BsMapper.h",
38 ],
39}
40
41cc_library_shared {
Chia-I Wu9af67ec2016-10-11 10:47:27 +080042 name: "android.hardware.graphics.mapper@2.0",
Chia-I Wu158d5302016-10-04 06:00:12 +080043 generated_sources: ["android.hardware.graphics.mapper@2.0_genc++"],
44 generated_headers: ["android.hardware.graphics.mapper@2.0_genc++_headers"],
45 export_generated_headers: ["android.hardware.graphics.mapper@2.0_genc++_headers"],
46 shared_libs: [
47 "libhidlbase",
48 "libhidltransport",
49 "libhwbinder",
50 "liblog",
51 "libutils",
52 "libcutils",
53 "android.hardware.graphics.allocator@2.0",
54 "android.hardware.graphics.common@1.0",
55 "android.hidl.base@1.0",
56 ],
57 export_shared_lib_headers: [
58 "libhidlbase",
59 "libhidltransport",
60 "libhwbinder",
61 "libutils",
62 "android.hardware.graphics.allocator@2.0",
63 "android.hardware.graphics.common@1.0",
64 "android.hidl.base@1.0",
65 ],
Chia-I Wu9af67ec2016-10-11 10:47:27 +080066}