Jaesoo Lee | 812e85e | 2017-04-28 18:29:40 +0900 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | filegroup { |
| 4 | name: "android.hardware.configstore@1.1_hal", |
| 5 | srcs: [ |
| 6 | "ISurfaceFlingerConfigs.hal", |
| 7 | ], |
| 8 | } |
| 9 | |
| 10 | genrule { |
| 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 | |
| 22 | genrule { |
| 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 | |
| 38 | cc_library_shared { |
| 39 | name: "android.hardware.configstore@1.1", |
| 40 | generated_sources: ["android.hardware.configstore@1.1_genc++"], |
| 41 | generated_headers: ["android.hardware.configstore@1.1_genc++_headers"], |
| 42 | export_generated_headers: ["android.hardware.configstore@1.1_genc++_headers"], |
| 43 | vendor_available: true, |
| 44 | shared_libs: [ |
| 45 | "libhidlbase", |
| 46 | "libhidltransport", |
| 47 | "libhwbinder", |
| 48 | "liblog", |
| 49 | "libutils", |
| 50 | "libcutils", |
| 51 | "android.hardware.configstore@1.0", |
| 52 | ], |
| 53 | export_shared_lib_headers: [ |
| 54 | "libhidlbase", |
| 55 | "libhidltransport", |
| 56 | "libhwbinder", |
| 57 | "libutils", |
| 58 | "android.hardware.configstore@1.0", |
| 59 | ], |
| 60 | } |