hal-backend-service: Add device-bezel to hal-backend-service-config 73/321573/7
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 25 Mar 2025 07:39:32 +0000 (16:39 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Fri, 4 Apr 2025 01:53:54 +0000 (10:53 +0900)
The device-bezel can now work in ipc mode, so added device-bezel
to hal-backend-service config to be fully operational on the
hal-backend-service.

Change-Id: I6b6cd0d2c447a8342eba2a186b071a17f37f351d
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
hal-backend-service/config/hal-backend-service-config-da.json
hal-backend-service/config/hal-backend-service-config.json

index 97cb7b918907c56832d0357c7ce2821cab2c94e5..92ca150951c35989fbde97249eb54ae139a607a5 100644 (file)
@@ -8,7 +8,8 @@
                        "thread": [
                                { "hal_module_name": [ "device_display" ] },
                                { "hal_module_name": [ "device_led" ] },
-                               { "hal_module_name": [ "device_battery" ] }
+                               { "hal_module_name": [ "device_battery" ] },
+                               { "hal_module_name": [ "device_bezel" ] }
                        ]
                },
                {
index afeda9441e4225f54d4b674a1b9b94f26b71d5cd..61533b0ba6d7441eb4fbcd6045393a73876d1e0c 100644 (file)
@@ -8,7 +8,8 @@
                        "thread": [
                                { "hal_module_name": [ "device_display" ] },
                                { "hal_module_name": [ "device_led" ] },
-                               { "hal_module_name": [ "device_battery" ] }
+                               { "hal_module_name": [ "device_battery" ] },
+                               { "hal_module_name": [ "device_bezel" ] }
                        ]
                }
        ]