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 | } |