Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
517 | ligi | 1 | <!-- |
2 | capabilities.xml defines all known J2ME capabilities. |
||
3 | You can add or change the existing specifications and |
||
4 | use the changed settings in the code. |
||
5 | |||
6 | Copyright (c) 2005 Robert Virkus / Enough Software |
||
7 | |||
8 | This file is part of J2ME Polish. |
||
9 | |||
10 | J2ME Polish is free software; you can redistribute it and/or modify |
||
11 | it under the terms of the GNU General Public License as published by |
||
12 | the Free Software Foundation; either version 2 of the License, or |
||
13 | (at your option) any later version. |
||
14 | |||
15 | J2ME Polish is distributed in the hope that it will be useful, |
||
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
18 | GNU General Public License for more details. |
||
19 | |||
20 | You should have received a copy of the GNU General Public License |
||
21 | along with Foobar; if not, write to the Free Software |
||
22 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
||
23 | |||
24 | Commercial licenses are also available, please |
||
25 | refer to the accompanying LICENSE.txt or visit |
||
26 | http://www.j2mepolish.org for details. |
||
27 | |||
28 | --> |
||
29 | |||
30 | <capabilities> |
||
31 | |||
32 | <capability> |
||
33 | <identifier>JavaPlatform</identifier> |
||
34 | <extension-mode>overwrite</extension-mode> |
||
35 | <group>Platform</group> |
||
36 | <required>yes</required> |
||
37 | <type>version</type> |
||
38 | <description>Defines the platform of the device, e.g. MIDP/1.0 or WIPI/2.0</description> |
||
39 | </capability> |
||
40 | |||
41 | <capability> |
||
42 | <identifier>JavaConfiguration</identifier> |
||
43 | <extension-mode>overwrite</extension-mode> |
||
44 | <group>Platform</group> |
||
45 | <required>yes</required> |
||
46 | <type>version</type> |
||
47 | </capability> |
||
48 | |||
49 | <capability> |
||
50 | <identifier>JavaPackage</identifier> |
||
51 | <extension-mode>append</extension-mode> |
||
52 | <group>Platform</group> |
||
53 | <required>no</required> |
||
54 | <type>list</type> |
||
55 | <implicit-group>api</implicit-group> |
||
56 | </capability> |
||
57 | |||
58 | <capability> |
||
59 | <identifier>SoundFormat</identifier> |
||
60 | <extension-mode>overwrite</extension-mode> |
||
61 | <group>Multimedia</group> |
||
62 | <required>no</required> |
||
63 | <type>list</type> |
||
64 | <implicit-group>audio</implicit-group> |
||
65 | </capability> |
||
66 | |||
67 | <capability> |
||
68 | <identifier>VideoFormat</identifier> |
||
69 | <extension-mode>append</extension-mode> |
||
70 | <group>Multimedia</group> |
||
71 | <required>no</required> |
||
72 | <type>list</type> |
||
73 | <implicit-group>video</implicit-group> |
||
74 | </capability> |
||
75 | |||
76 | <capability> |
||
77 | <identifier>ImageFormat</identifier> |
||
78 | <extension-mode>append</extension-mode> |
||
79 | <group>Multimedia</group> |
||
80 | <required>no</required> |
||
81 | <type>list</type> |
||
82 | <implicit-group>image</implicit-group> |
||
83 | </capability> |
||
84 | |||
85 | <capability> |
||
86 | <identifier>Bugs</identifier> |
||
87 | <extension-mode>append</extension-mode> |
||
88 | <group>Issues</group> |
||
89 | <required>no</required> |
||
90 | <type>list</type> |
||
91 | </capability> |
||
92 | |||
93 | <capability> |
||
94 | <identifier>build.BootClassPath</identifier> |
||
95 | <extension-mode>append</extension-mode> |
||
96 | <group>Build</group> |
||
97 | <required>no</required> |
||
98 | <type>list</type> |
||
99 | </capability> |
||
100 | |||
101 | <capability> |
||
102 | <identifier>build.Preverifier</identifier> |
||
103 | <extension-mode>overwrite</extension-mode> |
||
104 | <group>Build</group> |
||
105 | <required>no</required> |
||
106 | <type>extension</type> |
||
107 | </capability> |
||
108 | |||
109 | <capability> |
||
110 | <identifier>build.Finalizer</identifier> |
||
111 | <extension-mode>append</extension-mode> |
||
112 | <group>Build</group> |
||
113 | <required>no</required> |
||
114 | <type>extension</type> |
||
115 | </capability> |
||
116 | |||
117 | <capability> |
||
118 | <identifier>build.Emulator.Skin</identifier> |
||
119 | <extension-mode>prepend</extension-mode> |
||
120 | <extension-mode-separator>:</extension-mode-separator> |
||
121 | <group>Build</group> |
||
122 | <required>no</required> |
||
123 | <type>list</type> |
||
124 | </capability> |
||
125 | |||
126 | <capability> |
||
127 | <identifier>wap.userAgent</identifier> |
||
128 | <extension-mode>appendZero</extension-mode> |
||
129 | <required>no</required> |
||
130 | <description>Defines the user agent string submitted in a wap request. This is a '\1' delimited list.</description> |
||
131 | <type>singleValue</type> |
||
132 | </capability> |
||
133 | |||
134 | <capability> |
||
135 | <identifier>vendor.alias</identifier> |
||
136 | <extension-mode>append</extension-mode> |
||
137 | <required>no</required> |
||
138 | <description>An alias name for a given vendor name</description> |
||
139 | <type>list</type> |
||
140 | </capability> |
||
141 | |||
142 | |||
143 | |||
144 | </capabilities> |