From 752fc7d851316a461054f7d50b0909459be7c49d Mon Sep 17 00:00:00 2001 From: Jayant Chowdhary Date: Sun, 13 Nov 2022 04:29:45 +0000 Subject: [PATCH] Add pointer to default AIDL Camera HAL Implementation in README.md Bug: 258543462 Test: N/A Change-Id: Iec00fd6ffa9422ccc5a664d419e658dcb01bfbcc Signed-off-by: Jayant Chowdhary --- camera/README.md | 5 +++++ camera/provider/README.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/camera/README.md b/camera/README.md index 8ce3352eb6..25badfdd3a 100644 --- a/camera/README.md +++ b/camera/README.md @@ -10,3 +10,8 @@ More details and versioning information can be found within each particular HAL. More complete information about the Android camera HAL and subsystem can be found at [source.android.com](http://source.android.com/devices/camera/index.html). + +### AIDL Camera HAL Interfaces + +The AIDL Camera HAL interfaces can be found in the respective /aidl +directories. diff --git a/camera/provider/README.md b/camera/provider/README.md index 0718fb1e0d..7666a586a1 100644 --- a/camera/provider/README.md +++ b/camera/provider/README.md @@ -35,3 +35,9 @@ and operation of the pre-HIDL camera HAL module v2.4. First HIDL version of the camara provider HAL callback interface, closely matching the feature set and operation of the pre-HIDL camera HAL module callbacks v2.4. + +### AIDL Camera HAL Default Implementation ### + +The default implementation can be found at +$ANDROID_BUILD_TOP/hardware/google/camera/common/hal/aidl_service and +$ANDROID_BUILD_TOP/hardware/google/camera/devices/EmulatedCamera