[ACR-1033] rootstrap for TEF
authorKrzysztof Dynowski <k.dynowski@samsung.com>
Tue, 8 Aug 2017 09:50:00 +0000 (11:50 +0200)
committerDongsun Lee <ds73.lee@samsung.com>
Wed, 27 Sep 2017 06:41:19 +0000 (15:41 +0900)
Change-Id: I868a376c59dd1c3183274779b1e973ef37b00950
Signed-off-by: Krzysztof Dynowski <k.dynowski@samsung.com>
(cherry picked from commit 6d4a9280195532d113154bde334367ef1455bd4c)

rs_resource/OSS/tef-rs.xml [new file with mode: 0644]

diff --git a/rs_resource/OSS/tef-rs.xml b/rs_resource/OSS/tef-rs.xml
new file mode 100644 (file)
index 0000000..1e7fcea
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<rootstrap name="tef">
+  <emulator>
+    <rpm accept="tef-libteec" arch="i686"/>    <!-- libteec shared library -->
+    <rpm accept="tef-libteec-devel" arch="i686"/>  <!-- libteec header file -->
+    <rpm accept="tef-simulator" arch="i686"/>
+    <rpm accept="tef-simulator-client" arch="i686"/>
+    <rpm accept="tef-simulator-devkit" arch="i686"/>
+  </emulator>
+
+  <target>
+    <rpm accept="tef-libteec" arch="armv7l"/>    <!-- libteec shared library -->
+    <rpm accept="tef-libteec-devel" arch="armv7l"/>  <!-- libteec header file -->
+  </target>
+
+  <necessary>
+    <file>/usr/include/tef/tee_client_api.h</file>   <!-- TEE client API -->
+    <file>/usr/lib/libteec.so*</file>
+  </necessary>
+
+  <include_path>/usr/include/tef</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libteec.so</library>  <!-- TEE client library -->
+</rootstrap>