[HALACR-50] rs_resource: common: HAL: Add new hal-api-hdcp 27/325127/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250610.081805 accepted/tizen/unified/x/20250610.082532
authorHaesu Gwon <haesu.gwon@samsung.com>
Wed, 4 Jun 2025 01:33:08 +0000 (10:33 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Wed, 4 Jun 2025 01:33:08 +0000 (10:33 +0900)
commit450a1286ed13986120f4d097a387fba34fc20739
treee5ef8710c79f6e094f95141ed3076ec0294b72e1
parentd3dfb012b9fd1e2cd7f7c5db0a11e4a3dd10487d
[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]
<?xml version="1.0"?>
<rootstrap name="hal-api-hdcp">
  <email></email>
  <emulator>
    <rpm accept="hal-api-hdcp" arch="i686"/>
    <rpm accept="hal-api-hdcp-devel" arch="i686"/>
  </emulator>
  <target>
    <rpm accept="hal-api-hdcp" arch="armv7l"/>
    <rpm accept="hal-api-hdcp-devel" arch="armv7l"/>
  </target>
  <necessary>
      <file>/usr/lib/hal/libhal-api-hdcp.so*</file>
      <file>/usr/include/hal/hal-hdcp-interface*.h</file>
  </necessary>
  <include_path>/usr/include/</include_path>
  <library_path>/usr/lib</library_path>
</rootstrap>

Change-Id: I325538703805d08f7e904575877e0b188b841826
packaging/hal-rootstrap-data-common.spec
rs_resource/HAL/hal-api-hdcp-rs.xml [new file with mode: 0644]