blob: 2d36fc7e717a157cc52f5810fab1295f5dcabc5a [file] [log] [blame]
Pawin Vongmasa4a3cd132017-03-06 15:09:19 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4 name: "android.hardware.graphics.bufferqueue@1.0_hal",
5 srcs: [
6 "IGraphicBufferProducer.hal",
7 "IProducerListener.hal",
8 ],
9}
10
11genrule {
12 name: "android.hardware.graphics.bufferqueue@1.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.bufferqueue@1.0",
Pawin Vongmasa4a3cd132017-03-06 15:09:19 -080015 srcs: [
16 ":android.hardware.graphics.bufferqueue@1.0_hal",
17 ],
18 out: [
19 "android/hardware/graphics/bufferqueue/1.0/GraphicBufferProducerAll.cpp",
20 "android/hardware/graphics/bufferqueue/1.0/ProducerListenerAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.graphics.bufferqueue@1.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.bufferqueue@1.0",
Pawin Vongmasa4a3cd132017-03-06 15:09:19 -080028 srcs: [
29 ":android.hardware.graphics.bufferqueue@1.0_hal",
30 ],
31 out: [
32 "android/hardware/graphics/bufferqueue/1.0/IGraphicBufferProducer.h",
33 "android/hardware/graphics/bufferqueue/1.0/IHwGraphicBufferProducer.h",
34 "android/hardware/graphics/bufferqueue/1.0/BnHwGraphicBufferProducer.h",
35 "android/hardware/graphics/bufferqueue/1.0/BpHwGraphicBufferProducer.h",
36 "android/hardware/graphics/bufferqueue/1.0/BsGraphicBufferProducer.h",
37 "android/hardware/graphics/bufferqueue/1.0/IProducerListener.h",
38 "android/hardware/graphics/bufferqueue/1.0/IHwProducerListener.h",
39 "android/hardware/graphics/bufferqueue/1.0/BnHwProducerListener.h",
40 "android/hardware/graphics/bufferqueue/1.0/BpHwProducerListener.h",
41 "android/hardware/graphics/bufferqueue/1.0/BsProducerListener.h",
42 ],
43}
44
Steven Morelanddfd82872017-08-10 15:15:40 -070045cc_library {
Pawin Vongmasa4a3cd132017-03-06 15:09:19 -080046 name: "android.hardware.graphics.bufferqueue@1.0",
Steven Moreland76cfb842017-05-19 15:52:22 -070047 defaults: ["hidl-module-defaults"],
Pawin Vongmasa4a3cd132017-03-06 15:09:19 -080048 generated_sources: ["android.hardware.graphics.bufferqueue@1.0_genc++"],
49 generated_headers: ["android.hardware.graphics.bufferqueue@1.0_genc++_headers"],
50 export_generated_headers: ["android.hardware.graphics.bufferqueue@1.0_genc++_headers"],
Steven Moreland3b36a832017-04-11 09:58:03 -070051 vendor_available: true,
Steven Morelanddfd82872017-08-10 15:15:40 -070052 vndk: {
53 enabled: true,
54 },
Pawin Vongmasa4a3cd132017-03-06 15:09:19 -080055 shared_libs: [
56 "libhidlbase",
57 "libhidltransport",
58 "libhwbinder",
59 "liblog",
60 "libutils",
61 "libcutils",
62 "android.hardware.graphics.common@1.0",
63 "android.hardware.media@1.0",
Pawin Vongmasa4a3cd132017-03-06 15:09:19 -080064 ],
65 export_shared_lib_headers: [
66 "libhidlbase",
67 "libhidltransport",
68 "libhwbinder",
69 "libutils",
70 "android.hardware.graphics.common@1.0",
71 "android.hardware.media@1.0",
Pawin Vongmasa4a3cd132017-03-06 15:09:19 -080072 ],
73}