blob: 73eded1fe3e4dc1c566cafc81d529d3c535e924b [file] [log] [blame]
Jeff Tinker53b52fe2016-12-01 18:12:56 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.drm.crypto@1.0_genc++",
5 tools: ["hidl-gen"],
6 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.drm.crypto@1.0",
7 srcs: [
8 "types.hal",
9 "ICryptoFactory.hal",
10 "ICryptoPlugin.hal",
11 ],
12 out: [
13 "android/hardware/drm/crypto/1.0/types.cpp",
14 "android/hardware/drm/crypto/1.0/CryptoFactoryAll.cpp",
15 "android/hardware/drm/crypto/1.0/CryptoPluginAll.cpp",
16 ],
17}
18
19genrule {
20 name: "android.hardware.drm.crypto@1.0_genc++_headers",
21 tools: ["hidl-gen"],
22 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.drm.crypto@1.0",
23 srcs: [
24 "types.hal",
25 "ICryptoFactory.hal",
26 "ICryptoPlugin.hal",
27 ],
28 out: [
29 "android/hardware/drm/crypto/1.0/types.h",
30 "android/hardware/drm/crypto/1.0/ICryptoFactory.h",
31 "android/hardware/drm/crypto/1.0/IHwCryptoFactory.h",
Yifan Honga18049a2017-01-11 13:14:59 -080032 "android/hardware/drm/crypto/1.0/BnHwCryptoFactory.h",
33 "android/hardware/drm/crypto/1.0/BpHwCryptoFactory.h",
Jeff Tinker53b52fe2016-12-01 18:12:56 -080034 "android/hardware/drm/crypto/1.0/BsCryptoFactory.h",
35 "android/hardware/drm/crypto/1.0/ICryptoPlugin.h",
36 "android/hardware/drm/crypto/1.0/IHwCryptoPlugin.h",
Yifan Honga18049a2017-01-11 13:14:59 -080037 "android/hardware/drm/crypto/1.0/BnHwCryptoPlugin.h",
38 "android/hardware/drm/crypto/1.0/BpHwCryptoPlugin.h",
Jeff Tinker53b52fe2016-12-01 18:12:56 -080039 "android/hardware/drm/crypto/1.0/BsCryptoPlugin.h",
40 ],
41}
42
43cc_library_shared {
44 name: "android.hardware.drm.crypto@1.0",
45 generated_sources: ["android.hardware.drm.crypto@1.0_genc++"],
46 generated_headers: ["android.hardware.drm.crypto@1.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.drm.crypto@1.0_genc++_headers"],
48 shared_libs: [
49 "libhidlbase",
50 "libhidltransport",
51 "libhwbinder",
52 "liblog",
53 "libutils",
54 "libcutils",
55 "android.hidl.base@1.0",
56 ],
57 export_shared_lib_headers: [
58 "libhidlbase",
59 "libhidltransport",
60 "libhwbinder",
61 "libutils",
62 "android.hidl.base@1.0",
63 ],
64}