[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