blob: 2df9de80620b0628027e67f8169a1f0923bd8a0b [file] [log] [blame]
Steven Morelanded6ffd12018-10-10 17:59:33 -07001// This file was auto-generated. Do not edit manually.
2// Use launch_hal_test.py or update_makefiles.py in test/vts-testcase/hal/script/ to generate this file.
3
4// Generate .vts spec files.
5hal2vts {
6 name: "android.hidl.safe_union@1.0-vts.spec",
7 hidl_gen_args: "-r android.hidl:system/libhidl/transport",
8 srcs: [
9 ":android.hidl.safe_union@1.0_hal",
10 ],
11 out: [
12 "android/hidl/safe_union/1.0/types.vts",
13 ],
14}
15
16// Build VTS driver.
17genrule {
18 name: "android.hidl.safe_union@1.0-vts.driver_genc++",
19 tools: ["hidl-gen", "vtsc"],
20 cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hidl:system/libhidl/transport android.hidl.safe_union@1.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hidl/safe_union/1.0/ $(genDir)/android/hidl/safe_union/1.0/",
21 srcs: [
22 ":android.hidl.safe_union@1.0_hal",
23 ],
24 out: [
25 "android/hidl/safe_union/1.0/types.vts.cpp",
26 ],
27}
28
29genrule {
30 name: "android.hidl.safe_union@1.0-vts.driver_genc++_headers",
31 tools: ["hidl-gen", "vtsc"],
32 cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hidl:system/libhidl/transport android.hidl.safe_union@1.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hidl/safe_union/1.0/ $(genDir)/android/hidl/safe_union/1.0/",
33 srcs: [
34 ":android.hidl.safe_union@1.0_hal",
35 ],
36 out: [
37 "android/hidl/safe_union/1.0/types.vts.h",
38 ],
39}
40
41cc_library_shared {
42 name: "android.hidl.safe_union@1.0-vts.driver",
43 generated_sources: ["android.hidl.safe_union@1.0-vts.driver_genc++"],
44 generated_headers: ["android.hidl.safe_union@1.0-vts.driver_genc++_headers"],
45 export_generated_headers: ["android.hidl.safe_union@1.0-vts.driver_genc++_headers"],
46 defaults: ["VtsHalDriverDefaults"],
47 shared_libs: [],
48 static_libs: [
49 "android.hidl.safe_union@1.0",
50 ],
51}
52
53// Build VTS profiler.
54genrule {
55 name: "android.hidl.safe_union@1.0-vts.profiler_genc++",
56 tools: ["hidl-gen", "vtsc"],
57 cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hidl:system/libhidl/transport android.hidl.safe_union@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hidl/safe_union/1.0/ $(genDir)/android/hidl/safe_union/1.0/",
58 srcs: [
59 ":android.hidl.safe_union@1.0_hal",
60 ],
61 out: [
62 "android/hidl/safe_union/1.0/types.vts.cpp",
63 ],
64}
65
66genrule {
67 name: "android.hidl.safe_union@1.0-vts.profiler_genc++_headers",
68 tools: ["hidl-gen", "vtsc"],
69 cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hidl:system/libhidl/transport android.hidl.safe_union@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hidl/safe_union/1.0/ $(genDir)/android/hidl/safe_union/1.0/",
70 srcs: [
71 ":android.hidl.safe_union@1.0_hal",
72 ],
73 out: [
74 "android/hidl/safe_union/1.0/types.vts.h",
75 ],
76}
77
78cc_library_shared {
79 name: "android.hidl.safe_union@1.0-vts.profiler",
80 generated_sources: ["android.hidl.safe_union@1.0-vts.profiler_genc++"],
81 generated_headers: ["android.hidl.safe_union@1.0-vts.profiler_genc++_headers"],
82 export_generated_headers: ["android.hidl.safe_union@1.0-vts.profiler_genc++_headers"],
83 defaults: ["VtsHalProfilerDefaults"],
84 shared_libs: [],
85 static_libs: [
86 "android.hidl.safe_union@1.0",
87 ],
88}
89