summaryrefslogtreecommitdiffstats
path: root/drm/1.0/Android.bp
blob: c5f814c569b67871fa313f4a8eb40597b30f4a33 (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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
// This file is autogenerated by hidl-gen. Do not edit manually.

filegroup {
    name: "android.hardware.drm@1.0_hal",
    srcs: [
        "types.hal",
        "ICryptoFactory.hal",
        "ICryptoPlugin.hal",
        "IDrmFactory.hal",
        "IDrmPlugin.hal",
        "IDrmPluginListener.hal",
    ],
}

genrule {
    name: "android.hardware.drm@1.0_genc++",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.drm@1.0",
    srcs: [
        ":android.hardware.drm@1.0_hal",
    ],
    out: [
        "android/hardware/drm/1.0/types.cpp",
        "android/hardware/drm/1.0/CryptoFactoryAll.cpp",
        "android/hardware/drm/1.0/CryptoPluginAll.cpp",
        "android/hardware/drm/1.0/DrmFactoryAll.cpp",
        "android/hardware/drm/1.0/DrmPluginAll.cpp",
        "android/hardware/drm/1.0/DrmPluginListenerAll.cpp",
    ],
}

genrule {
    name: "android.hardware.drm@1.0_genc++_headers",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.drm@1.0",
    srcs: [
        ":android.hardware.drm@1.0_hal",
    ],
    out: [
        "android/hardware/drm/1.0/types.h",
        "android/hardware/drm/1.0/hwtypes.h",
        "android/hardware/drm/1.0/ICryptoFactory.h",
        "android/hardware/drm/1.0/IHwCryptoFactory.h",
        "android/hardware/drm/1.0/BnHwCryptoFactory.h",
        "android/hardware/drm/1.0/BpHwCryptoFactory.h",
        "android/hardware/drm/1.0/BsCryptoFactory.h",
        "android/hardware/drm/1.0/ICryptoPlugin.h",
        "android/hardware/drm/1.0/IHwCryptoPlugin.h",
        "android/hardware/drm/1.0/BnHwCryptoPlugin.h",
        "android/hardware/drm/1.0/BpHwCryptoPlugin.h",
        "android/hardware/drm/1.0/BsCryptoPlugin.h",
        "android/hardware/drm/1.0/IDrmFactory.h",
        "android/hardware/drm/1.0/IHwDrmFactory.h",
        "android/hardware/drm/1.0/BnHwDrmFactory.h",
        "android/hardware/drm/1.0/BpHwDrmFactory.h",
        "android/hardware/drm/1.0/BsDrmFactory.h",
        "android/hardware/drm/1.0/IDrmPlugin.h",
        "android/hardware/drm/1.0/IHwDrmPlugin.h",
        "android/hardware/drm/1.0/BnHwDrmPlugin.h",
        "android/hardware/drm/1.0/BpHwDrmPlugin.h",
        "android/hardware/drm/1.0/BsDrmPlugin.h",
        "android/hardware/drm/1.0/IDrmPluginListener.h",
        "android/hardware/drm/1.0/IHwDrmPluginListener.h",
        "android/hardware/drm/1.0/BnHwDrmPluginListener.h",
        "android/hardware/drm/1.0/BpHwDrmPluginListener.h",
        "android/hardware/drm/1.0/BsDrmPluginListener.h",
    ],
}

cc_library {
    name: "android.hardware.drm@1.0",
    defaults: ["hidl-module-defaults"],
    generated_sources: ["android.hardware.drm@1.0_genc++"],
    generated_headers: ["android.hardware.drm@1.0_genc++_headers"],
    export_generated_headers: ["android.hardware.drm@1.0_genc++_headers"],
    vendor_available: true,
    vndk: {
        enabled: true,
    },
    shared_libs: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libutils",
        "libcutils",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
    ],
}

genrule {
    name: "android.hardware.drm@1.0-adapter-helper_genc++",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.drm@1.0",
    srcs: [
        ":android.hardware.drm@1.0_hal",
    ],
    out: [
        "android/hardware/drm/1.0/ACryptoFactory.cpp",
        "android/hardware/drm/1.0/ACryptoPlugin.cpp",
        "android/hardware/drm/1.0/ADrmFactory.cpp",
        "android/hardware/drm/1.0/ADrmPlugin.cpp",
        "android/hardware/drm/1.0/ADrmPluginListener.cpp",
    ],
}

genrule {
    name: "android.hardware.drm@1.0-adapter-helper_genc++_headers",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.drm@1.0",
    srcs: [
        ":android.hardware.drm@1.0_hal",
    ],
    out: [
        "android/hardware/drm/1.0/ACryptoFactory.h",
        "android/hardware/drm/1.0/ACryptoPlugin.h",
        "android/hardware/drm/1.0/ADrmFactory.h",
        "android/hardware/drm/1.0/ADrmPlugin.h",
        "android/hardware/drm/1.0/ADrmPluginListener.h",
    ],
}


cc_library {
    name: "android.hardware.drm@1.0-adapter-helper",
    defaults: ["hidl-module-defaults"],
    generated_sources: ["android.hardware.drm@1.0-adapter-helper_genc++"],
    generated_headers: ["android.hardware.drm@1.0-adapter-helper_genc++_headers"],
    export_generated_headers: ["android.hardware.drm@1.0-adapter-helper_genc++_headers"],
    vendor_available: true,
    shared_libs: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libutils",
        "libcutils",
        "libhidladapter",
        "android.hardware.drm@1.0",
        "android.hidl.base@1.0-adapter-helper",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
        "libhidladapter",
        "android.hardware.drm@1.0",
        "android.hidl.base@1.0-adapter-helper",
    ],
}

genrule {
    name: "android.hardware.drm@1.0-adapter_genc++",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.drm@1.0",
    out: ["main.cpp"]
}

cc_test {
    name: "android.hardware.drm@1.0-adapter",
    shared_libs: [
        "libhidladapter",
        "libhidlbase",
        "libhidltransport",
        "libutils",
        "android.hardware.drm@1.0",
        "android.hardware.drm@1.0-adapter-helper",
    ],
    generated_sources: ["android.hardware.drm@1.0-adapter_genc++"],
}