Jiyong Park | 200825e | 2017-01-14 19:40:33 +0900 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.configstore@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.configstore@1.0", |
| 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "ISurfaceFlingerConfigs.hal", |
| 10 | ], |
| 11 | out: [ |
| 12 | "android/hardware/configstore/1.0/types.cpp", |
| 13 | "android/hardware/configstore/1.0/SurfaceFlingerConfigsAll.cpp", |
| 14 | ], |
| 15 | } |
| 16 | |
| 17 | genrule { |
| 18 | name: "android.hardware.configstore@1.0_genc++_headers", |
| 19 | tools: ["hidl-gen"], |
| 20 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0", |
| 21 | srcs: [ |
| 22 | "types.hal", |
| 23 | "ISurfaceFlingerConfigs.hal", |
| 24 | ], |
| 25 | out: [ |
| 26 | "android/hardware/configstore/1.0/types.h", |
| 27 | "android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h", |
| 28 | "android/hardware/configstore/1.0/IHwSurfaceFlingerConfigs.h", |
| 29 | "android/hardware/configstore/1.0/BnHwSurfaceFlingerConfigs.h", |
| 30 | "android/hardware/configstore/1.0/BpHwSurfaceFlingerConfigs.h", |
| 31 | "android/hardware/configstore/1.0/BsSurfaceFlingerConfigs.h", |
| 32 | ], |
| 33 | } |
| 34 | |
| 35 | cc_library_shared { |
| 36 | name: "android.hardware.configstore@1.0", |
| 37 | generated_sources: ["android.hardware.configstore@1.0_genc++"], |
| 38 | generated_headers: ["android.hardware.configstore@1.0_genc++_headers"], |
| 39 | export_generated_headers: ["android.hardware.configstore@1.0_genc++_headers"], |
| 40 | shared_libs: [ |
| 41 | "libhidlbase", |
| 42 | "libhidltransport", |
| 43 | "libhwbinder", |
| 44 | "liblog", |
| 45 | "libutils", |
| 46 | "libcutils", |
| 47 | "android.hidl.base@1.0", |
| 48 | ], |
| 49 | export_shared_lib_headers: [ |
| 50 | "libhidlbase", |
| 51 | "libhidltransport", |
| 52 | "libhwbinder", |
| 53 | "libutils", |
| 54 | "android.hidl.base@1.0", |
| 55 | ], |
| 56 | } |
Zhuoyao Zhang | e9b43bb | 2017-02-02 16:55:00 -0800 | [diff] [blame] | 57 | |
| 58 | genrule { |
| 59 | name: "android.hardware.configstore.vts.driver@1.0_genc++", |
| 60 | tools: ["hidl-gen", "vtsc"], |
| 61 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/configstore/1.0/ $(genDir)/android/hardware/configstore/1.0/", |
| 62 | srcs: [ |
| 63 | "types.hal", |
| 64 | "ISurfaceFlingerConfigs.hal", |
| 65 | ], |
| 66 | out: [ |
| 67 | "android/hardware/configstore/1.0/types.vts.cpp", |
| 68 | "android/hardware/configstore/1.0/SurfaceFlingerConfigs.vts.cpp", |
| 69 | ], |
| 70 | } |
| 71 | |
| 72 | genrule { |
| 73 | name: "android.hardware.configstore.vts.driver@1.0_genc++_headers", |
| 74 | tools: ["hidl-gen", "vtsc"], |
| 75 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/configstore/1.0/ $(genDir)/android/hardware/configstore/1.0/", |
| 76 | srcs: [ |
| 77 | "types.hal", |
| 78 | "ISurfaceFlingerConfigs.hal", |
| 79 | ], |
| 80 | out: [ |
| 81 | "android/hardware/configstore/1.0/types.vts.h", |
| 82 | "android/hardware/configstore/1.0/SurfaceFlingerConfigs.vts.h", |
| 83 | ], |
| 84 | } |
| 85 | |
| 86 | cc_library_shared { |
| 87 | name: "android.hardware.configstore.vts.driver@1.0", |
| 88 | generated_sources: ["android.hardware.configstore.vts.driver@1.0_genc++"], |
| 89 | generated_headers: ["android.hardware.configstore.vts.driver@1.0_genc++_headers"], |
| 90 | export_generated_headers: ["android.hardware.configstore.vts.driver@1.0_genc++_headers"], |
| 91 | shared_libs: [ |
| 92 | "libhidlbase", |
| 93 | "libhidltransport", |
| 94 | "libhwbinder", |
| 95 | "liblog", |
| 96 | "libutils", |
| 97 | "libcutils", |
| 98 | "libvts_common", |
| 99 | "libvts_datatype", |
| 100 | "libvts_measurement", |
| 101 | "libvts_multidevice_proto", |
| 102 | "libcamera_metadata", |
| 103 | "libprotobuf-cpp-full", |
| 104 | "android.hidl.base@1.0", |
| 105 | "android.hardware.configstore@1.0", |
| 106 | ], |
| 107 | export_shared_lib_headers: [ |
| 108 | "libhidlbase", |
| 109 | "libhidltransport", |
| 110 | "libhwbinder", |
| 111 | "libutils", |
| 112 | "android.hidl.base@1.0", |
| 113 | ], |
| 114 | } |
| 115 | |
| 116 | genrule { |
| 117 | name: "android.hardware.configstore@1.0-vts.profiler_genc++", |
| 118 | tools: ["hidl-gen", "vtsc"], |
| 119 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/configstore/1.0/ $(genDir)/android/hardware/configstore/1.0/", |
| 120 | srcs: [ |
| 121 | "types.hal", |
| 122 | "ISurfaceFlingerConfigs.hal", |
| 123 | ], |
| 124 | out: [ |
| 125 | "android/hardware/configstore/1.0/types.vts.cpp", |
| 126 | "android/hardware/configstore/1.0/SurfaceFlingerConfigs.vts.cpp", |
| 127 | ], |
| 128 | } |
| 129 | |
| 130 | genrule { |
| 131 | name: "android.hardware.configstore@1.0-vts.profiler_genc++_headers", |
| 132 | tools: ["hidl-gen", "vtsc"], |
| 133 | cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/configstore/1.0/ $(genDir)/android/hardware/configstore/1.0/", |
| 134 | srcs: [ |
| 135 | "types.hal", |
| 136 | "ISurfaceFlingerConfigs.hal", |
| 137 | ], |
| 138 | out: [ |
| 139 | "android/hardware/configstore/1.0/types.vts.h", |
| 140 | "android/hardware/configstore/1.0/SurfaceFlingerConfigs.vts.h", |
| 141 | ], |
| 142 | } |
| 143 | |
| 144 | cc_library_shared { |
| 145 | name: "android.hardware.configstore@1.0-vts.profiler", |
| 146 | generated_sources: ["android.hardware.configstore@1.0-vts.profiler_genc++"], |
| 147 | generated_headers: ["android.hardware.configstore@1.0-vts.profiler_genc++_headers"], |
| 148 | export_generated_headers: ["android.hardware.configstore@1.0-vts.profiler_genc++_headers"], |
| 149 | shared_libs: [ |
| 150 | "libbase", |
| 151 | "libhidlbase", |
| 152 | "libhidltransport", |
| 153 | "libvts_profiling", |
| 154 | "libvts_multidevice_proto", |
| 155 | "libprotobuf-cpp-full", |
| 156 | "android.hidl.base@1.0", |
| 157 | "android.hardware.configstore@1.0", |
| 158 | ], |
| 159 | } |