blob: dd6805d4c3649c3b98a50aaa081a9a508200b7b7 [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",
32 "android/hardware/drm/crypto/1.0/BnCryptoFactory.h",
33 "android/hardware/drm/crypto/1.0/BpCryptoFactory.h",
34 "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",
37 "android/hardware/drm/crypto/1.0/BnCryptoPlugin.h",
38 "android/hardware/drm/crypto/1.0/BpCryptoPlugin.h",
39 "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}