From 9c9d8c30816600c8ac7fd2844db4cf7dea8b54e4 Mon Sep 17 00:00:00 2001 From: Haesu Gwon Date: Wed, 12 Mar 2025 15:02:12 +0900 Subject: [PATCH] [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 --- packaging/hal-rootstrap-data-common.spec | 2 ++ rs_resource/HAL/hal-api-drm-rs.xml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 rs_resource/HAL/hal-api-drm-rs.xml 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 + -- 2.34.1