summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangYoun Kwak <sy.kwak@samsung.com>2024-06-24 13:49:54 +0900
committerSangYoun Kwak <sy.kwak@samsung.com>2024-06-24 13:49:54 +0900
commiteb19a4c99d2917c5c275ab28f02732cd0c54bcd3 (patch)
tree98481f8a65ae252a4f9bf97c4418c7190a1456e7
parent9116ffd90e07304523a3fe110c93392a1eaf1ef2 (diff)
downloadrootstrap-eb19a4c99d2917c5c275ab28f02732cd0c54bcd3.tar.gz
rootstrap-eb19a4c99d2917c5c275ab28f02732cd0c54bcd3.tar.bz2
rootstrap-eb19a4c99d2917c5c275ab28f02732cd0c54bcd3.zip
A new package is added: platform/core/uifw/libtpl-egl Change-Id: Ib97780d6a6cba1aa735f9156191e3be821165733 Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
-rw-r--r--packaging/hal-rootstrap.spec1
-rw-r--r--rs_resource/NativeAPI/libtpl-egl-rs.xml25
2 files changed, 26 insertions, 0 deletions
diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec
index 8086583..bb1916c 100644
--- a/packaging/hal-rootstrap.spec
+++ b/packaging/hal-rootstrap.spec
@@ -82,6 +82,7 @@ BuildRequires: pkgconfig(ttrace)
BuildRequires: pkgconfig(capi-system-peripheral-io)
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libtzplatform-config)
+BuildRequires: pkgconfig(tpl-egl)
BuildRequires: pkgconfig(hal-api-audio)
BuildRequires: pkgconfig(hal-api-bluetooth)
diff --git a/rs_resource/NativeAPI/libtpl-egl-rs.xml b/rs_resource/NativeAPI/libtpl-egl-rs.xml
new file mode 100644
index 0000000..187b0b2
--- /dev/null
+++ b/rs_resource/NativeAPI/libtpl-egl-rs.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<rootstrap name="libtpl-egl">
+
+ <emulator>
+ <rpm accept="libtpl-egl" arch="i686"/>
+ <rpm accept="libtpl-egl-devel" arch="i686"/>
+ </emulator>
+
+ <target>
+ <rpm accept="libtpl-egl" arch="armv7l"/>
+ <rpm accept="libtpl-egl-devel" arch="armv7l"/>
+ </target>
+
+ <pkgconfig>
+ <file>tpl-egl.pc</file>
+ </pkgconfig>
+
+ <necessary>
+ <file>/usr/include/tpl.h</file>
+ <file>/usr/lib/libtpl-egl.so</file>
+ <file>/usr/lib/libtpl-egl.so.1</file>
+ <file>/usr/lib/libtpl-egl.so.1.11.2</file>
+ </necessary>
+
+</rootstrap>