Add new package libtpl-egl 33/313333/1 accepted/tizen/unified/20240625.163150 accepted/tizen/unified/x/20240626.052159
authorSangYoun Kwak <sy.kwak@samsung.com>
Mon, 24 Jun 2024 04:49:54 +0000 (13:49 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Mon, 24 Jun 2024 04:49:54 +0000 (13:49 +0900)
A new package is added: platform/core/uifw/libtpl-egl

Change-Id: Ib97780d6a6cba1aa735f9156191e3be821165733
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/hal-rootstrap.spec
rs_resource/NativeAPI/libtpl-egl-rs.xml [new file with mode: 0644]

index 80865830d0073186a3d39e254ce600200659efa6..bb1916c49d91e6ae713d2553303ce08c89f0ad12 100644 (file)
@@ -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 (file)
index 0000000..187b0b2
--- /dev/null
@@ -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>