Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
Tri Vo | ce608be | 2017-02-07 19:13:25 -0800 | [diff] [blame] | 3 | filegroup { |
| 4 | name: "android.hardware.dumpstate@1.0_hal", |
| 5 | srcs: [ |
| 6 | "IDumpstateDevice.hal", |
| 7 | ], |
| 8 | } |
| 9 | |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 10 | genrule { |
| 11 | name: "android.hardware.dumpstate@1.0_genc++", |
| 12 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 13 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.dumpstate@1.0", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 14 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame] | 15 | ":android.hardware.dumpstate@1.0_hal", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 16 | ], |
| 17 | out: [ |
| 18 | "android/hardware/dumpstate/1.0/DumpstateDeviceAll.cpp", |
| 19 | ], |
| 20 | } |
| 21 | |
| 22 | genrule { |
| 23 | name: "android.hardware.dumpstate@1.0_genc++_headers", |
| 24 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 25 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.dumpstate@1.0", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 26 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame] | 27 | ":android.hardware.dumpstate@1.0_hal", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 28 | ], |
| 29 | out: [ |
| 30 | "android/hardware/dumpstate/1.0/IDumpstateDevice.h", |
| 31 | "android/hardware/dumpstate/1.0/IHwDumpstateDevice.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 32 | "android/hardware/dumpstate/1.0/BnHwDumpstateDevice.h", |
| 33 | "android/hardware/dumpstate/1.0/BpHwDumpstateDevice.h", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 34 | "android/hardware/dumpstate/1.0/BsDumpstateDevice.h", |
| 35 | ], |
| 36 | } |
| 37 | |
| 38 | cc_library_shared { |
| 39 | name: "android.hardware.dumpstate@1.0", |
| 40 | generated_sources: ["android.hardware.dumpstate@1.0_genc++"], |
| 41 | generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"], |
| 42 | export_generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"], |
Steven Moreland | 3b36a83 | 2017-04-11 09:58:03 -0700 | [diff] [blame^] | 43 | vendor_available: true, |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 44 | shared_libs: [ |
| 45 | "libhidlbase", |
| 46 | "libhidltransport", |
| 47 | "libhwbinder", |
Steven Moreland | 52b91c0 | 2016-11-22 17:59:33 -0800 | [diff] [blame] | 48 | "liblog", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 49 | "libutils", |
| 50 | "libcutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 51 | "android.hidl.base@1.0", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 52 | ], |
| 53 | export_shared_lib_headers: [ |
| 54 | "libhidlbase", |
| 55 | "libhidltransport", |
| 56 | "libhwbinder", |
| 57 | "libutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 58 | "android.hidl.base@1.0", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 59 | ], |
| 60 | } |