From 9889d14e5c1b6db7fdfc2de0697555034d46b7d2 Mon Sep 17 00:00:00 2001 From: Soo Hwan Na Date: Thu, 11 Jan 2024 12:13:00 +0900 Subject: [PATCH] fixup! Add README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0c02cf..2465db2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Sub directory | Description `aidl/battery/default` | AIDL Smartcharge HAL Implementation, frozen as vendor.samsung_ext.framework.battery-V1 `aidl/battery/test_client` | Client to the AIDL Smartcharge HAL, for testing and debugging `aidl/flashlight/default` | AIDL Flashlight Brightness Controller HAL Implementation, frozen as vendor.samsung_ext.hardware.camera.flashlight-V1 -`aidl/battery/test_client` | Client to the AIDL Flashlight Brightness Controller HAL, for testing and debugging +`aidl/flashlight/test_client` | Client to the AIDL Flashlight Brightness Controller HAL, for testing and debugging `aidl/light_ext/default` | AIDL Light HAL Implementation with 'Sunlight' mode vendor extension, frozen as vendor.samsung_ext.hardware.light-V1, based on android.hardware.light-service.samsung (BROKEN) `aidl/light_ext/test_client` | Client to the AIDL Light HAL with vendor extension, for testing and debugging `app/FlashControl` | Client to the AIDL Flashlight Brightness Controller HAL, actual user frontend app providing the UI for configuring flashlight brightness scale