blob: 89f99f20568bf1991ba04c52cdbf7989375a7ae1 [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"],
Steven Morelandcb360c62017-05-09 14:34:19 -070014 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0",
Jiyong Parkc5d7c8a2017-01-14 19:40:33 +090015 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"],
Steven Morelandcb360c62017-05-09 14:34:19 -070027 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0",
Jiyong Parkc5d7c8a2017-01-14 19:40:33 +090028 srcs: [
29 ":android.hardware.configstore@1.0_hal",
30 ],
31 out: [
32 "android/hardware/configstore/1.0/types.h",
Steven Morelande90c31f2017-03-24 21:50:45 -070033 "android/hardware/configstore/1.0/hwtypes.h",
Jiyong Parkc5d7c8a2017-01-14 19:40:33 +090034 "android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h",
35 "android/hardware/configstore/1.0/IHwSurfaceFlingerConfigs.h",
36 "android/hardware/configstore/1.0/BnHwSurfaceFlingerConfigs.h",
37 "android/hardware/configstore/1.0/BpHwSurfaceFlingerConfigs.h",
38 "android/hardware/configstore/1.0/BsSurfaceFlingerConfigs.h",
39 ],
40}
41
42cc_library_shared {
43 name: "android.hardware.configstore@1.0",
Steven Moreland06c85d92017-05-18 16:14:16 -070044 defaults: ["hidl-module-defaults"],
Jiyong Parkc5d7c8a2017-01-14 19:40:33 +090045 generated_sources: ["android.hardware.configstore@1.0_genc++"],
46 generated_headers: ["android.hardware.configstore@1.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.configstore@1.0_genc++_headers"],
Steven Moreland0dd5ba22017-04-11 09:57:11 -070048 vendor_available: true,
Jiyong Parkc5d7c8a2017-01-14 19:40:33 +090049 shared_libs: [
50 "libhidlbase",
51 "libhidltransport",
52 "libhwbinder",
53 "liblog",
54 "libutils",
55 "libcutils",
Jiyong Parkc5d7c8a2017-01-14 19:40:33 +090056 ],
57 export_shared_lib_headers: [
58 "libhidlbase",
59 "libhidltransport",
60 "libhwbinder",
61 "libutils",
Jiyong Parkc5d7c8a2017-01-14 19:40:33 +090062 ],
63}