• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4    name: "android.hardware.media.omx@1.0_hal",
5    srcs: [
6        "types.hal",
7        "IGraphicBufferSource.hal",
8        "IOmx.hal",
9        "IOmxBufferSource.hal",
10        "IOmxNode.hal",
11        "IOmxObserver.hal",
12        "IOmxStore.hal",
13    ],
14}
15
16genrule {
17    name: "android.hardware.media.omx@1.0_genc++",
18    tools: ["hidl-gen"],
19    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.media.omx@1.0",
20    srcs: [
21        ":android.hardware.media.omx@1.0_hal",
22    ],
23    out: [
24        "android/hardware/media/omx/1.0/types.cpp",
25        "android/hardware/media/omx/1.0/GraphicBufferSourceAll.cpp",
26        "android/hardware/media/omx/1.0/OmxAll.cpp",
27        "android/hardware/media/omx/1.0/OmxBufferSourceAll.cpp",
28        "android/hardware/media/omx/1.0/OmxNodeAll.cpp",
29        "android/hardware/media/omx/1.0/OmxObserverAll.cpp",
30        "android/hardware/media/omx/1.0/OmxStoreAll.cpp",
31    ],
32}
33
34genrule {
35    name: "android.hardware.media.omx@1.0_genc++_headers",
36    tools: ["hidl-gen"],
37    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.media.omx@1.0",
38    srcs: [
39        ":android.hardware.media.omx@1.0_hal",
40    ],
41    out: [
42        "android/hardware/media/omx/1.0/types.h",
43        "android/hardware/media/omx/1.0/hwtypes.h",
44        "android/hardware/media/omx/1.0/IGraphicBufferSource.h",
45        "android/hardware/media/omx/1.0/IHwGraphicBufferSource.h",
46        "android/hardware/media/omx/1.0/BnHwGraphicBufferSource.h",
47        "android/hardware/media/omx/1.0/BpHwGraphicBufferSource.h",
48        "android/hardware/media/omx/1.0/BsGraphicBufferSource.h",
49        "android/hardware/media/omx/1.0/IOmx.h",
50        "android/hardware/media/omx/1.0/IHwOmx.h",
51        "android/hardware/media/omx/1.0/BnHwOmx.h",
52        "android/hardware/media/omx/1.0/BpHwOmx.h",
53        "android/hardware/media/omx/1.0/BsOmx.h",
54        "android/hardware/media/omx/1.0/IOmxBufferSource.h",
55        "android/hardware/media/omx/1.0/IHwOmxBufferSource.h",
56        "android/hardware/media/omx/1.0/BnHwOmxBufferSource.h",
57        "android/hardware/media/omx/1.0/BpHwOmxBufferSource.h",
58        "android/hardware/media/omx/1.0/BsOmxBufferSource.h",
59        "android/hardware/media/omx/1.0/IOmxNode.h",
60        "android/hardware/media/omx/1.0/IHwOmxNode.h",
61        "android/hardware/media/omx/1.0/BnHwOmxNode.h",
62        "android/hardware/media/omx/1.0/BpHwOmxNode.h",
63        "android/hardware/media/omx/1.0/BsOmxNode.h",
64        "android/hardware/media/omx/1.0/IOmxObserver.h",
65        "android/hardware/media/omx/1.0/IHwOmxObserver.h",
66        "android/hardware/media/omx/1.0/BnHwOmxObserver.h",
67        "android/hardware/media/omx/1.0/BpHwOmxObserver.h",
68        "android/hardware/media/omx/1.0/BsOmxObserver.h",
69        "android/hardware/media/omx/1.0/IOmxStore.h",
70        "android/hardware/media/omx/1.0/IHwOmxStore.h",
71        "android/hardware/media/omx/1.0/BnHwOmxStore.h",
72        "android/hardware/media/omx/1.0/BpHwOmxStore.h",
73        "android/hardware/media/omx/1.0/BsOmxStore.h",
74    ],
75}
76
77cc_library {
78    name: "android.hardware.media.omx@1.0",
79    defaults: ["hidl-module-defaults"],
80    generated_sources: ["android.hardware.media.omx@1.0_genc++"],
81    generated_headers: ["android.hardware.media.omx@1.0_genc++_headers"],
82    export_generated_headers: ["android.hardware.media.omx@1.0_genc++_headers"],
83    vendor_available: true,
84    vndk: {
85        enabled: true,
86    },
87    shared_libs: [
88        "libhidlbase",
89        "libhidltransport",
90        "libhwbinder",
91        "liblog",
92        "libutils",
93        "libcutils",
94        "android.hardware.graphics.bufferqueue@1.0",
95        "android.hardware.graphics.common@1.0",
96        "android.hardware.media@1.0",
97    ],
98    export_shared_lib_headers: [
99        "libhidlbase",
100        "libhidltransport",
101        "libhwbinder",
102        "libutils",
103        "android.hardware.graphics.bufferqueue@1.0",
104        "android.hardware.graphics.common@1.0",
105        "android.hardware.media@1.0",
106    ],
107}
108