summaryrefslogtreecommitdiffstats
path: root/media/omx/1.0/Android.bp
blob: f79aabb22fcc1073de0133b98ecc91c01a08ae72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
// This file is autogenerated by hidl-gen. Do not edit manually.

genrule {
    name: "android.hardware.media.omx@1.0_genc++",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.media.omx@1.0",
    srcs: [
        "types.hal",
        "IGraphicBufferSource.hal",
        "IOmx.hal",
        "IOmxBufferProducer.hal",
        "IOmxBufferSource.hal",
        "IOmxNode.hal",
        "IOmxObserver.hal",
        "IOmxProducerListener.hal",
    ],
    out: [
        "android/hardware/media/omx/1.0/types.cpp",
        "android/hardware/media/omx/1.0/GraphicBufferSourceAll.cpp",
        "android/hardware/media/omx/1.0/OmxAll.cpp",
        "android/hardware/media/omx/1.0/OmxBufferProducerAll.cpp",
        "android/hardware/media/omx/1.0/OmxBufferSourceAll.cpp",
        "android/hardware/media/omx/1.0/OmxNodeAll.cpp",
        "android/hardware/media/omx/1.0/OmxObserverAll.cpp",
        "android/hardware/media/omx/1.0/OmxProducerListenerAll.cpp",
    ],
}

genrule {
    name: "android.hardware.media.omx@1.0_genc++_headers",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.media.omx@1.0",
    srcs: [
        "types.hal",
        "IGraphicBufferSource.hal",
        "IOmx.hal",
        "IOmxBufferProducer.hal",
        "IOmxBufferSource.hal",
        "IOmxNode.hal",
        "IOmxObserver.hal",
        "IOmxProducerListener.hal",
    ],
    out: [
        "android/hardware/media/omx/1.0/types.h",
        "android/hardware/media/omx/1.0/IGraphicBufferSource.h",
        "android/hardware/media/omx/1.0/IHwGraphicBufferSource.h",
        "android/hardware/media/omx/1.0/BnHwGraphicBufferSource.h",
        "android/hardware/media/omx/1.0/BpHwGraphicBufferSource.h",
        "android/hardware/media/omx/1.0/BsGraphicBufferSource.h",
        "android/hardware/media/omx/1.0/IOmx.h",
        "android/hardware/media/omx/1.0/IHwOmx.h",
        "android/hardware/media/omx/1.0/BnHwOmx.h",
        "android/hardware/media/omx/1.0/BpHwOmx.h",
        "android/hardware/media/omx/1.0/BsOmx.h",
        "android/hardware/media/omx/1.0/IOmxBufferProducer.h",
        "android/hardware/media/omx/1.0/IHwOmxBufferProducer.h",
        "android/hardware/media/omx/1.0/BnOmxBufferProducer.h",
        "android/hardware/media/omx/1.0/BpOmxBufferProducer.h",
        "android/hardware/media/omx/1.0/BsOmxBufferProducer.h",
        "android/hardware/media/omx/1.0/IOmxBufferSource.h",
        "android/hardware/media/omx/1.0/IHwOmxBufferSource.h",
        "android/hardware/media/omx/1.0/BnHwOmxBufferSource.h",
        "android/hardware/media/omx/1.0/BpHwOmxBufferSource.h",
        "android/hardware/media/omx/1.0/BsOmxBufferSource.h",
        "android/hardware/media/omx/1.0/IOmxNode.h",
        "android/hardware/media/omx/1.0/IHwOmxNode.h",
        "android/hardware/media/omx/1.0/BnHwOmxNode.h",
        "android/hardware/media/omx/1.0/BpHwOmxNode.h",
        "android/hardware/media/omx/1.0/BsOmxNode.h",
        "android/hardware/media/omx/1.0/IOmxObserver.h",
        "android/hardware/media/omx/1.0/IHwOmxObserver.h",
        "android/hardware/media/omx/1.0/BnHwOmxObserver.h",
        "android/hardware/media/omx/1.0/BpHwOmxObserver.h",
        "android/hardware/media/omx/1.0/BsOmxObserver.h",
        "android/hardware/media/omx/1.0/IOmxProducerListener.h",
        "android/hardware/media/omx/1.0/IHwOmxProducerListener.h",
        "android/hardware/media/omx/1.0/BnOmxProducerListener.h",
        "android/hardware/media/omx/1.0/BpOmxProducerListener.h",
        "android/hardware/media/omx/1.0/BsOmxProducerListener.h",
    ],
}

cc_library_shared {
    name: "android.hardware.media.omx@1.0",
    generated_sources: ["android.hardware.media.omx@1.0_genc++"],
    generated_headers: ["android.hardware.media.omx@1.0_genc++_headers"],
    export_generated_headers: ["android.hardware.media.omx@1.0_genc++_headers"],
    shared_libs: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libutils",
        "libcutils",
        "android.hardware.graphics.common@1.0",
        "android.hardware.media@1.0",
        "android.hidl.base@1.0",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
        "android.hardware.graphics.common@1.0",
        "android.hardware.media@1.0",
        "android.hidl.base@1.0",
    ],
}