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>
<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>