Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.graphics.composer@2.1_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.composer@2.1", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | "IComposer.hal", |
| 10 | "IComposerCallback.hal", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame^] | 11 | "IComposerClient.hal", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 12 | ], |
| 13 | out: [ |
| 14 | "android/hardware/graphics/composer/2.1/types.cpp", |
| 15 | "android/hardware/graphics/composer/2.1/ComposerAll.cpp", |
| 16 | "android/hardware/graphics/composer/2.1/ComposerCallbackAll.cpp", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame^] | 17 | "android/hardware/graphics/composer/2.1/ComposerClientAll.cpp", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 18 | ], |
| 19 | } |
| 20 | |
| 21 | genrule { |
| 22 | name: "android.hardware.graphics.composer@2.1_genc++_headers", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 23 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 24 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.composer@2.1", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 25 | srcs: [ |
| 26 | "types.hal", |
| 27 | "IComposer.hal", |
| 28 | "IComposerCallback.hal", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame^] | 29 | "IComposerClient.hal", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 30 | ], |
| 31 | out: [ |
| 32 | "android/hardware/graphics/composer/2.1/types.h", |
| 33 | "android/hardware/graphics/composer/2.1/IComposer.h", |
| 34 | "android/hardware/graphics/composer/2.1/IHwComposer.h", |
| 35 | "android/hardware/graphics/composer/2.1/BnComposer.h", |
| 36 | "android/hardware/graphics/composer/2.1/BpComposer.h", |
| 37 | "android/hardware/graphics/composer/2.1/BsComposer.h", |
| 38 | "android/hardware/graphics/composer/2.1/IComposerCallback.h", |
| 39 | "android/hardware/graphics/composer/2.1/IHwComposerCallback.h", |
| 40 | "android/hardware/graphics/composer/2.1/BnComposerCallback.h", |
| 41 | "android/hardware/graphics/composer/2.1/BpComposerCallback.h", |
| 42 | "android/hardware/graphics/composer/2.1/BsComposerCallback.h", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame^] | 43 | "android/hardware/graphics/composer/2.1/IComposerClient.h", |
| 44 | "android/hardware/graphics/composer/2.1/IHwComposerClient.h", |
| 45 | "android/hardware/graphics/composer/2.1/BnComposerClient.h", |
| 46 | "android/hardware/graphics/composer/2.1/BpComposerClient.h", |
| 47 | "android/hardware/graphics/composer/2.1/BsComposerClient.h", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 48 | ], |
| 49 | } |
| 50 | |
| 51 | cc_library_shared { |
| 52 | name: "android.hardware.graphics.composer@2.1", |
| 53 | generated_sources: ["android.hardware.graphics.composer@2.1_genc++"], |
| 54 | generated_headers: ["android.hardware.graphics.composer@2.1_genc++_headers"], |
| 55 | export_generated_headers: ["android.hardware.graphics.composer@2.1_genc++_headers"], |
| 56 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 57 | "libhidlbase", |
| 58 | "libhidltransport", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 59 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 60 | "liblog", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 61 | "libutils", |
| 62 | "libcutils", |
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", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 65 | ], |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 66 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 67 | "libhidlbase", |
| 68 | "libhidltransport", |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 69 | "libhwbinder", |
| 70 | "libutils", |
Chia-I Wu | 1c45727 | 2016-11-17 10:11:32 +0800 | [diff] [blame] | 71 | "android.hardware.graphics.common@1.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 72 | "android.hidl.base@1.0", |
Steven Moreland | 6972777 | 2016-10-25 15:45:19 -0700 | [diff] [blame] | 73 | ], |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 74 | } |