Updated Mobile 2.4 templates
authordonghyuk.yang <dong.h.yang@samsung.com>
Tue, 15 Dec 2015 01:47:01 +0000 (10:47 +0900)
committerdonghyuk.yang <dong.h.yang@samsung.com>
Tue, 15 Dec 2015 01:49:13 +0000 (10:49 +0900)
Change-Id: Id7c24a09bda1aad0c5b51d1f56dbe960dbb9784a
Signed-off-by: donghyuk.yang <dong.h.yang@samsung.com>
package/build.linux
package/pkginfo.manifest
samples/Template/Platform/empty/description.xml
samples/Template/Platform/hello_efl/description.xml
samples/Template/Platform/helloworld/description.xml
samples/Template/Platform/helloworld_cmake/description.xml
samples/platform/rpm/Template/Tizen Platform/EFL Application/hello_efl/project/org.tizen.hello-efl.manifest [deleted file]

index 6cd9077..df9db1d 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash -xe
 
 PLATFORM_VER="tizen-2.4"
-PROFILE_VER="tv-2.4"
-PROFILE="tv"
+PROFILE_VER="mobile-2.4"
+PROFILE="mobile"
 
 # clean
 clean()
index d3464fc..712abd4 100644 (file)
@@ -2,7 +2,7 @@ Source:nativeplatform-sample
 Version: 2.3.6
 Maintainer : Jaemin Kim <jaemin.kim@samsung.com>, Donghyuk Yang <donghyouk.yang@samsung.com>, Yoonki Park <yoonki.park@samsung.com>
 
-Package:tv-2.4-nativeplatform-sample
+Package:mobile-2.4-nativeplatform-sample
 OS:ubuntu-32, ubuntu-64, windows-32, windows-64
 Build-host-os:ubuntu-32
 Description: Samples/Templates for developing platform project.
index 098ac37..9fdc954 100644 (file)
@@ -6,7 +6,7 @@
   <SampleVersion>1.0</SampleVersion>
   <PlatformList>
    <Profile>
-    <ProfileName>TV</ProfileName>
+    <ProfileName>Mobile</ProfileName>
     <RequiredVersion>2.3</RequiredVersion>
    </Profile>
   </PlatformList>
index 2a284e0..a772398 100755 (executable)
@@ -6,7 +6,7 @@
   <SampleVersion>1.0</SampleVersion>
   <PlatformList>
    <Profile>
-    <ProfileName>TV</ProfileName>
+    <ProfileName>Mobile</ProfileName>
     <RequiredVersion>2.3</RequiredVersion>
    </Profile>
   </PlatformList>
index 00ad0a3..a26489d 100644 (file)
@@ -6,7 +6,7 @@
        <SampleVersion>1.0</SampleVersion>
        <PlatformList>
    <Profile>
-    <ProfileName>TV</ProfileName>
+    <ProfileName>Mobile</ProfileName>
     <RequiredVersion>2.3</RequiredVersion>
    </Profile>
   </PlatformList>
index eec24e2..f93c307 100644 (file)
@@ -6,7 +6,7 @@
        <SampleVersion>1.0</SampleVersion>
        <PlatformList>
    <Profile>
-    <ProfileName>TV</ProfileName>
+    <ProfileName>Mobile</ProfileName>
     <RequiredVersion>2.3</RequiredVersion>
    </Profile>
   </PlatformList>
diff --git a/samples/platform/rpm/Template/Tizen Platform/EFL Application/hello_efl/project/org.tizen.hello-efl.manifest b/samples/platform/rpm/Template/Tizen Platform/EFL Application/hello_efl/project/org.tizen.hello-efl.manifest
deleted file mode 100755 (executable)
index db7d49f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<manifest>
-       <define>
-               <domain name="org.tizen.$(projectName)"/>
-                       <request>
-                               <smack request="system::vconf" type="arwxt"/>
-                               <smack request="system::homedir" type="arwxt"/>
-                               <smack request="device::app_logging" type="w"/>
-                               <smack request="sys-assert::core" type="arwxt"/>
-                               <smack request="system::sys_logging" type="x"/>
-                               <smack request="sdbd::home" type="wx"/>
-                       </request>
-                       <permit>
-                       </permit>
-       </define>
-       <assign>
-               <filesystem path="/opt/usr/apps/org.tizen.$(projectName)/bin/$(projectName)" label="_"/> 
-       </assign>
-       
-</manifest>