[Release] wrt_0.8.149
[platform/framework/web/wrt.git] / data / userAgentProfile.xml
1 <?xml version="1.0" ?>
2 <!--
3 ***************************************************************************************
4 *  SAMSUNG UAProf ( User Agent Profile ) draft
5 *
6 *  Created: 10/01/2011
7 *  Author: Bartosz Janiak
8 *  Organization: SPRC (Samsung Poland R&D Center), Linux Team
9 *
10 *  Copyright 2011 SAMSUNG Electronics Co. Ltd.
11 *
12 ***************************************************************************************
13 -->
14
15 <!-- TODO: update UAProf-WAC namespace to point to a publicly available schema -->
16 <rdf:RDF
17     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18     xmlns:prf="http://www.openmobilealliance.org/tech/profiles/UAPROF/xmlschema-20030226#"
19     xmlns:wrt="https://members.wholesaleappcommunity.com/svn/rmprojects/waikikispec/trunk/WaikikiFR/html/core/ccppschema-wac-v2_0.xml#" >
20
21     <rdf:Description rdf:ID="A847DeviceProfile">
22
23     <!-- Hardware Platform Description -->
24     <prf:component>
25     <rdf:Description rdf:ID="HardwarePlatform">
26
27         <rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#HardwarePlatform" />
28
29         <!-- Vendor/model -->
30         <prf:Vendor>SAMSUNG</prf:Vendor>
31         <prf:Model>TIZEN</prf:Model>
32         <prf:CPU>ARM9</prf:CPU>
33
34         <!-- Display -->
35         <prf:ScreenSize>480x800</prf:ScreenSize>
36         <prf:ColorCapable>Yes</prf:ColorCapable>
37
38         <!-- TODO -->
39
40     </rdf:Description>
41     </prf:component>
42
43
44     <!-- Software Platform Description -->
45     <prf:component>
46     <rdf:Description rdf:ID="SoftwarePlatform">
47     <rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#SoftwarePlatform" />
48
49         <!-- TODO -->
50
51     </rdf:Description>
52     </prf:component>
53
54
55     <!-- Network Characteristics Description -->
56     <prf:component>
57     <rdf:Description rdf:ID="NetworkCharacteristics">
58     <rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#NetworkCharacteristics" />
59
60         <!-- TODO -->
61
62     </rdf:Description>
63     </prf:component>
64
65     <!-- Browser UA Description -->
66     <prf:component>
67     <rdf:Description rdf:ID="BrowserUA">
68     <rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#BrowserUA" />
69
70         <!-- TODO -->
71         <!--  Browser Identification -->
72         <prf:BrowserName>Webkit</prf:BrowserName>
73
74     </rdf:Description>
75     </prf:component>
76
77     <!-- WAP Characteristics Description -->
78     <prf:component>
79     <rdf:Description rdf:ID="WapCharacteristics">
80     <rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#WapCharacteristics" />
81
82         <!-- TODO -->
83
84     </rdf:Description>
85     </prf:component>
86
87     <!-- Push Characteristics Description -->
88     <prf:component>
89     <rdf:Description rdf:ID="PushCharacteristics">
90     <rdf:type rdf:resource="http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#PushCharacteristics" />
91
92         <!-- TODO -->
93
94     </rdf:Description>
95     </prf:component>
96
97     <!-- Web Runtime description -->
98     <prf:component>
99     <rdf:Description rdf:ID="WRT-UA">
100
101         <rdf:type rdf:resource="https://members.wholesaleappcommunity.com/svn/rmprojects/waikikispec/trunk/WaikikiFR/html/core/ccppschema-wac-v2_0.xml#WRT-UA" />
102         <wrt:WRT-WAC-Version>1.0, 2.0</wrt:WRT-WAC-Version>
103         <wrt:WRT-Name>WebRuntime</wrt:WRT-Name>
104         <wrt:WRT-Version>1.0</wrt:WRT-Version> <!-- TODO -->
105         <wrt:WRT-HtmlVersion>4.01, 5.0</wrt:WRT-HtmlVersion> <!-- TODO -->
106         <wrt:WRT-EcmascriptVersion>?</wrt:WRT-EcmascriptVersion> <!-- TODO -->
107         <wrt:WRT-SvgVersion>?</wrt:WRT-SvgVersion> <!-- TODO -->
108         <wrt:WRT-WAC-APIs>
109             <rdf:Bag>
110                 <rdf:li rdf:resource="http://wacapps.net/api/deviceapis"/>
111                 <rdf:li rdf:resource="http://wacapps.net/api/accelerometer"/>
112                 <rdf:li rdf:resource="http://wacapps.net/api/orientation"/>
113                 <rdf:li rdf:resource="http://wacapps.net/api/camera"/>
114                 <rdf:li rdf:resource="http://wacapps.net/api/devicestatus"/>
115                 <rdf:li rdf:resource="http://wacapps.net/api/filesystem"/>
116                 <rdf:li rdf:resource="http://wacapps.net/api/messaging"/>
117                 <rdf:li rdf:resource="http://wacapps.net/api/pim"/>
118                 <rdf:li rdf:resource="http://wacapps.net/api/pim.contact"/>
119                 <rdf:li rdf:resource="http://wacapps.net/api/pim.calendar"/>
120                 <rdf:li rdf:resource="http://wacapps.net/api/pim.task"/>
121                 <rdf:li rdf:resource="http://wacapps.net/api/deviceinteraction"/>
122                 <!-- TODO update with finished plugins during commercialization -->
123              </rdf:Bag>
124         </wrt:WRT-WAC-APIs>
125         <wrt:WRT-Viewmodes>
126             <rdf:Bag>
127                 <rdf:li rdf:resource="fullscreen"/>
128              </rdf:Bag>
129         </wrt:WRT-Viewmodes>
130         <wrt:WRT-BackgroundExecution>Yes</wrt:WRT-BackgroundExecution>
131         <wrt:WRT-ConcurrentExecution>Yes</wrt:WRT-ConcurrentExecution>
132         <wrt:WRT-IdleScreenDisplay>No</wrt:WRT-IdleScreenDisplay> <!-- TODO -->
133         <wrt:WRT-WidgetUpdate>Yes</wrt:WRT-WidgetUpdate> <!-- TODO -->
134         <wrt:WRT-HTML5Video>?</wrt:WRT-HTML5Video> <!-- TODO -->
135         <!-- TODO Audio/Video related:
136              WRT-VideoMIMEType, WRT-VideoAverageBitrate, WRT-VideoMaximumBitrate,
137              WRT-VideoHorizontalResolution, WRT-VideoVerticalResolution,
138              WRT-VideoTemporalResolution, WRT-VideoBufferSize, WRT-HTML5Audio,
139              WRT-AudioMIMEType, WRT-AudioAverageBitrate, WRT-AudioMaximumBitrate,
140              WRT-AudioBufferSize -->
141
142     </rdf:Description>
143     </prf:component>
144
145 </rdf:Description>
146 </rdf:RDF>
147