blob: 2c2a3da9acf0b48d5948e129742646c8e1901e3a [file] [log] [blame]
Chia-I Wue78aa1b2016-09-05 11:46:36 +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.allocator@2.0_hal",
5 srcs: [
Tri Voce608be2017-02-07 19:13:25 -08006 "IAllocator.hal",
Tri Voce608be2017-02-07 19:13:25 -08007 ],
8}
9
Chia-I Wue78aa1b2016-09-05 11:46:36 +080010genrule {
11 name: "android.hardware.graphics.allocator@2.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -070012 tools: ["hidl-gen"],
Steven Morelandbc711242017-05-09 19:51:19 -070013 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.allocator@2.0",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080014 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080015 ":android.hardware.graphics.allocator@2.0_hal",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080016 ],
17 out: [
Chia-I Wue78aa1b2016-09-05 11:46:36 +080018 "android/hardware/graphics/allocator/2.0/AllocatorAll.cpp",
19 ],
20}
21
22genrule {
23 name: "android.hardware.graphics.allocator@2.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070024 tools: ["hidl-gen"],
Steven Morelandbc711242017-05-09 19:51:19 -070025 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.allocator@2.0",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080026 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080027 ":android.hardware.graphics.allocator@2.0_hal",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080028 ],
29 out: [
Chia-I Wue78aa1b2016-09-05 11:46:36 +080030 "android/hardware/graphics/allocator/2.0/IAllocator.h",
31 "android/hardware/graphics/allocator/2.0/IHwAllocator.h",
Yifan Honga18049a2017-01-11 13:14:59 -080032 "android/hardware/graphics/allocator/2.0/BnHwAllocator.h",
33 "android/hardware/graphics/allocator/2.0/BpHwAllocator.h",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080034 "android/hardware/graphics/allocator/2.0/BsAllocator.h",
35 ],
36}
37
38cc_library_shared {
39 name: "android.hardware.graphics.allocator@2.0",
Steven Moreland76cfb842017-05-19 15:52:22 -070040 defaults: ["hidl-module-defaults"],
Chia-I Wue78aa1b2016-09-05 11:46:36 +080041 generated_sources: ["android.hardware.graphics.allocator@2.0_genc++"],
42 generated_headers: ["android.hardware.graphics.allocator@2.0_genc++_headers"],
43 export_generated_headers: ["android.hardware.graphics.allocator@2.0_genc++_headers"],
Steven Moreland3b36a832017-04-11 09:58:03 -070044 vendor_available: true,
Chia-I Wue78aa1b2016-09-05 11:46:36 +080045 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080046 "libhidlbase",
47 "libhidltransport",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080048 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080049 "liblog",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080050 "libutils",
51 "libcutils",
Chia-I Wu1c457272016-11-17 10:11:32 +080052 "android.hardware.graphics.common@1.0",
Chia-I Wu79d13ff2017-03-31 12:48:11 -070053 "android.hardware.graphics.mapper@2.0",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080054 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -070055 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080056 "libhidlbase",
57 "libhidltransport",
Steven Morelandfcd74eb2016-11-02 10:23:49 -070058 "libhwbinder",
59 "libutils",
Chia-I Wu1c457272016-11-17 10:11:32 +080060 "android.hardware.graphics.common@1.0",
Chia-I Wu79d13ff2017-03-31 12:48:11 -070061 "android.hardware.graphics.mapper@2.0",
Steven Moreland69727772016-10-25 15:45:19 -070062 ],
Chia-I Wue78aa1b2016-09-05 11:46:36 +080063}