Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
Andreas Huber | 7c40088 | 2017-02-09 10:08:04 -0800 | [diff] [blame] | 3 | filegroup { |
| 4 | name: "android.hidl.manager@1.0_hal", |
| 5 | srcs: [ |
| 6 | "IServiceManager.hal", |
| 7 | "IServiceNotification.hal", |
| 8 | ], |
| 9 | } |
| 10 | |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 11 | genrule { |
| 12 | name: "android.hidl.manager@1.0_genc++", |
| 13 | tools: ["hidl-gen"], |
Steven Moreland | cf1a03c | 2017-05-09 14:35:05 -0700 | [diff] [blame] | 14 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hidl:system/libhidl/transport android.hidl.manager@1.0", |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 15 | srcs: [ |
Steven Moreland | 346cf51 | 2017-02-16 19:23:24 -0800 | [diff] [blame] | 16 | ":android.hidl.manager@1.0_hal", |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 17 | ], |
| 18 | out: [ |
| 19 | "android/hidl/manager/1.0/ServiceManagerAll.cpp", |
| 20 | "android/hidl/manager/1.0/ServiceNotificationAll.cpp", |
| 21 | ], |
| 22 | } |
| 23 | |
| 24 | genrule { |
| 25 | name: "android.hidl.manager@1.0_genc++_headers", |
| 26 | tools: ["hidl-gen"], |
Steven Moreland | cf1a03c | 2017-05-09 14:35:05 -0700 | [diff] [blame] | 27 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hidl:system/libhidl/transport android.hidl.manager@1.0", |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 28 | srcs: [ |
Steven Moreland | 346cf51 | 2017-02-16 19:23:24 -0800 | [diff] [blame] | 29 | ":android.hidl.manager@1.0_hal", |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 30 | ], |
| 31 | out: [ |
| 32 | "android/hidl/manager/1.0/IServiceManager.h", |
| 33 | "android/hidl/manager/1.0/IHwServiceManager.h", |
Yifan Hong | 4e92599 | 2017-01-09 17:47:17 -0800 | [diff] [blame] | 34 | "android/hidl/manager/1.0/BnHwServiceManager.h", |
| 35 | "android/hidl/manager/1.0/BpHwServiceManager.h", |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 36 | "android/hidl/manager/1.0/BsServiceManager.h", |
| 37 | "android/hidl/manager/1.0/IServiceNotification.h", |
| 38 | "android/hidl/manager/1.0/IHwServiceNotification.h", |
Yifan Hong | 4e92599 | 2017-01-09 17:47:17 -0800 | [diff] [blame] | 39 | "android/hidl/manager/1.0/BnHwServiceNotification.h", |
| 40 | "android/hidl/manager/1.0/BpHwServiceNotification.h", |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 41 | "android/hidl/manager/1.0/BsServiceNotification.h", |
| 42 | ], |
| 43 | } |
| 44 | |
Steven Moreland | 4f4c5a6 | 2017-05-01 09:38:13 -0700 | [diff] [blame] | 45 | // android.hidl.manager@1.0 is exported from libhidltransport |