Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.graphics.allocator@2.0_genc++", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 5 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 6 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.allocator@2.0", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "IAllocator.hal", |
Chia-I Wu | a7f234c | 2016-11-22 11:37:04 +0800 | [diff] [blame] | 10 | "IAllocatorClient.hal", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 11 | ], |
| 12 | out: [ |
| 13 | "android/hardware/graphics/allocator/2.0/types.cpp", |
| 14 | "android/hardware/graphics/allocator/2.0/AllocatorAll.cpp", |
Chia-I Wu | a7f234c | 2016-11-22 11:37:04 +0800 | [diff] [blame] | 15 | "android/hardware/graphics/allocator/2.0/AllocatorClientAll.cpp", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 16 | ], |
| 17 | } |
| 18 | |
| 19 | genrule { |
| 20 | name: "android.hardware.graphics.allocator@2.0_genc++_headers", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 21 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 22 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.allocator@2.0", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 23 | srcs: [ |
| 24 | "types.hal", |
| 25 | "IAllocator.hal", |
Chia-I Wu | a7f234c | 2016-11-22 11:37:04 +0800 | [diff] [blame] | 26 | "IAllocatorClient.hal", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 27 | ], |
| 28 | out: [ |
| 29 | "android/hardware/graphics/allocator/2.0/types.h", |
| 30 | "android/hardware/graphics/allocator/2.0/IAllocator.h", |
| 31 | "android/hardware/graphics/allocator/2.0/IHwAllocator.h", |
| 32 | "android/hardware/graphics/allocator/2.0/BnAllocator.h", |
| 33 | "android/hardware/graphics/allocator/2.0/BpAllocator.h", |
| 34 | "android/hardware/graphics/allocator/2.0/BsAllocator.h", |
Chia-I Wu | a7f234c | 2016-11-22 11:37:04 +0800 | [diff] [blame] | 35 | "android/hardware/graphics/allocator/2.0/IAllocatorClient.h", |
| 36 | "android/hardware/graphics/allocator/2.0/IHwAllocatorClient.h", |
| 37 | "android/hardware/graphics/allocator/2.0/BnAllocatorClient.h", |
| 38 | "android/hardware/graphics/allocator/2.0/BpAllocatorClient.h", |
| 39 | "android/hardware/graphics/allocator/2.0/BsAllocatorClient.h", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 40 | ], |
| 41 | } |
| 42 | |
| 43 | cc_library_shared { |
| 44 | name: "android.hardware.graphics.allocator@2.0", |
| 45 | generated_sources: ["android.hardware.graphics.allocator@2.0_genc++"], |
| 46 | generated_headers: ["android.hardware.graphics.allocator@2.0_genc++_headers"], |
| 47 | export_generated_headers: ["android.hardware.graphics.allocator@2.0_genc++_headers"], |
| 48 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 49 | "libhidlbase", |
| 50 | "libhidltransport", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 51 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 52 | "liblog", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 53 | "libutils", |
| 54 | "libcutils", |
Chia-I Wu | 1c45727 | 2016-11-17 10:11:32 +0800 | [diff] [blame] | 55 | "android.hardware.graphics.common@1.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 56 | "android.hidl.base@1.0", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 57 | ], |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 58 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 59 | "libhidlbase", |
| 60 | "libhidltransport", |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 61 | "libhwbinder", |
| 62 | "libutils", |
Chia-I Wu | 1c45727 | 2016-11-17 10:11:32 +0800 | [diff] [blame] | 63 | "android.hardware.graphics.common@1.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 64 | "android.hidl.base@1.0", |
Steven Moreland | 6972777 | 2016-10-25 15:45:19 -0700 | [diff] [blame] | 65 | ], |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 66 | } |