Support HAL backend service 39/320939/5 accepted/tizen/unified/20250313.164544 accepted/tizen/unified/x/20250314.100501
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 11 Mar 2025 10:59:00 +0000 (19:59 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 12 Mar 2025 03:24:29 +0000 (12:24 +0900)
commitc4af14809d6b6d583fbc13c6a348567336e1636e
tree4568a1309b404a6fa4151625645639428aecaf18
parentfa9456edd6e39188ce7d75083612e8f9b18f5455
Support HAL backend service

[Version] 1.1.0
[Issue Type] New feature

Change-Id: I315f224b589702c6688424f9bbda359a9df7973b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
12 files changed:
CMakeLists.txt
include/hal-codec-ipc.h [new file with mode: 0644]
include/hal-codec-passthrough.h [new file with mode: 0644]
include/hal_codec_ipc_1.tidl [new file with mode: 0644]
packaging/hal-api-codec-manifest.xml
packaging/hal-api-codec.spec
src/hal-api-codec-ipc.c [new file with mode: 0644]
src/hal-api-codec-passthrough.c [new file with mode: 0644]
src/hal-api-codec.c
src/service_plugin/CMakeLists.txt [new file with mode: 0644]
src/service_plugin/hal-backend-service-codec.c [new file with mode: 0644]
tests/codec_hal_test.cpp