From: Youngjae Cho Date: Thu, 10 Apr 2025 10:57:52 +0000 (+0900) Subject: Fix to support both ipc and passthrough transport X-Git-Tag: accepted/tizen/unified/20250429.071336^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fhal%2Fapi%2Fdevice.git Fix to support both ipc and passthrough transport The platform can now specify both ipc and passthrough to platform manifest. It gives chance for backend to choose one of it through backend manifest. It is possible that a backend may not specify one. If then, the first specified platform transport, the passthrough, is be used as a default transport. Change-Id: I5701969736bb0a4f94b5325ed7c2f6c2ea2e6543 Signed-off-by: Youngjae Cho --- diff --git a/packaging/hal-api-device-manifest.xml b/packaging/hal-api-device-manifest.xml index 39ffe78..3c82df5 100644 --- a/packaging/hal-api-device-manifest.xml +++ b/packaging/hal-api-device-manifest.xml @@ -2,15 +2,15 @@ HAL_MODULE_DEVICE_BATTERY - 1.0 + 1.0 HAL_MODULE_DEVICE_BEZEL - 1.0 + 1.0 HAL_MODULE_DEVICE_DISPLAY - 1.0 + 1.0 HAL_MODULE_DEVICE_IR @@ -22,7 +22,7 @@ HAL_MODULE_DEVICE_LED - 1.0 + 1.0 HAL_MODULE_DEVICE_BOARD @@ -30,7 +30,7 @@ HAL_MODULE_DEVICE_EXTERNAL_CONNECTION - 1.0 + 1.0 HAL_MODULE_DEVICE_THERMAL