From: Jan Wojtkowski Date: Fri, 31 Jan 2025 09:46:46 +0000 (+0100) Subject: [HALACR-18] rs_resource: common: HAL: Add new hal-api-security X-Git-Tag: accepted/tizen/unified/20250224.161830^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F318907%2F6;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git [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] /usr/lib/hal/libhal-api-security.so* /usr/include/hal/hal-security-certs-interface*.h /usr/include/hal/hal-security-certs-types.h /usr/include/ /usr/lib Signed-off-by: Jan Wojtkowski Change-Id: If0b7556bc6f374bb3027b676578e520e371a1cf4 --- diff --git a/packaging/hal-rootstrap-data-common.spec b/packaging/hal-rootstrap-data-common.spec index 1294cd5..7d15baa 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-security) +BuildRequires: pkgconfig(hal-api-security) %endif %if "%{WITH_DA}" == "0" diff --git a/rs_resource/common/HAL/hal-api-security-rs.xml b/rs_resource/common/HAL/hal-api-security-rs.xml new file mode 100644 index 0000000..097b1ec --- /dev/null +++ b/rs_resource/common/HAL/hal-api-security-rs.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + /usr/lib/hal/libhal-api-security.so* + /usr/include/hal/hal-security-certs-interface*.h + /usr/include/hal/hal-security-certs-types.h + + /usr/include/ + /usr/lib +