From: Haesu Gwon Date: Wed, 4 Jun 2025 01:33:08 +0000 (+0900) Subject: [HALACR-50] rs_resource: common: HAL: Add new hal-api-hdcp X-Git-Tag: accepted/tizen/unified/20250610.081805^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git [HALACR-50] rs_resource: common: HAL: Add new hal-api-hdcp [Role of HAL_MODULE_HDCP] HDCP(High-bandwidth Digital Content Protection) requires hardware support to achieve high security level and it's implemented by vendor or product team. HDCP HAL APIs provide an common interface to access such security hardware and its related software assets. [Newly added rootstrap information] /usr/lib/hal/libhal-api-hdcp.so* /usr/include/hal/hal-hdcp-interface*.h /usr/include/ /usr/lib Change-Id: I325538703805d08f7e904575877e0b188b841826 --- diff --git a/packaging/hal-rootstrap-data-common.spec b/packaging/hal-rootstrap-data-common.spec index 8c077fa..8bce349 100644 --- a/packaging/hal-rootstrap-data-common.spec +++ b/packaging/hal-rootstrap-data-common.spec @@ -23,7 +23,7 @@ Name: %{name} Summary: %{desc} Version: 0.1.1 Release: 1 -#Group: +#Group: License: Apache-2.0 Source0: %{name}-%{version}.tar.gz AutoReqProv: no @@ -187,6 +187,8 @@ Requires: pkgconfig(hal-api-codec) BuildRequires: pkgconfig(hal-api-codec) Requires: pkgconfig(hal-api-drm) BuildRequires: pkgconfig(hal-api-drm) +Requires: pkgconfig(hal-api-hdcp) +BuildRequires: pkgconfig(hal-api-hdcp) Requires: pkgconfig(hal-api-security) BuildRequires: pkgconfig(hal-api-security) Requires: pkgconfig(hal-api-ml) diff --git a/rs_resource/HAL/hal-api-hdcp-rs.xml b/rs_resource/HAL/hal-api-hdcp-rs.xml new file mode 100644 index 0000000..5f18697 --- /dev/null +++ b/rs_resource/HAL/hal-api-hdcp-rs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + /usr/lib/hal/libhal-api-hdcp.so* + /usr/include/hal/hal-hdcp-interface*.h + + /usr/include/ + /usr/lib +