Remove not-allowed packages on rs_resource_invisible
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 11 Jun 2024 10:49:22 +0000 (19:49 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 12 Jun 2024 05:00:27 +0000 (14:00 +0900)
Change-Id: I509c779ac924cb125f04c257f965208f35cd8234
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
31 files changed:
rs_resource_invisible/app-core-common-rs.xml [deleted file]
rs_resource_invisible/appcore-widget-rs.xml [deleted file]
rs_resource_invisible/aul-rs.xml [deleted file]
rs_resource_invisible/auth-fw-rs.xml [deleted file]
rs_resource_invisible/badge-rs.xml [deleted file]
rs_resource_invisible/bundle-rs.xml [deleted file]
rs_resource_invisible/capi-appfw-alarm-rs.xml [deleted file]
rs_resource_invisible/capi-network-softap-rs.xml [deleted file]
rs_resource_invisible/capi-network-stc-rs.xml [deleted file]
rs_resource_invisible/capi-network-tethering-rs.xml [deleted file]
rs_resource_invisible/dpm-rs.xml [deleted file]
rs_resource_invisible/email-service-rs.xml [deleted file]
rs_resource_invisible/libalarm-rs.xml [deleted file]
rs_resource_invisible/libcall-manager-rs.xml [deleted file]
rs_resource_invisible/libicu-rs.xml [deleted file]
rs_resource_invisible/librua-rs.xml [deleted file]
rs_resource_invisible/libshortcut-rs.xml [deleted file]
rs_resource_invisible/libtapi-rs.xml [deleted file]
rs_resource_invisible/msg-service-rs.xml [deleted file]
rs_resource_invisible/notification-rs.xml [deleted file]
rs_resource_invisible/ode-rs.xml [deleted file]
rs_resource_invisible/pkgmgr-rs.xml [deleted file]
rs_resource_invisible/private-api-rs.xml [deleted file]
rs_resource_invisible/syspopup-caller-rs.xml [deleted file]
rs_resource_invisible/tizen-core-rs.xml [deleted file]
rs_resource_invisible/tzsh-rs.xml [deleted file]
rs_resource_invisible/ui-gadget-1-rs.xml [deleted file]
rs_resource_invisible/vconf-rs.xml [deleted file]
rs_resource_invisible/voice-control-manager-rs.xml [deleted file]
rs_resource_invisible/voice-control-setting-rs.xml [deleted file]
rs_resource_invisible/voice-control-widget-rs.xml [deleted file]

diff --git a/rs_resource_invisible/app-core-common-rs.xml b/rs_resource_invisible/app-core-common-rs.xml
deleted file mode 100644 (file)
index 5909448..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="appcore-common">
-  <email>sm79.lee@samsung.com</email>
-  <email>jiwoong.im@samsung.com</email>
-  <emulator>
-    <rpm accept="app-core-common" arch="i686"/>
-    <rpm accept="app-core-common-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="app-core-common" arch="armv7l"/>
-    <rpm accept="app-core-common-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/appcore/appcore-common.h</file>
-    <file>/usr/lib/libappcore-common.so*</file>
-  </necessary>
-  <include_path>/usr/include/appcore/</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libappcore-common.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/appcore-widget-rs.xml b/rs_resource_invisible/appcore-widget-rs.xml
deleted file mode 100644 (file)
index dd63a63..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="appcore-widget">
-  <email>sm79.lee@samsung.com</email>
-  <email>jh9216.park@samsung.com</email>
-  <emulator>
-    <rpm accept="appcore-widget" arch="i686"/>
-    <rpm accept="capi-appfw-widget-application-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="appcore-widget" arch="armv7l"/>
-    <rpm accept="capi-appfw-widget-application-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/appfw/widget_app.h</file>
-    <file>/usr/include/appfw/widget_app_efl.h</file>
-    <file>/usr/lib/libcapi-appfw-widget-application.so*</file>
-  </necessary>
-  <include_path>/usr/include/appfw</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcapi-appfw-widget-application.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/aul-rs.xml b/rs_resource_invisible/aul-rs.xml
deleted file mode 100644 (file)
index 2192a3b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="aul">
-  <email>sm79.lee@samsung.com</email>
-  <email>h.jhun@samsung.com</email>
-  <emulator>
-    <rpm accept="aul" arch="i686"/>
-    <rpm accept="aul-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="aul" arch="armv7l"/>
-    <rpm accept="aul-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/aul/aul.h</file>
-    <file>/usr/include/aul/aul_app_com.h</file>
-    <file>/usr/include/aul/aul_cmd.h</file>
-    <file>/usr/include/aul/aul_key.h</file>
-    <file>/usr/include/aul/aul_proc.h</file>
-    <file>/usr/include/aul/aul_rsc_mgr.h</file>
-    <file>/usr/include/aul/aul_sock.h</file>
-    <file>/usr/include/aul/aul_svc.h</file>
-    <file>/usr/lib/libaul.so*</file>
-  </necessary>
-  <include_path>/usr/include/aul/</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libaul.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/auth-fw-rs.xml b/rs_resource_invisible/auth-fw-rs.xml
deleted file mode 100644 (file)
index 7931720..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="auth-fw">
-<!-- email  -->
-  <email>jooseong.lee@samsung.com</email>
-  <email>ds73.lee@samsung.com</email>
-
-<!-- rpm package & arch -->
-  <emulator>
-    <rpm accept="auth-fw" arch="i686"/>
-    <rpm accept="libauth-fw-client" arch="i686"/>
-    <rpm accept="libauth-fw-client-admin" arch="i686"/>
-    <rpm accept="libauth-fw-client-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="auth-fw" arch="armv7l"/>
-    <rpm accept="libauth-fw-client" arch="armv7l"/>
-    <rpm accept="libauth-fw-client-admin" arch="armv7l"/>
-    <rpm accept="libauth-fw-client-devel" arch="armv7l"/>
-  </target>
-
-<!-- file list to copy for SDK -->
-  <necessary>
-    <file>/usr/include/auth-fw/*.h</file>
-    <file>/usr/lib/libauth-fw-client.so*</file>
-    <file>/usr/lib/libauth-fw-client-admin.so*</file>
-    <file>/usr/lib/libauth-fw-commons.so*</file>
-  </necessary>
-
-<!-- Build Option for SDK -->
-  <include_path>/usr/include/auth-fw</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libauth-fw-client.so</library>
-  <library>libauth-fw-client-admin.so</library>
-  <library>libauth-fw-commons.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/badge-rs.xml b/rs_resource_invisible/badge-rs.xml
deleted file mode 100644 (file)
index 078f0e6..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="badge">
-  <email>sm79.lee@samsung.com</email>
-  <email>seungha.son@samsung.com</email>
-  <emulator>
-    <rpm accept="badge" arch="i686"/>
-    <rpm accept="badge-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="badge" arch="armv7l"/>
-    <rpm accept="badge-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/badge/badge_internal.h</file>
-    <file>/usr/lib/libbadge.so*</file>
-  </necessary>
-  <include_path>/usr/include/badge</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libbadge.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/bundle-rs.xml b/rs_resource_invisible/bundle-rs.xml
deleted file mode 100644 (file)
index c0c89dc..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="bundle">
-  <email>sm79.lee@samsung.com</email>
-  <email>mk5004.lee@samsung.com</email>
-  <emulator>
-    <rpm accept="bundle" arch="i686"/>
-    <rpm accept="bundle-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="bundle" arch="armv7l"/>
-    <rpm accept="bundle-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/bundle_internal.h</file>
-    <file>/usr/include/bundle.h</file>
-    <file>/usr/lib/libbundle.so*</file>
-  </necessary>
-  <include_path>/usr/include</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libbundle.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/capi-appfw-alarm-rs.xml b/rs_resource_invisible/capi-appfw-alarm-rs.xml
deleted file mode 100644 (file)
index a6b88bb..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="capi-appfw-alarm">
-  <email>jh9216.park@samsung.com</email>
-  <email>inkyun.kil@samsung.com</email>
-  <emulator>
-    <rpm accept="capi-appfw-alarm" arch="i686"/>
-    <rpm accept="capi-appfw-alarm-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="capi-appfw-alarm" arch="armv7l"/>
-    <rpm accept="capi-appfw-alarm-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/appfw/app_alarm_internal.h</file>
-    <file>/usr/lib/libcapi-appfw-alarm.so*</file>
-  </necessary>
-  <include_path>/usr/include/appfw</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcapi-appfw-alarm.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/capi-network-softap-rs.xml b/rs_resource_invisible/capi-network-softap-rs.xml
deleted file mode 100644 (file)
index ddb6212..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="capi-network-softap">
-  <emulator>
-    <rpm accept="capi-network-softap" arch="i686"/>
-    <rpm accept="capi-network-softap-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="capi-network-softap" arch="armv7l"/>
-    <rpm accept="capi-network-softap-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/network/softap.h</file>
-    <file>/usr/lib/libcapi-network-softap.so*</file>
-  </necessary>
-  <include_path>/usr/include/network</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcapi-network-softap.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/capi-network-stc-rs.xml b/rs_resource_invisible/capi-network-stc-rs.xml
deleted file mode 100644 (file)
index a5f3bf5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="capi-network-stc">
-  <email>steve.jun@samsung.com</email>
-  <email>jeik01.kim@samsung.com</email>
-  <email>hyunuk.tak@samsung.com</email>
-  <emulator>
-    <rpm accept="capi-network-stc" arch="i686"/>
-    <rpm accept="capi-network-stc-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="capi-network-stc" arch="armv7l"/>
-    <rpm accept="capi-network-stc-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/network/stc_internal.h</file>
-    <file>/usr/include/network/stc_mgr_internal.h</file>
-    <file>/usr/include/network/stc_stat_internal.h</file>
-    <file>/usr/include/network/stc_rstn_internal.h</file>
-    <file>/usr/include/network/stc_fw_internal.h</file>
-    <file>/usr/include/network/stc_ipt_internal.h</file>
-    <file>/usr/lib/libcapi-network-stc.so*</file>
-  </necessary>
-  <include_path>/usr/include/network</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcapi-network-stc.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/capi-network-tethering-rs.xml b/rs_resource_invisible/capi-network-tethering-rs.xml
deleted file mode 100644 (file)
index 05b5d15..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="capi-network-tethering">
-  <email>steve.jun@samsung.com</email>
-  <email>jeik01.kim@samsung.com</email>
-  <email>taesub.kim@samsung.com</email>
-  <emulator>
-    <rpm accept="capi-network-tethering" arch="i686"/>
-    <rpm accept="capi-network-tethering-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="capi-network-tethering" arch="armv7l"/>
-    <rpm accept="capi-network-tethering-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/network/tethering.h</file>
-    <file>/usr/lib/libcapi-network-tethering.so*</file>
-  </necessary>
-  <include_path>/usr/include/network</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcapi-network-tethering.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/dpm-rs.xml b/rs_resource_invisible/dpm-rs.xml
deleted file mode 100644 (file)
index 75c50ba..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="dpm">
-  <email>jm77.ryu@samsung.com</email>
-  <emulator>
-    <rpm accept="libdpm" arch="i686"/>
-    <rpm accept="libdpm-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="libdpm" arch="armv7l"/>
-    <rpm accept="libdpm-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/dpm/*.h</file>
-    <file>/usr/lib/libdpm.so*</file>
-  </necessary>
-  <include_path>/usr/include</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libdpm.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/email-service-rs.xml b/rs_resource_invisible/email-service-rs.xml
deleted file mode 100644 (file)
index 9dcb3f5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="email-service">
-<!-- email  -->  
-  <email>sanghun,chung@samsung.com</email>
-  <email>minnsoo.kim@samsung.com</email>
-  
-<!-- rpm package & arch -->
-  <emulator>
-    <rpm accept="email-service" arch="i686"/>
-    <rpm accept="email-service-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="email-service" arch="armv7l"/>
-    <rpm accept="email-service-devel" arch="armv7l"/>
-  </target>
-
-<!-- file list to copy for SDK -->
-  <necessary>
-    <file>/usr/include/email-service/*.h</file>
-    <file>/usr/lib/libemail-api.so*</file>
-  </necessary>
-
-<!-- Build Option for SDK -->
-  <include_path>/usr/include/email-service</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libemail-api.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/libalarm-rs.xml b/rs_resource_invisible/libalarm-rs.xml
deleted file mode 100644 (file)
index f287f51..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="libalarm">
-  <email>sm79.lee@samsung.com</email>
-  <email>jiwoong.im@samsung.com</email>
-  <emulator>
-    <rpm accept="libalarm" arch="i686"/>
-    <rpm accept="libalarm-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="libalarm" arch="armv7l"/>
-    <rpm accept="libalarm-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/alarm.h</file>
-    <file>/usr/lib/libalarm.so*</file>
-  </necessary>
-  <include_path>/usr/include/</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libalarm.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/libcall-manager-rs.xml b/rs_resource_invisible/libcall-manager-rs.xml
deleted file mode 100644 (file)
index 12079f2..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="libcall-manager">
-  <email>steve.jun@samsung.com</email>
-  <email>jooseok.park@samsung.com</email>
-  <email>wootak.jung@samsung.com</email>
-  <emulator>
-    <rpm accept="libcall-manager" arch="i686"/>
-    <rpm accept="libcall-manager-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="libcall-manager" arch="armv7l"/>
-    <rpm accept="libcall-manager-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/call-manager/call-manager-extension.h</file>
-    <file>/usr/include/call-manager/call-manager.h</file>
-    <file>/usr/lib/libcall-manager.so*</file>
-  </necessary>
-  <include_path>/usr/include/call-manager</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcall-manager.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/libicu-rs.xml b/rs_resource_invisible/libicu-rs.xml
deleted file mode 100644 (file)
index 496ec75..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="email-service">
-<!-- email  -->  
-  <email>sh.cat.lee@samsung.com</email>
-  
-<!-- rpm package & arch -->
-  <emulator>
-    <rpm accept="libicu" arch="i686"/>
-    <rpm accept="libicu-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="libicu" arch="armv7l"/>
-    <rpm accept="libicu-devel" arch="armv7l"/>
-  </target>
-
-<!-- file list to copy for SDK -->
-  <necessary>
-    <file>*</file>
-  </necessary>
-
-<!-- Build Option for SDK -->
-  <include_path>/usr/include</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libicudata.so</library>
-  <library>libicui18n.so</library>
-  <library>libicuio.so</library>
-  <library>libicutu.so</library>
-  <library>libicuuc.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/librua-rs.xml b/rs_resource_invisible/librua-rs.xml
deleted file mode 100644 (file)
index c01b9b3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="librua">
-  <email>sm79.lee@samsung.com</email>
-  <email>hhstark.kang@samsung.com</email>
-  <emulator>
-    <rpm accept="librua" arch="i686"/>
-    <rpm accept="librua-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="librua" arch="armv7l"/>
-    <rpm accept="librua-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/rua/rua.h</file>
-    <file>/usr/include/rua/rua_context.h</file>
-    <file>/usr/include/rua/rua_info.h</file>
-    <file>/usr/include/rua/rua_manager.h</file>
-    <file>/usr/include/rua/rua_stat.h</file>
-    <file>/usr/include/rua/rua_types.h</file>
-    <file>/usr/lib/librua.so*</file>
-  </necessary>
-  <include_path>/usr/include/rua/</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>librua.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/libshortcut-rs.xml b/rs_resource_invisible/libshortcut-rs.xml
deleted file mode 100644 (file)
index 58c0679..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="libshortcut">
-  <email>sm79.lee@samsung.com</email>
-  <email>mk5004.lee@samsung.com</email>
-  <emulator>
-    <rpm accept="libshortcut" arch="i686"/>
-    <rpm accept="libshortcut-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="libshortcut" arch="armv7l"/>
-    <rpm accept="libshortcut-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/shortcut/shortcut_internal.h</file>
-    <file>/usr/include/shortcut/shortcut_private.h</file>
-    <file>/usr/include/shortcut/shortcut.h</file>
-    <file>/usr/include/shortcut/shortcut_manager.h</file>
-    <file>/usr/include/shortcut/shortcut_error.h</file>
-    <file>/usr/lib/libshortcut.so*</file>
-  </necessary>
-  <include_path>/usr/include/shortcut</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libshortcut.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/libtapi-rs.xml b/rs_resource_invisible/libtapi-rs.xml
deleted file mode 100644 (file)
index 26f67c1..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="libtapi">
-  <email>steve.jun@samsung.com</email>
-  <email>jooseok.park@samsung.com</email>
-  <email>wootak.jung@samsung.com</email>
-  <emulator>
-    <rpm accept="libtapi" arch="i686"/>
-    <rpm accept="libtapi-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="libtapi" arch="armv7l"/>
-    <rpm accept="libtapi-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/telephony-client/ITapiCall.h</file>
-    <file>/usr/include/telephony-client/ITapiModem.h</file>
-    <file>/usr/include/telephony-client/ITapiNetText.h</file>
-    <file>/usr/include/telephony-client/ITapiNetwork.h</file>
-    <file>/usr/include/telephony-client/ITapiOem.h</file>
-    <file>/usr/include/telephony-client/ITapiPhonebook.h  </file>
-    <file>/usr/include/telephony-client/ITapiSat.h</file>
-    <file>/usr/include/telephony-client/ITapiSim.h</file>
-    <file>/usr/include/telephony-client/ITapiSs.h</file>
-    <file>/usr/include/telephony-client/TapiUtility.h</file>
-    <file>/usr/include/telephony-client/TelCall.h</file>
-    <file>/usr/include/telephony-client/TelMisc.h</file>
-    <file>/usr/include/telephony-client/TelNetwork.h</file>
-    <file>/usr/include/telephony-client/TelOem.h</file>
-    <file>/usr/include/telephony-client/TelPower.h</file>
-    <file>/usr/include/telephony-client/TelSat.h</file>
-    <file>/usr/include/telephony-client/TelSatEnvelope.h</file>
-    <file>/usr/include/telephony-client/TelSatObj.h</file>
-    <file>/usr/include/telephony-client/TelSatProactvCmd.h</file>
-    <file>/usr/include/telephony-client/TelSim.h</file>
-    <file>/usr/include/telephony-client/TelSms.h</file>
-    <file>/usr/include/telephony-client/TelSs.h</file>
-    <file>/usr/include/telephony-client/tapi_event.h</file>
-    <file>/usr/include/telephony-client/tapi_type.h</file>
-    <file>/usr/include/telephony-client/tapi_common.h</file>
-    <file>/usr/lib/libSLP-tapi.so*</file>
-  </necessary>
-  <include_path>/usr/include/telephony-client</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libSLP-tapi.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/msg-service-rs.xml b/rs_resource_invisible/msg-service-rs.xml
deleted file mode 100644 (file)
index 7dfc492..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="msg-service">
-<!-- email  -->
-  <email>jk.koo@samsung.com</email>
-  <email>iamjs.kim@samsung.com</email>
-
-<!-- rpm package & arch -->
-  <emulator>
-    <rpm accept="msg-service" arch="i686"/>
-    <rpm accept="msg-service-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="msg-service" arch="armv7l"/>
-    <rpm accept="msg-service-devel" arch="armv7l"/>
-  </target>
-
-<!-- file list to copy for SDK -->
-  <necessary>
-    <file>/usr/include/msg-service/*.h</file>
-    <file>/usr/lib/libmsg_mapi.so*</file>
-  </necessary>
-
-<!-- Build Option for SDK -->
-  <include_path>/usr/include/msg-service</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libmsg_mapi.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/notification-rs.xml b/rs_resource_invisible/notification-rs.xml
deleted file mode 100644 (file)
index 9eaa72c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="notification">
-  <email>sm79.lee@samsung.com</email>
-  <email>mk5004.lee@samsung.com</email>
-  <emulator>
-    <rpm accept="notification" arch="i686"/>
-    <rpm accept="notification-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="notification" arch="armv7l"/>
-    <rpm accept="notification-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/notification/notification_error.h</file>
-    <file>/usr/include/notification/notification.h</file>
-    <file>/usr/include/notification/notification_status.h</file>
-    <file>/usr/include/notification/notification_type.h</file>
-    <file>/usr/include/notification/notification_ongoing.h</file>
-    <file>/usr/include/notification/notification_setting_internal.h</file>
-    <file>/usr/lib/libnotification.so*</file>
-  </necessary>
-  <include_path>/usr/include/notification</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libnotification.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/ode-rs.xml b/rs_resource_invisible/ode-rs.xml
deleted file mode 100644 (file)
index 9bdfaf1..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="ode">
-  <email>jm77.ryu@samsung.com</email>
-  <emulator>
-    <rpm accept="libode" arch="i686"/>
-    <rpm accept="libode-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="libode" arch="armv7l"/>
-    <rpm accept="libode-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/ode/*.h</file>
-    <file>/usr/lib/libode.so*</file>
-  </necessary>
-  <include_path>/usr/include</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libode.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/pkgmgr-rs.xml b/rs_resource_invisible/pkgmgr-rs.xml
deleted file mode 100644 (file)
index ae3c121..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="pkgmgr">
-       <email>jongmyeong.ko@samsung.com</email>
-       <emulator>
-               <rpm accept="pkgmgr-client" arch="i686" />
-               <rpm accept="pkgmgr-client-devel" arch="i686" />
-               <rpm accept="pkgmgr-installer" arch="i686" />
-               <rpm accept="pkgmgr-installer-devel" arch="i686" />
-       </emulator>
-       <target>
-               <rpm accept="pkgmgr-client" arch="armv7l" />
-               <rpm accept="pkgmgr-client-devel" arch="armv7l" />
-               <rpm accept="pkgmgr-installer" arch="armv7l" />
-               <rpm accept="pkgmgr-installer-devel" arch="armv7l" />
-       </target>
-       <necessary>
-               <file>/usr/include/package-manager.h</file>
-               <file>/usr/include/pkgmgr/pkgmgr_installer.h</file>
-               <file>/usr/lib/libpkgmgr-client.so*</file>
-               <file>/usr/lib/libpkgmgr_installer.so*</file>
-       </necessary>
-       <include_path>/usr/include</include_path>
-       <include_path>/usr/include/pkgmgr</include_path>
-       <library_path>/usr/lib</library_path>
-       <library>libpkgmgr-client.so</library>
-       <library>libpkgmgr_installer.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/private-api-rs.xml b/rs_resource_invisible/private-api-rs.xml
deleted file mode 100644 (file)
index f5bf355..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="private-api">
-<!-- email  -->  
-  <email>xxxx@samsung.com</email>
-  
-<!-- rpm package & arch -->
-  <emulator>
-  </emulator>
-  <target>
-  </target>
-
-<!-- file list to copy for SDK -->
-  <necessary>
-    <file>*</file>
-  </necessary>
-
-<!-- Build Option for SDK -->
-  <include_path>/usr/include</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>liblibrary.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/syspopup-caller-rs.xml b/rs_resource_invisible/syspopup-caller-rs.xml
deleted file mode 100644 (file)
index 176c083..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="syspopup">
-  <email>sm79.lee@samsung.com</email>
-  <email>h.jhun@samsung.com</email>
-  <emulator>
-    <rpm accept="syspopup-caller" arch="i686"/>
-    <rpm accept="syspopup-caller-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="syspopup-caller" arch="armv7l"/>
-    <rpm accept="syspopup-caller-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/syspopup_caller.h</file>
-    <file>/usr/lib/libsyspopup_caller.so*</file>
-  </necessary>
-  <include_path>/usr/include/</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libsyspopup_caller.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/tizen-core-rs.xml b/rs_resource_invisible/tizen-core-rs.xml
deleted file mode 100644 (file)
index 9b5287b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="tizen-core">
-  <email>jh9216.park@samsung.com</email>
-  <email>jusung07.son@samsung.com</email>
-  <email>h.jhun@samsung.com</email>
-  <email>changyu.choi@samsung.com</email>
-  <emulator>
-    <rpm accept="tizen-core" arch="i686"/>
-    <rpm accept="tizen-core-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="tizen-core" arch="armv7l"/>
-    <rpm accept="tizen-core-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/tizen-core/tizen_core_internal.h</file>
-    <file>/usr/include/tizen-core/tizen_core_event_internal.h</file>
-    <file>/usr/lib/libtizen-core.so*</file>
-  </necessary>
-  <include_path>/usr/include/tizen-core</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libtizen-core.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/tzsh-rs.xml b/rs_resource_invisible/tzsh-rs.xml
deleted file mode 100644 (file)
index 969b504..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="tzsh">
-  <email>lsj119@samsung.com</email>
-  <email>gl77.lee@samsung.com</email>
-  <email>juyeonne.lee@samsung.com</email>
-  <email>doyoun.kang@samsung.com</email>
-  <email>shiin.lee@samsung.com</email>
-  <email>minjjj.kim@samsung.com</email>
-  <emulator>
-    <rpm accept="tzsh" arch="i686"/>
-    <rpm accept="tzsh-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="tzsh" arch="armv7l"/>
-    <rpm accept="tzsh-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>*</file>
-  </necessary>
-  <include_path>/usr/include/tzsh</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libtzsh_common.so</library>
-  <library>libtzsh_indicator_service.so</library>
-  <library>libtzsh_lockscreen_service.so</library>
-  <library>libtzsh_quickpanel_service.so</library>
-  <library>libtzsh_quickpanel.so</library>
-  <library>libtzsh_softkey_service.so</library>
-  <library>libtzsh_softkey.so</library>
-  <library>libtzsh_server.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/ui-gadget-1-rs.xml b/rs_resource_invisible/ui-gadget-1-rs.xml
deleted file mode 100644 (file)
index d11fc06..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="ui-gadget-1">
-  <email>sm79.lee@samsung.com</email>
-  <email>jh9216.park@samsung.com</email>
-  <emulator>
-    <rpm accept="ui-gadget-1" arch="i686"/>
-    <rpm accept="ui-gadget-1-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="ui-gadget-1" arch="armv7l"/>
-    <rpm accept="ui-gadget-1-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/ug-1/ui-gadget.h</file>
-    <file>/usr/include/ug-1/ui-gadget-module.h</file>
-    <file>/usr/lib/libui-gadget-1.so*</file>
-    <file>/usr/lib/libui-gadget-1-efl-engine.so</file>
-  </necessary>
-  <include_path>/usr/include/ug-1</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libui-gadget-1.so</library>
-  <library>libui-gadget-1-efl-engine.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/vconf-rs.xml b/rs_resource_invisible/vconf-rs.xml
deleted file mode 100644 (file)
index 932cc6f..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="vconf">
-  <email>sm79.lee@samsung.com</email>
-  <email>jh9216.park@samsung.com</email>
-  <emulator>
-    <rpm accept="vconf-compat" arch="i686"/>
-    <rpm accept="vconf-compat-devel" arch="i686"/>
-    <rpm accept="vconf-internal-keys" arch="i686"/>
-    <rpm accept="vconf-internal-keys-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="vconf-compat" arch="armv7l"/>
-    <rpm accept="vconf-compat-devel" arch="armv7l"/>
-    <rpm accept="vconf-internal-keys" arch="armv7l"/>
-    <rpm accept="vconf-internal-keys-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/vconf/vconf.h</file>
-    <file>/usr/include/vconf/vconf-keys.h</file>
-    <file>/usr/include/vconf/vconf-internal-keys.h</file>
-    <file>/usr/include/vconf/vconf-internal-*.h</file>
-    <file>/usr/lib/libvconf.so*</file>
-  </necessary>
-  <include_path>/usr/include/vconf</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libvconf.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/voice-control-manager-rs.xml b/rs_resource_invisible/voice-control-manager-rs.xml
deleted file mode 100644 (file)
index 3c6d046..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="voice-control-manager">
-  <email>sehwan@samsung.com</email>
-  <email>wn.jang@samsung.com</email>
-  <email>sooyeon.kim@samsung.com</email>
-  <email>stom.hwang@samsung.com</email>
-  <emulator>
-    <rpm accept="voice-control" arch="i686"/>
-    <rpm accept="voice-control-manager-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="voice-control" arch="armv7l"/>
-    <rpm accept="voice-control-manager-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/voice_control_manager.h</file>
-    <file>/usr/lib/libvc_manager.so*</file>
-  </necessary>
-  <include_path>/usr/include/</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libvc_manager.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/voice-control-setting-rs.xml b/rs_resource_invisible/voice-control-setting-rs.xml
deleted file mode 100644 (file)
index bf5b354..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="voice-control-setting">
-  <email>sehwan@samsung.com</email>
-  <email>wn.jang@samsung.com</email>
-  <email>sooyeon.kim@samsung.com</email>
-  <email>stom.hwang@samsung.com</email>
-  <emulator>
-    <rpm accept="voice-control" arch="i686"/>
-    <rpm accept="voice-control-setting-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="voice-control" arch="armv7l"/>
-    <rpm accept="voice-control-setting-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/voice_control_setting.h</file>
-    <file>/usr/lib/libvc_setting.so*</file>
-  </necessary>
-  <include_path>/usr/include/</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libvc_setting.so</library>
-</rootstrap>
diff --git a/rs_resource_invisible/voice-control-widget-rs.xml b/rs_resource_invisible/voice-control-widget-rs.xml
deleted file mode 100644 (file)
index fb8da0e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="voice-control-widget">
-  <email>sehwan@samsung.com</email>
-  <email>wn.jang@samsung.com</email>
-  <email>sooyeon.kim@samsung.com</email>
-  <email>stom.hwang@samsung.com</email>
-  <emulator>
-    <rpm accept="voice-control" arch="i686"/>
-    <rpm accept="voice-control-widget-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="voice-control" arch="armv7l"/>
-    <rpm accept="voice-control-widget-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/voice_control_widget.h</file>
-    <file>/usr/lib/libvc_widget.so*</file>
-  </necessary>
-  <include_path>/usr/include/</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libvc_widget.so</library>
-</rootstrap>