[HALACR-50] Add HAL interface for HDCP 55/324955/6 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250610.081744 accepted/tizen/unified/x/20250610.082512
authorHaesu Gwon <haesu.gwon@samsung.com>
Thu, 29 May 2025 08:16:13 +0000 (17:16 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Wed, 4 Jun 2025 03:00:13 +0000 (12:00 +0900)
commit1afd631cba59ca35d4aba7c393ff5788235b4f60
treedd9530e99a4273521e14b32f37ad91cf8ccf4f5a
parentb72065e4e20a49066346f69007f2f4e6ab20bb65
[HALACR-50] Add HAL interface for HDCP

- Add "doc" directory for documentation.
- Add new HDCP HAL interface.

[Version] 1.0.0
[Issue Type] New feature

Change-Id: Iada815ba26854b03d25eddea89912958f4406c5b
15 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
doc/hal_hdcp_doc.h [new file with mode: 0644]
doc/images/hal_drm_state_diagram.png [new file with mode: 0644]
hal-api-hdcp-haltests.manifest [new file with mode: 0644]
hal-api-hdcp.manifest [new file with mode: 0644]
hal-api-hdcp.pc.in [new file with mode: 0644]
include/hal-hdcp-interface-1.h [new file with mode: 0644]
include/hal-hdcp-interface.h [new file with mode: 0644]
include/hal-hdcp.h [new file with mode: 0644]
packaging/hal-api-hdcp-manifest.xml [new file with mode: 0644]
packaging/hal-api-hdcp.spec [new file with mode: 0644]
src/hal-api-hdcp.c [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/hdcp_hal_test.cpp [new file with mode: 0644]