blob: d89911415e215e01d6d170eb12dd3fb9691cc023 [file] [log] [blame]
Jeff Tinkerda002fe2017-01-19 14:41:11 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.drm@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@1.0",
7 srcs: [
8 "types.hal",
9 "ICryptoFactory.hal",
10 "ICryptoPlugin.hal",
11 "IDrmFactory.hal",
12 "IDrmPlugin.hal",
13 "IDrmPluginListener.hal",
14 ],
15 out: [
16 "android/hardware/drm/1.0/types.cpp",
17 "android/hardware/drm/1.0/CryptoFactoryAll.cpp",
18 "android/hardware/drm/1.0/CryptoPluginAll.cpp",
19 "android/hardware/drm/1.0/DrmFactoryAll.cpp",
20 "android/hardware/drm/1.0/DrmPluginAll.cpp",
21 "android/hardware/drm/1.0/DrmPluginListenerAll.cpp",
22 ],
23}
24
25genrule {
26 name: "android.hardware.drm@1.0_genc++_headers",
27 tools: ["hidl-gen"],
28 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.drm@1.0",
29 srcs: [
30 "types.hal",
31 "ICryptoFactory.hal",
32 "ICryptoPlugin.hal",
33 "IDrmFactory.hal",
34 "IDrmPlugin.hal",
35 "IDrmPluginListener.hal",
36 ],
37 out: [
38 "android/hardware/drm/1.0/types.h",
39 "android/hardware/drm/1.0/ICryptoFactory.h",
40 "android/hardware/drm/1.0/IHwCryptoFactory.h",
41 "android/hardware/drm/1.0/BnHwCryptoFactory.h",
42 "android/hardware/drm/1.0/BpHwCryptoFactory.h",
43 "android/hardware/drm/1.0/BsCryptoFactory.h",
44 "android/hardware/drm/1.0/ICryptoPlugin.h",
45 "android/hardware/drm/1.0/IHwCryptoPlugin.h",
46 "android/hardware/drm/1.0/BnHwCryptoPlugin.h",
47 "android/hardware/drm/1.0/BpHwCryptoPlugin.h",
48 "android/hardware/drm/1.0/BsCryptoPlugin.h",
49 "android/hardware/drm/1.0/IDrmFactory.h",
50 "android/hardware/drm/1.0/IHwDrmFactory.h",
51 "android/hardware/drm/1.0/BnHwDrmFactory.h",
52 "android/hardware/drm/1.0/BpHwDrmFactory.h",
53 "android/hardware/drm/1.0/BsDrmFactory.h",
54 "android/hardware/drm/1.0/IDrmPlugin.h",
55 "android/hardware/drm/1.0/IHwDrmPlugin.h",
56 "android/hardware/drm/1.0/BnHwDrmPlugin.h",
57 "android/hardware/drm/1.0/BpHwDrmPlugin.h",
58 "android/hardware/drm/1.0/BsDrmPlugin.h",
59 "android/hardware/drm/1.0/IDrmPluginListener.h",
60 "android/hardware/drm/1.0/IHwDrmPluginListener.h",
61 "android/hardware/drm/1.0/BnHwDrmPluginListener.h",
62 "android/hardware/drm/1.0/BpHwDrmPluginListener.h",
63 "android/hardware/drm/1.0/BsDrmPluginListener.h",
64 ],
65}
66
67cc_library_shared {
68 name: "android.hardware.drm@1.0",
69 generated_sources: ["android.hardware.drm@1.0_genc++"],
70 generated_headers: ["android.hardware.drm@1.0_genc++_headers"],
71 export_generated_headers: ["android.hardware.drm@1.0_genc++_headers"],
72 shared_libs: [
73 "libhidlbase",
74 "libhidltransport",
75 "libhwbinder",
76 "liblog",
77 "libutils",
78 "libcutils",
79 "android.hidl.base@1.0",
80 ],
81 export_shared_lib_headers: [
82 "libhidlbase",
83 "libhidltransport",
84 "libhwbinder",
85 "libutils",
86 "android.hidl.base@1.0",
87 ],
88}