[HALACR-18] rs_resource: common: HAL: Add new hal-api-security 07/318907/6 accepted/tizen/unified/20250224.161830 accepted/tizen/unified/x/20250226.020350
authorJan Wojtkowski <j.wojtkowski@samsung.com>
Fri, 31 Jan 2025 09:46:46 +0000 (10:46 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 21 Feb 2025 02:30:49 +0000 (11:30 +0900)
commit0cc550abac8155a19553dbcda5d6347d4a8cddf7
treecc11dbb237fcf0a87c97aa7c5784d33b6f4de5bf
parentadbeb666b874e49cf6d81310bb4f59b9e87940e6
[HALACR-18] rs_resource: common: HAL: Add new hal-api-security

[Role of HAL_MODULE_SECURITY]
Security HAL interfaces provide cryptography services (digital certificates and keys)
for authentication and secure communication with another system.

[Newly added rootstrap information]
<?xml version="1.0"?>
<rootstrap name="hal-api-security">
  <email></email>
  <emulator>
    <rpm accept="hal-api-security" arch="i686"/>
    <rpm accept="hal-api-security-devel" arch="i686"/>
  </emulator>
  <target>
    <rpm accept="hal-api-security" arch="armv7l"/>
    <rpm accept="hal-api-security-devel" arch="armv7l"/>
  </target>
  <necessary>
      <file>/usr/lib/hal/libhal-api-security.so*</file>
      <file>/usr/include/hal/hal-security-certs-interface*.h</file>
      <file>/usr/include/hal/hal-security-certs-types.h</file>
  </necessary>
  <include_path>/usr/include/</include_path>
  <library_path>/usr/lib</library_path>
</rootstrap>

Signed-off-by: Jan Wojtkowski <j.wojtkowski@samsung.com>
Change-Id: If0b7556bc6f374bb3027b676578e520e371a1cf4
packaging/hal-rootstrap-data-common.spec
rs_resource/common/HAL/hal-api-security-rs.xml [new file with mode: 0644]