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 | |
Tri Vo | ce608be | 2017-02-07 19:13:25 -0800 | [diff] [blame] | 3 | filegroup { |
| 4 | name: "android.hardware.graphics.composer@2.1_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "IComposer.hal", |
| 8 | "IComposerCallback.hal", |
| 9 | "IComposerClient.hal", |
| 10 | ], |
| 11 | } |
| 12 | |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 13 | genrule { |
| 14 | name: "android.hardware.graphics.composer@2.1_genc++", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 15 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 16 | 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] | 17 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame] | 18 | ":android.hardware.graphics.composer@2.1_hal", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 19 | ], |
| 20 | out: [ |
| 21 | "android/hardware/graphics/composer/2.1/types.cpp", |
| 22 | "android/hardware/graphics/composer/2.1/ComposerAll.cpp", |
| 23 | "android/hardware/graphics/composer/2.1/ComposerCallbackAll.cpp", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 24 | "android/hardware/graphics/composer/2.1/ComposerClientAll.cpp", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 25 | ], |
| 26 | } |
| 27 | |
| 28 | genrule { |
| 29 | name: "android.hardware.graphics.composer@2.1_genc++_headers", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 30 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 31 | 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] | 32 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame] | 33 | ":android.hardware.graphics.composer@2.1_hal", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 34 | ], |
| 35 | out: [ |
| 36 | "android/hardware/graphics/composer/2.1/types.h", |
Steven Moreland | 561b602 | 2017-03-27 11:48:14 -0700 | [diff] [blame] | 37 | "android/hardware/graphics/composer/2.1/hwtypes.h", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 38 | "android/hardware/graphics/composer/2.1/IComposer.h", |
| 39 | "android/hardware/graphics/composer/2.1/IHwComposer.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 40 | "android/hardware/graphics/composer/2.1/BnHwComposer.h", |
| 41 | "android/hardware/graphics/composer/2.1/BpHwComposer.h", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 42 | "android/hardware/graphics/composer/2.1/BsComposer.h", |
| 43 | "android/hardware/graphics/composer/2.1/IComposerCallback.h", |
| 44 | "android/hardware/graphics/composer/2.1/IHwComposerCallback.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 45 | "android/hardware/graphics/composer/2.1/BnHwComposerCallback.h", |
| 46 | "android/hardware/graphics/composer/2.1/BpHwComposerCallback.h", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 47 | "android/hardware/graphics/composer/2.1/BsComposerCallback.h", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 48 | "android/hardware/graphics/composer/2.1/IComposerClient.h", |
| 49 | "android/hardware/graphics/composer/2.1/IHwComposerClient.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 50 | "android/hardware/graphics/composer/2.1/BnHwComposerClient.h", |
| 51 | "android/hardware/graphics/composer/2.1/BpHwComposerClient.h", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 52 | "android/hardware/graphics/composer/2.1/BsComposerClient.h", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 53 | ], |
| 54 | } |
| 55 | |
| 56 | cc_library_shared { |
| 57 | name: "android.hardware.graphics.composer@2.1", |
| 58 | generated_sources: ["android.hardware.graphics.composer@2.1_genc++"], |
| 59 | generated_headers: ["android.hardware.graphics.composer@2.1_genc++_headers"], |
| 60 | export_generated_headers: ["android.hardware.graphics.composer@2.1_genc++_headers"], |
| 61 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 62 | "libhidlbase", |
| 63 | "libhidltransport", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 64 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 65 | "liblog", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 66 | "libutils", |
| 67 | "libcutils", |
Chia-I Wu | 1c45727 | 2016-11-17 10:11:32 +0800 | [diff] [blame] | 68 | "android.hardware.graphics.common@1.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 69 | "android.hidl.base@1.0", |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 70 | ], |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 71 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 72 | "libhidlbase", |
| 73 | "libhidltransport", |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 74 | "libhwbinder", |
| 75 | "libutils", |
Chia-I Wu | 1c45727 | 2016-11-17 10:11:32 +0800 | [diff] [blame] | 76 | "android.hardware.graphics.common@1.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 77 | "android.hidl.base@1.0", |
Steven Moreland | 6972777 | 2016-10-25 15:45:19 -0700 | [diff] [blame] | 78 | ], |
Chia-I Wu | acce699 | 2016-09-20 06:52:43 +0800 | [diff] [blame] | 79 | } |