blob: f5913af203b989d8f61e6b0b88c01afafb7f2a26 [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"],
Steven Morelandbc711242017-05-09 19:51:19 -070014 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.mapper@2.0",
Chia-I Wu158d5302016-10-04 06:00:12 +080015 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"],
Steven Morelandbc711242017-05-09 19:51:19 -070027 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.mapper@2.0",
Chia-I Wu158d5302016-10-04 06:00:12 +080028 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
Steven Morelanddfd82872017-08-10 15:15:40 -070042cc_library {
Chia-I Wu9af67ec2016-10-11 10:47:27 +080043 name: "android.hardware.graphics.mapper@2.0",
Steven Moreland76cfb842017-05-19 15:52:22 -070044 defaults: ["hidl-module-defaults"],
Chia-I Wu158d5302016-10-04 06:00:12 +080045 generated_sources: ["android.hardware.graphics.mapper@2.0_genc++"],
46 generated_headers: ["android.hardware.graphics.mapper@2.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.graphics.mapper@2.0_genc++_headers"],
Steven Moreland3b36a832017-04-11 09:58:03 -070048 vendor_available: true,
Steven Morelanddfd82872017-08-10 15:15:40 -070049 vndk: {
50 enabled: true,
51 support_system_process: true,
52 },
Chia-I Wu158d5302016-10-04 06:00:12 +080053 shared_libs: [
54 "libhidlbase",
55 "libhidltransport",
56 "libhwbinder",
57 "liblog",
58 "libutils",
59 "libcutils",
Chia-I Wu158d5302016-10-04 06:00:12 +080060 "android.hardware.graphics.common@1.0",
Chia-I Wu158d5302016-10-04 06:00:12 +080061 ],
62 export_shared_lib_headers: [
63 "libhidlbase",
64 "libhidltransport",
65 "libhwbinder",
66 "libutils",
Chia-I Wu158d5302016-10-04 06:00:12 +080067 "android.hardware.graphics.common@1.0",
Chia-I Wu158d5302016-10-04 06:00:12 +080068 ],
Chia-I Wu9af67ec2016-10-11 10:47:27 +080069}