From: Haesu Gwon Date: Wed, 12 Mar 2025 06:02:12 +0000 (+0900) Subject: [HALACR-19] rs_resource: common: HAL: Add new hal-api-drm X-Git-Tag: accepted/tizen/unified/20250322.012726^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F320965%2F3;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git [HALACR-19] rs_resource: common: HAL: Add new hal-api-drm [Role of HAL_MODULE_DRM] DRM(Digital Rights Management) requires hardware support to achieve high security level and it's implemented by vendor or product team. DRM 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-drm.so* /usr/include/hal/hal-drm-interface*.h /usr/include/ /usr/lib Change-Id: Ib759d062089b50c8e62a4e74bfe1322eba81bab3 --- diff --git a/packaging/hal-rootstrap-data-common.spec b/packaging/hal-rootstrap-data-common.spec index 8209e9f..80fdcc2 100644 --- a/packaging/hal-rootstrap-data-common.spec +++ b/packaging/hal-rootstrap-data-common.spec @@ -191,6 +191,8 @@ Requires: pkgconfig(hal-api-wifi) BuildRequires: pkgconfig(hal-api-wifi) Requires: pkgconfig(hal-api-codec) BuildRequires: pkgconfig(hal-api-codec) +Requires: pkgconfig(hal-api-drm) +BuildRequires: pkgconfig(hal-api-drm) Requires: pkgconfig(hal-api-security) BuildRequires: pkgconfig(hal-api-security) Requires: pkgconfig(hal-api-ml) diff --git a/rs_resource/HAL/hal-api-drm-rs.xml b/rs_resource/HAL/hal-api-drm-rs.xml new file mode 100644 index 0000000..7049707 --- /dev/null +++ b/rs_resource/HAL/hal-api-drm-rs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + /usr/lib/hal/libhal-api-drm.so* + /usr/include/hal/hal-drm-interface*.h + + /usr/include/ + /usr/lib +