Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [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.camera.device@3.2_hal", |
| 5 | srcs: [ |
| 6 | "types.hal", |
| 7 | "ICameraDevice.hal", |
| 8 | "ICameraDeviceCallback.hal", |
| 9 | "ICameraDeviceSession.hal", |
| 10 | ], |
| 11 | } |
| 12 | |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 13 | genrule { |
| 14 | name: "android.hardware.camera.device@3.2_genc++", |
| 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.camera.device@3.2", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 17 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame^] | 18 | ":android.hardware.camera.device@3.2_hal", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 19 | ], |
| 20 | out: [ |
| 21 | "android/hardware/camera/device/3.2/types.cpp", |
| 22 | "android/hardware/camera/device/3.2/CameraDeviceAll.cpp", |
| 23 | "android/hardware/camera/device/3.2/CameraDeviceCallbackAll.cpp", |
| 24 | "android/hardware/camera/device/3.2/CameraDeviceSessionAll.cpp", |
| 25 | ], |
| 26 | } |
| 27 | |
| 28 | genrule { |
| 29 | name: "android.hardware.camera.device@3.2_genc++_headers", |
| 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.camera.device@3.2", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 32 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame^] | 33 | ":android.hardware.camera.device@3.2_hal", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 34 | ], |
| 35 | out: [ |
| 36 | "android/hardware/camera/device/3.2/types.h", |
| 37 | "android/hardware/camera/device/3.2/ICameraDevice.h", |
| 38 | "android/hardware/camera/device/3.2/IHwCameraDevice.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 39 | "android/hardware/camera/device/3.2/BnHwCameraDevice.h", |
| 40 | "android/hardware/camera/device/3.2/BpHwCameraDevice.h", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 41 | "android/hardware/camera/device/3.2/BsCameraDevice.h", |
| 42 | "android/hardware/camera/device/3.2/ICameraDeviceCallback.h", |
| 43 | "android/hardware/camera/device/3.2/IHwCameraDeviceCallback.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 44 | "android/hardware/camera/device/3.2/BnHwCameraDeviceCallback.h", |
| 45 | "android/hardware/camera/device/3.2/BpHwCameraDeviceCallback.h", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 46 | "android/hardware/camera/device/3.2/BsCameraDeviceCallback.h", |
| 47 | "android/hardware/camera/device/3.2/ICameraDeviceSession.h", |
| 48 | "android/hardware/camera/device/3.2/IHwCameraDeviceSession.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 49 | "android/hardware/camera/device/3.2/BnHwCameraDeviceSession.h", |
| 50 | "android/hardware/camera/device/3.2/BpHwCameraDeviceSession.h", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 51 | "android/hardware/camera/device/3.2/BsCameraDeviceSession.h", |
| 52 | ], |
| 53 | } |
| 54 | |
| 55 | cc_library_shared { |
| 56 | name: "android.hardware.camera.device@3.2", |
| 57 | generated_sources: ["android.hardware.camera.device@3.2_genc++"], |
| 58 | generated_headers: ["android.hardware.camera.device@3.2_genc++_headers"], |
| 59 | export_generated_headers: ["android.hardware.camera.device@3.2_genc++_headers"], |
| 60 | shared_libs: [ |
| 61 | "libhidlbase", |
| 62 | "libhidltransport", |
| 63 | "libhwbinder", |
| 64 | "liblog", |
| 65 | "libutils", |
| 66 | "libcutils", |
| 67 | "android.hardware.camera.common@1.0", |
| 68 | "android.hardware.graphics.allocator@2.0", |
| 69 | "android.hardware.graphics.common@1.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 70 | "android.hidl.base@1.0", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 71 | ], |
| 72 | export_shared_lib_headers: [ |
| 73 | "libhidlbase", |
| 74 | "libhidltransport", |
| 75 | "libhwbinder", |
| 76 | "libutils", |
| 77 | "android.hardware.camera.common@1.0", |
| 78 | "android.hardware.graphics.allocator@2.0", |
| 79 | "android.hardware.graphics.common@1.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 80 | "android.hidl.base@1.0", |
Zhijun He | 8486e41 | 2016-09-12 15:30:51 -0700 | [diff] [blame] | 81 | ], |
| 82 | } |