Examples updated according to new tizen_app.prf file.
authorTomasz Olszak <olszak.tomasz@gmail.com>
Thu, 3 Oct 2013 20:15:48 +0000 (22:15 +0200)
committerTomasz Olszak <olszak.tomasz@gmail.com>
Sat, 5 Oct 2013 15:45:41 +0000 (17:45 +0200)
Change-Id: I84c788ec21f18a07f2e19f8398c47c392c79ad37
Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
examples/helloworld/helloworld.pro
examples/helloworld/tizen/manifest.xml [moved from examples/helloworld/manifest.xml with 100% similarity]
examples/sensor-checker/sensor-checker.pro
examples/sensor-checker/tizen/manifest.xml [moved from examples/sensor-checker/manifest.xml with 73% similarity]
examples/touch/tizen/manifest.xml [moved from examples/touch/manifest.xml with 79% similarity]
examples/touch/touch.pro

index 53141fd..a461864 100644 (file)
@@ -6,7 +6,7 @@ QT += qml quick
 
 OTHER_FILES += \
     main.qml \
-    manifest.xml
+    tizen/manifest.xml
 
 SOURCES += \
     main.cpp
index ffc6576..578dd15 100644 (file)
@@ -7,7 +7,7 @@ QT += qml quick
 OTHER_FILES += \
     main.qml \
     content/SensorInformationItem.qml \
-    manifest.xml
+    tizen/manifest.xml
 
 SOURCES += \
     main.cpp
similarity index 73%
rename from examples/sensor-checker/manifest.xml
rename to examples/sensor-checker/tizen/manifest.xml
index 478b641..1b1af36 100644 (file)
@@ -1,14 +1,14 @@
 <?xml version='1.0' encoding='UTF-8' standalone='no'?>
 <Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
-    <Id>QtSensorsC</Id>
+    <Id>C5Nfpozs62</Id>
     <Version>1.0.0</Version>
     <Type>C++App</Type>
     <Requirements/>
     <Apps>
         <ApiVersion>2.2</ApiVersion>
         <Privileges/>
-        <UiApp Main="True" MenuIconVisible="True" Name="QtSensorChecker" LaunchingHistoryVisible="True">
-            <UiScalability CoordinateSystem="Logical" LogicalCoordinate="720" BaseScreenSize="Normal"/>
+        <UiApp MenuIconVisible="True" Main="True" Name="QtSensorChecker" LaunchingHistoryVisible="True">
+            <UiScalability BaseScreenSize="Normal" LogicalCoordinate="720" CoordinateSystem="Logical"/>
             <UiTheme SystemTheme="White"/>
             <DisplayNames>
                 <DisplayName Locale="eng-GB">Qt Sensors</DisplayName>
@@ -19,4 +19,5 @@
             <LaunchConditions/>
         </UiApp>
     </Apps>
+    <Author>Tomasz Olszak</Author>
 </Manifest>
similarity index 79%
rename from examples/touch/manifest.xml
rename to examples/touch/tizen/manifest.xml
index 71f2fbe..957c385 100644 (file)
@@ -7,8 +7,8 @@
     <Apps>
         <ApiVersion>2.2</ApiVersion>
         <Privileges/>
-        <UiApp Main="True" MenuIconVisible="True" Name="QtControls" LaunchingHistoryVisible="True">
-            <UiScalability CoordinateSystem="Logical" LogicalCoordinate="720" BaseScreenSize="Normal"/>
+        <UiApp MenuIconVisible="True" Main="True" Name="QtControls" LaunchingHistoryVisible="True">
+            <UiScalability BaseScreenSize="Normal" LogicalCoordinate="720" CoordinateSystem="Logical"/>
             <UiTheme SystemTheme="White"/>
             <DisplayNames>
                 <DisplayName Locale="eng-GB">Qt Controls</DisplayName>
index 4ccffc8..5251e8f 100644 (file)
@@ -18,8 +18,7 @@ OTHER_FILES += \
     content/DateTimeEditPage.qml\
     content/PageCurl.qml \
     content/ConfigurationPage.qml \
-    tizen/qt.conf \
-    manifest.xml
+    tizen/manifest.xml
 
 
 SOURCES += \