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