[Release] wrt-installer_0.1.90
[framework/web/wrt-installer.git] / configuration / config.xml
old mode 100755 (executable)
new mode 100644 (file)
index 9968071..d4a6df7
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" version="0.0.1" viewmodes="fullscreen">
+<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" version="00.00.0001" viewmodes="fullscreen windowed floating">
   <name>hello</name>
+  <name xml:lang="en">hello</name>
   <icon src="icon.png" />
 
   <!-- tizen application element -->
-  <tizen:application id="GfeI4eyhBG.Test" package="GfeI4eyhBG" required_version="2.1"/>
+  <tizen:application id="GfeI4eyhBG.1" package="GfeI4eyhBG" required_version="2.1"/>
 
   <!-- tizen setting element -->
-  <tizen:setting screen-orientation="landscape" context-menu="disable" background-support="enable" encryption="enable" install-location="internal-only"/>
+  <tizen:setting screen-orientation="landscape" context-menu="disable" background-support="enable" encryption="enable" hwkey-event="enable"/>
 
   <!-- tizen app-control element -->
   <tizen:app-control>
 
   <!-- tizen allow-navigation element -->
   <tizen:allow-navigation>test.com</tizen:allow-navigation>
+
+  <!-- tizen metadata -->
+  <tizen:metadata key="key_1" value="value_1"/>
+  <tizen:metadata key="key_2"/>
+
+  <tizen:app-widget id="jNZe0gZhHG.Dynmic.default" primary="true">
+    <tizen:box-label xml:lang="en">WEB DYNAMICBOX</tizen:box-label>
+    <tizen:box-label xml:lang="ef">WEB DYNAMICBOX</tizen:box-label>
+    <tizen:box-label xml:lang="tc">WEB DYNAMICBOX</tizen:box-label>
+    <tizen:box-icon src="icon.png"/>
+    <tizen:box-content src="box/index.html">
+      <tizen:box-size>1x1</tizen:box-size>
+      <tizen:box-size>2x1</tizen:box-size>
+      <tizen:box-size>2x2</tizen:box-size>
+      <tizen:pd src="pd/index.html" width="720" height="200"/>
+   </tizen:box-content>
+ </tizen:app-widget>
+
+  <!-- splash screen -->
+  <tizen:splash src="splash.jpg" />
 </widget>