ls -al
cp -R ./rs_resource %{buildroot}/tmp
%if "%{tizen_profile_name}" == "tv" || "%{mv_prj}" == "1"
-rm -f %{buildroot}/tmp/common/OSS/baserpm/glibc-rs.xml
-rm -f %{buildroot}/tmp/common/NativeAPI/capi-system-peripheral-io-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-bluetooth-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-location-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-power-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-radio-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-uwb-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-wifi-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-zigbee-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/NativeAPI/capi-system-peripheral-io-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-bluetooth-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-location-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-power-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-radio-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-uwb-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-wifi-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-zigbee-rs.xml
%endif
%files