Martijn Coenen | 0cb4a94 | 2016-12-01 15:47:29 +0100 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
Tri Vo | ac9f1c0 | 2017-02-06 09:59:51 -0800 | [diff] [blame^] | 3 | filegroup { |
| 4 | name: "android.hardware.tests.memory@1.0_hal", |
| 5 | srcs: [ |
| 6 | "IMemoryTest.hal", |
| 7 | ], |
| 8 | } |
| 9 | |
Martijn Coenen | 0cb4a94 | 2016-12-01 15:47:29 +0100 | [diff] [blame] | 10 | genrule { |
| 11 | name: "android.hardware.tests.memory@1.0_genc++", |
| 12 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 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.tests.memory@1.0", |
Martijn Coenen | 0cb4a94 | 2016-12-01 15:47:29 +0100 | [diff] [blame] | 14 | srcs: [ |
| 15 | "IMemoryTest.hal", |
| 16 | ], |
| 17 | out: [ |
| 18 | "android/hardware/tests/memory/1.0/MemoryTestAll.cpp", |
| 19 | ], |
| 20 | } |
| 21 | |
| 22 | genrule { |
| 23 | name: "android.hardware.tests.memory@1.0_genc++_headers", |
| 24 | tools: ["hidl-gen"], |
Yifan Hong | e19e582 | 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.tests.memory@1.0", |
Martijn Coenen | 0cb4a94 | 2016-12-01 15:47:29 +0100 | [diff] [blame] | 26 | srcs: [ |
| 27 | "IMemoryTest.hal", |
| 28 | ], |
| 29 | out: [ |
| 30 | "android/hardware/tests/memory/1.0/IMemoryTest.h", |
| 31 | "android/hardware/tests/memory/1.0/IHwMemoryTest.h", |
Yifan Hong | 10ac9b4 | 2017-01-09 17:46:36 -0800 | [diff] [blame] | 32 | "android/hardware/tests/memory/1.0/BnHwMemoryTest.h", |
| 33 | "android/hardware/tests/memory/1.0/BpHwMemoryTest.h", |
Martijn Coenen | 0cb4a94 | 2016-12-01 15:47:29 +0100 | [diff] [blame] | 34 | "android/hardware/tests/memory/1.0/BsMemoryTest.h", |
| 35 | ], |
| 36 | } |
| 37 | |
| 38 | cc_library_shared { |
| 39 | name: "android.hardware.tests.memory@1.0", |
| 40 | generated_sources: ["android.hardware.tests.memory@1.0_genc++"], |
| 41 | generated_headers: ["android.hardware.tests.memory@1.0_genc++_headers"], |
| 42 | export_generated_headers: ["android.hardware.tests.memory@1.0_genc++_headers"], |
| 43 | shared_libs: [ |
| 44 | "libhidlbase", |
| 45 | "libhidltransport", |
| 46 | "libhwbinder", |
| 47 | "liblog", |
| 48 | "libutils", |
| 49 | "libcutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 50 | "android.hidl.base@1.0", |
Martijn Coenen | 0cb4a94 | 2016-12-01 15:47:29 +0100 | [diff] [blame] | 51 | ], |
| 52 | export_shared_lib_headers: [ |
| 53 | "libhidlbase", |
| 54 | "libhidltransport", |
| 55 | "libhwbinder", |
| 56 | "libutils", |
Yifan Hong | e19e582 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 57 | "android.hidl.base@1.0", |
Martijn Coenen | 0cb4a94 | 2016-12-01 15:47:29 +0100 | [diff] [blame] | 58 | ], |
| 59 | } |