tizen 2.4 release
[framework/web/wrt-installer.git] / configuration_wearable / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" version="00.00.0001" viewmodes="fullscreen windowed floating">
3   <name>hello</name>
4   <name xml:lang="en">hello</name>
5   <icon src="icon.png" />
6
7   <!-- tizen application element -->
8   <tizen:application id="GfeI4eyhBG.1" package="GfeI4eyhBG" required_version="2.4" launch_mode="caller" ambient_support="disable"/>
9
10   <!-- tizen setting element -->
11   <!-- unecessary for tizenw
12   <tizen:setting screen-orientation="landscape" context-menu="disable"/>
13   -->
14   <tizen:setting background-support="disable" encryption="disable" hwkey-event="enable"/>
15
16   <!-- tizen app-control element -->
17   <tizen:app-control>
18     <tizen:src name="index.html"/>
19     <tizen:operation name="http://tizen.org/appcontrol/operation/default"/>
20     <tizen:uri name="http"/>
21     <tizen:mime name="html"/>
22   </tizen:app-control>
23
24   <!-- tizen ime element -->
25   <tizen:ime>
26     <tizen:uuid>6135122a-a428-40d2-8feb-a75f462c202c</tizen:uuid>
27     <tizen:languages>
28       <tizen:language>en-us</tizen:language>
29       <tizen:language>ko-kr</tizen:language>
30     </tizen:languages>
31   </tizen:ime>
32
33   <!-- tizen service element -->
34   <tizen:service id="GfeI4eyhBG.1.service" auto-restart="true" on-boot="true">
35     <tizen:content src="service.js"/>
36     <tizen:name>WebService</tizen:name>
37     <tizen:icon src="service.png"/>
38     <tizen:description>WebService</tizen:description>
39   <tizen:metadata key="service_key_1" value="service_value_1"/>
40     <tizen:metadata key="service_key_2"/>
41     <tizen:category name="http://tizen.org/category/service"/>
42   </tizen:service>
43
44   <!-- tizen content-security-policy element -->
45   <tizen:content-security-policy>"img-src http://test.com 'unsafe-inline'; script-src 'unsafe-inline';"</tizen:content-security-policy>
46   <!-- unecessary for tizenw
47   <tizen:content-security-policy-report-only>img-src http://test.com 'unsafe-inline'; script-src 'unsafe-inline';</tizen:content-security-policy-report-only>
48   -->
49
50   <!-- tizen allow-navigation element -->
51   <!-- unecessary for tizenw
52   <tizen:allow-navigation>test.com</tizen:allow-navigation>
53   -->
54
55   <!-- tizen metadata -->
56   <tizen:metadata key="key_1" value="value_1"/>
57   <tizen:metadata key="key_2"/>
58
59   <!-- unecessary for tizenw
60   <tizen:app-widget id="jNZe0gZhHG.Dynmic.default" primary="true">
61     <tizen:box-label xml:lang="en">WEB WIDGET</tizen:box-label>
62     <tizen:box-label xml:lang="ef">WEB WIDGET</tizen:box-label>
63     <tizen:box-label xml:lang="tc">WEB WIDGET</tizen:box-label>
64     <tizen:box-icon src="icon.png"/>
65     <tizen:box-content src="box/index.html">
66       <tizen:box-size>1x1</tizen:box-size>
67       <tizen:box-size>2x1</tizen:box-size>
68       <tizen:box-size>2x2</tizen:box-size>
69       <tizen:pd src="pd/index.html" width="720" height="200"/>
70    </tizen:box-content>
71  </tizen:app-widget>
72  -->
73
74   <!-- splash screen -->
75   <!-- unecessary for tizenw
76   <tizen:splash src="splash.jpg" />
77   -->
78
79   <!-- category -->
80   <tizen:category name="http://tizen.org/category/wearable_clock"/>
81 </widget>