summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunhee Seo <yuni.seo@samsung.com>2024-06-28 15:52:01 +0900
committerYunhee Seo <yuni.seo@samsung.com>2024-06-28 16:28:27 +0900
commit3cc76658c657deca05cbbd120e3dea0d2c798929 (patch)
tree64f2be60f4433dca632ad4d5aef4394033c26a90
parentabd73bc239363155d5de3cdf0c624c8410b806cf (diff)
downloadrootstrap-data-common-3cc76658c657deca05cbbd120e3dea0d2c798929.tar.gz
rootstrap-data-common-3cc76658c657deca05cbbd120e3dea0d2c798929.tar.bz2
rootstrap-data-common-3cc76658c657deca05cbbd120e3dea0d2c798929.zip
HAL: Add necessary header files of hal-api-device module
Before this patch, there were omitted several types header files. It caused build fails, thus hal-api-device module types header is added. Change-Id: Id6384a9d0a8e29c0124c1a049d4f5517e623f28e Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
-rw-r--r--rs_resource/HAL/hal-api-device-rs.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/rs_resource/HAL/hal-api-device-rs.xml b/rs_resource/HAL/hal-api-device-rs.xml
index 685c4bd..c643877 100644
--- a/rs_resource/HAL/hal-api-device-rs.xml
+++ b/rs_resource/HAL/hal-api-device-rs.xml
@@ -12,20 +12,29 @@
<necessary>
<file>/usr/lib/hal/libhal-api-device.so*</file>
<file>/usr/include/hal/hal-device-battery-interface*.h</file>
+ <file>/usr/include/hal/hal-device-battery-types.h</file>
<file>/usr/include/hal/hal-device-bezel-interface*.h</file>
+ <file>/usr/include/hal/hal-device-bezel-types.h</file>
<file>/usr/include/hal/hal-device-board-interface*.h</file>
<file>/usr/include/hal/hal-device-display-interface*.h</file>
<file>/usr/include/hal/hal-device-display-types.h</file>
<file>/usr/include/hal/hal-device-haptic-interface*.h</file>
<file>/usr/include/hal/hal-device-haptic-types.h</file>
<file>/usr/include/hal/hal-device-input-interface*.h</file>
+ <file>/usr/include/hal/hal-device-input-types.h</file>
<file>/usr/include/hal/hal-device-power-interface*.h</file>
+ <file>/usr/include/hal/hal-device-power-types.h</file>
<file>/usr/include/hal/hal-device-external_connection-interface*.h</file>
+ <file>/usr/include/hal/hal-device-external_connection-types.h</file>
<file>/usr/include/hal/hal-device-ir-interface*.h</file>
<file>/usr/include/hal/hal-device-led-interface*.h</file>
+ <file>/usr/include/hal/hal-device-led-types.h</file>
<file>/usr/include/hal/hal-device-memory-interface*.h</file>
+ <file>/usr/include/hal/hal-device-memory-types.h</file>
<file>/usr/include/hal/hal-device-thermal-interface*.h</file>
+ <file>/usr/include/hal/hal-device-thermal-types.h</file>
<file>/usr/include/hal/hal-device-touchscreen-interface*.h</file>
+ <file>/usr/include/hal/hal-device-touchscreen-types.h</file>
</necessary>
<include_path>/usr/include/</include_path>
<library_path>/usr/lib</library_path>