Jiyong Park | c5d7c8a | 2017-01-14 19:40:33 +0900 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | filegroup { |
| 4 | name: "android.hardware.configstore@1.0_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "ISurfaceFlingerConfigs.hal", |
| 8 | ], |
| 9 | } |
| 10 | |
| 11 | genrule { |
| 12 | name: "android.hardware.configstore@1.0_genc++", |
| 13 | tools: ["hidl-gen"], |
| 14 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0", |
| 15 | 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 | |
| 24 | genrule { |
| 25 | name: "android.hardware.configstore@1.0_genc++_headers", |
| 26 | tools: ["hidl-gen"], |
| 27 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.configstore@1.0", |
| 28 | srcs: [ |
| 29 | ":android.hardware.configstore@1.0_hal", |
| 30 | ], |
| 31 | out: [ |
| 32 | "android/hardware/configstore/1.0/types.h", |
Steven Moreland | e90c31f | 2017-03-24 21:50:45 -0700 | [diff] [blame] | 33 | "android/hardware/configstore/1.0/hwtypes.h", |
Jiyong Park | c5d7c8a | 2017-01-14 19:40:33 +0900 | [diff] [blame] | 34 | "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 | |
| 42 | cc_library_shared { |
| 43 | name: "android.hardware.configstore@1.0", |
| 44 | generated_sources: ["android.hardware.configstore@1.0_genc++"], |
| 45 | generated_headers: ["android.hardware.configstore@1.0_genc++_headers"], |
| 46 | export_generated_headers: ["android.hardware.configstore@1.0_genc++_headers"], |
Steven Moreland | b2799c3 | 2017-04-11 09:57:11 -0700 | [diff] [blame] | 47 | vendor_available: true, |
Jiyong Park | c5d7c8a | 2017-01-14 19:40:33 +0900 | [diff] [blame] | 48 | shared_libs: [ |
| 49 | "libhidlbase", |
| 50 | "libhidltransport", |
| 51 | "libhwbinder", |
| 52 | "liblog", |
| 53 | "libutils", |
| 54 | "libcutils", |
| 55 | "android.hidl.base@1.0", |
| 56 | ], |
| 57 | export_shared_lib_headers: [ |
| 58 | "libhidlbase", |
| 59 | "libhidltransport", |
| 60 | "libhwbinder", |
| 61 | "libutils", |
| 62 | "android.hidl.base@1.0", |
| 63 | ], |
| 64 | } |