Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
517 | ligi | 1 | <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> |
2 | <!-- |
||
3 | devices.xml defines all known devices. |
||
4 | You can add or change the existing specifications and |
||
5 | use the changed settings in the code. |
||
6 | |||
7 | Copyright (c) 2004, 2005 Robert Virkus / Enough Software |
||
8 | |||
9 | This file is part of J2ME Polish. |
||
10 | |||
11 | J2ME Polish is free software; you can redistribute it and/or modify |
||
12 | it under the terms of the GNU General Public License as published by |
||
13 | the Free Software Foundation; either version 2 of the License, or |
||
14 | (at your option) any later version. |
||
15 | |||
16 | J2ME Polish is distributed in the hope that it will be useful, |
||
17 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
19 | GNU General Public License for more details. |
||
20 | |||
21 | You should have received a copy of the GNU General Public License |
||
22 | along with Foobar; if not, write to the Free Software |
||
23 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
||
24 | |||
25 | Commercial licenses are also available, please |
||
26 | refer to the accompanying LICENSE.txt or visit |
||
27 | http://www.j2mepolish.org for details. |
||
28 | |||
29 | --> |
||
30 | <!-- |
||
31 | These namespaces/schemas will be used soon. |
||
32 | |||
33 | xmlns="http://www.enough.de/polish/1.4/" |
||
34 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
35 | xsi:schemaLocation="http://www.enough.de/polish/1.4/ http://www.enough.de/polish/1.4/devices.xsd" |
||
36 | |||
37 | --> |
||
38 | <devices> |
||
39 | |||
40 | <!-- Standard devices --> |
||
41 | <device supportsPolishGui="true"> |
||
42 | <identifier>Generic/Java</identifier> |
||
43 | <features>hasPointerEvents, hasCommandKeyEvents</features> |
||
44 | <description>A device to build supports applets, desktop and webstart applications.</description> |
||
45 | <capability name="JavaPlatform" value="MIDP/2.0, JavaSE/1.0"/> |
||
46 | <capability name="JavaConfiguration" value="CLDC/1.1"/> |
||
47 | <capability name="BitsPerPixel" value="18"/> |
||
48 | <capability name="ScreenSize" value="240x320"/> |
||
49 | <capability name="CanvasSize" value="240x320"/> |
||
50 | <capability name="FullCanvasSize" value="240x320"/> |
||
51 | <capability name="Emulator.Skin" value="Series60"/> |
||
52 | </device> |
||
53 | |||
54 | </devices> |