blob: c2cd54a2e7757d6528170a4b3c89cd2b5a243489 [file] [log] [blame]
Jiyong Parkc5d7c8a2017-01-14 19:40:33 +09001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3filegroup {
4 name: "android.hardware.configstore@1.0_hal",
5 srcs: [
6 "types.hal",
7 "ISurfaceFlingerConfigs.hal",
8 ],
9}
10
11genrule {
12 name: "android.hardware.configstore@1.0_genc++",
13 tools: ["hidl-gen"],
14 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0",
15 srcs: [
16 ":android.hardware.configstore@1.0_hal",
17 ],
18 out: [
19 "android/hardware/configstore/1.0/types.cpp",
20 "android/hardware/configstore/1.0/SurfaceFlingerConfigsAll.cpp",
21 ],
22}
23
24genrule {
25 name: "android.hardware.configstore@1.0_genc++_headers",
26 tools: ["hidl-gen"],
27 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0",
28 srcs: [
29 ":android.hardware.configstore@1.0_hal",
30 ],
31 out: [
32 "android/hardware/configstore/1.0/types.h",
33 "android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h",
34 "android/hardware/configstore/1.0/IHwSurfaceFlingerConfigs.h",
35 "android/hardware/configstore/1.0/BnHwSurfaceFlingerConfigs.h",
36 "android/hardware/configstore/1.0/BpHwSurfaceFlingerConfigs.h",
37 "android/hardware/configstore/1.0/BsSurfaceFlingerConfigs.h",
38 ],
39}
40
41cc_library_shared {
42 name: "android.hardware.configstore@1.0",
43 generated_sources: ["android.hardware.configstore@1.0_genc++"],
44 generated_headers: ["android.hardware.configstore@1.0_genc++_headers"],
45 export_generated_headers: ["android.hardware.configstore@1.0_genc++_headers"],
46 shared_libs: [
47 "libhidlbase",
48 "libhidltransport",
49 "libhwbinder",
50 "liblog",
51 "libutils",
52 "libcutils",
53 "android.hidl.base@1.0",
54 ],
55 export_shared_lib_headers: [
56 "libhidlbase",
57 "libhidltransport",
58 "libhwbinder",
59 "libutils",
60 "android.hidl.base@1.0",
61 ],
62}