application sources from tizen_2.2 54/10454/1 tizen
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Wed, 2 Oct 2013 08:00:40 +0000 (10:00 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Wed, 2 Oct 2013 08:00:40 +0000 (10:00 +0200)
Change-Id: I79fc15c8ec62d4aa8173d1fae5c8c821851ee4a5

14 files changed:
description.xml [new file with mode: 0644]
description.xsl [new file with mode: 0644]
dynamicbox-snapshot.png [new file with mode: 0644]
project/AUTHORS [moved from AUTHORS with 100% similarity]
project/LICENSE.Flora [moved from LICENSE.Flora with 100% similarity]
project/NOTICE [moved from NOTICE with 100% similarity]
project/box/index.html [moved from box/index.html with 100% similarity]
project/config.xml [moved from config.xml with 100% similarity]
project/icon.png [moved from icon.png with 100% similarity]
project/index.html [moved from index.html with 100% similarity]
project/pd/index.html [moved from pd/index.html with 100% similarity]
tizen-app-template.xml [new file with mode: 0644]
tizen_32.png [new file with mode: 0644]
tizen_64.png [new file with mode: 0644]

diff --git a/description.xml b/description.xml
new file mode 100644 (file)
index 0000000..41b1c97
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<?xml-stylesheet type="text/xsl" href="description.xsl"?>\r
+<Overview version="1.0">\r
+  <SampleName>DynamicBox</SampleName>\r
+  <SampleVersion>1.0.0</SampleVersion>\r
+  <Preview>dynamicbox-snapshot.png</Preview>\r
+  <Description>\r
+         A sample application demonstration the tizen web ui framework usage.\r
+  </Description>\r
+</Overview>\r
diff --git a/description.xsl b/description.xsl
new file mode 100644 (file)
index 0000000..bb92b88
--- /dev/null
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    This file provides a functionality to show template's description.xml in the project wizard.
+    Don't delete or move this file.
+ -->
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+  <xsl:template match="/">
+    <html>
+      <head>
+        <style type="text/css">
+          html,body {
+          font-family:Arial;
+          margin: 0px;
+          }
+          td
+          {
+          font-size:13px;
+          }
+          .samplename
+          {
+          font-size:16px;
+          color:#ffffff;
+          height:26px;
+          background-color:#6d96ac;
+          }
+          .category
+          {
+          font-size:16px;
+          color:#ffffff;
+          height:30px;
+          background-color:#6d96ac;
+          }
+          .contents
+          {
+          padding: 6px 10px 14px 10px;
+          }
+          table#widgets td
+          {
+          border: solid 1px #6d96ac;
+          border-collapse: collapse;
+          }
+          .widgetname
+          {
+          font-weight: bold;
+          text-align: center;
+          width: 20%;
+          word-break:break-all;
+          }
+          table#references td
+          {
+          width: 100%;
+          border: 0px;
+          border-spacing: 0px;
+          padding: 5px;
+          }
+          .refname
+          {
+          width: 100%;
+          font-weight: bold;
+          }
+        </style>
+      </head>
+      <body>
+        <table width="400px" border="0" cellspacing="0">
+          <tr>
+            <td class="samplename" align="center">
+              <xsl:value-of select="Overview/SampleName"/>
+              <xsl:text disable-output-escaping="yes"><![CDATA[&nbsp;]]></xsl:text>
+                         <!--
+              <xsl:value-of select="Overview/SampleVersion"/>
+                         -->
+            </td>
+          </tr>
+          <tr bgcolor="#FFFFFF">
+            <td class="contents">
+                         <strong>Type</strong>: JavaScript
+                         <p>
+              <xsl:value-of select="Overview/Description"/>
+                         </p>
+            </td>
+          </tr>
+          <tr>
+            <td align="center" bgcolor="#FFFFFF" height="260px">
+              <img>
+                <xsl:attribute name="src">
+                  <xsl:value-of select="Overview/Preview"/>
+                </xsl:attribute>
+              </img>
+            </td>
+          </tr>
+        </table>
+      </body>
+    </html>
+  </xsl:template>
+
+</xsl:stylesheet>
diff --git a/dynamicbox-snapshot.png b/dynamicbox-snapshot.png
new file mode 100644 (file)
index 0000000..a88f0eb
Binary files /dev/null and b/dynamicbox-snapshot.png differ
similarity index 100%
rename from AUTHORS
rename to project/AUTHORS
similarity index 100%
rename from LICENSE.Flora
rename to project/LICENSE.Flora
similarity index 100%
rename from NOTICE
rename to project/NOTICE
similarity index 100%
rename from box/index.html
rename to project/box/index.html
similarity index 100%
rename from config.xml
rename to project/config.xml
similarity index 100%
rename from icon.png
rename to project/icon.png
similarity index 100%
rename from index.html
rename to project/index.html
similarity index 100%
rename from pd/index.html
rename to project/pd/index.html
diff --git a/tizen-app-template.xml b/tizen-app-template.xml
new file mode 100644 (file)
index 0000000..c0e36de
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<tizen-app-template xmlns="http://www.tizen.org/tizen-app-template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" template-version="" sdk-version="" icon32="tizen_32.png" icon64="tizen_64.png" xsi:schemaLocation="http://www.tizen.org/tizen-app-template tizen-app-template.xsd ">
+    <template-name>DynamicBox</template-name>
+    <widget-type>TIZEN</widget-type>
+    <build-property key="usedLibraryType" value="WebUIFramework"/>
+    <description-file-name>description.xml</description-file-name>
+    <options>
+        <supportLibraries>
+          <library name="Tizen Web UI Framework"/>
+        </supportLibraries>
+    </options>
+</tizen-app-template>
diff --git a/tizen_32.png b/tizen_32.png
new file mode 100644 (file)
index 0000000..61f35c0
Binary files /dev/null and b/tizen_32.png differ
diff --git a/tizen_64.png b/tizen_64.png
new file mode 100644 (file)
index 0000000..b188083
Binary files /dev/null and b/tizen_64.png differ