Fix to support both ipc and passthrough transport 06/322606/2
authorYoungjae Cho <y0.cho@samsung.com>
Fri, 11 Apr 2025 07:53:08 +0000 (16:53 +0900)
committeryoungjae cho <y0.cho@samsung.com>
Wed, 16 Apr 2025 01:15:19 +0000 (01:15 +0000)
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 used as a default transport.

Change-Id: I6f6e4abaaa748b03eda9498b8d30afa4a10daa77
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
packaging/hal-api-codec-manifest.xml

index f8e8ea0e3e85114c06cbddeb5a75c2ebec429fb6..a5a504095dba9691d0589d97cf698017ac3860db 100644 (file)
@@ -2,7 +2,7 @@
        <manifest platform-version="10.0">
                <hal-module>
                        <name>HAL_MODULE_CODEC</name>
-                       <version transport="passthrough">1.0</version>
+                       <version transport="passthrough,ipc">1.0</version>
                </hal-module>
        </manifest>
 </hal-api>