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>
"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" ] }
]
},
{
"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" ] }
]
}
]