|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE componentDefinition [ |
|
3 <!ENTITY common_srcgen SYSTEM "SingleLineDataQuery.inc"> |
|
4 ]> |
|
5 <!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). --> |
|
6 <!-- All rights reserved. --> |
|
7 <!-- This component and the accompanying materials are made available --> |
|
8 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
9 <!-- which accompanies this distribution, and is available --> |
|
10 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
11 |
|
12 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
13 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
14 |
|
15 <enumPropertyDeclaration qualifiedName="com.nokia.sdt.series60.SingleLineDataQuery21.type"> |
|
16 <!-- includes EIpLayout and EFixedPointLayout --> |
|
17 <enumElement value="EDataLayout"/> |
|
18 <enumElement value="EPhoneLayout"/> |
|
19 <enumElement value="EPinLayout"/> |
|
20 <enumElement value="ECodeLayout"/> |
|
21 <enumElement value="EDateLayout"/> |
|
22 <enumElement value="ETimeLayout"/> |
|
23 <enumElement value="EDurationLayout"/> |
|
24 <enumElement value="EFloatingPointLayout"/> |
|
25 <enumElement value="EFixedPointLayout"/> |
|
26 <enumElement value="ENumberLayout"/> |
|
27 <enumElement value="EIpLayout"/> |
|
28 </enumPropertyDeclaration> |
|
29 |
|
30 <component baseComponent="com.nokia.sdt.series60.SingleLineDataQueryBase" |
|
31 friendlyName="%friendlyName" |
|
32 qualifiedName="com.nokia.sdt.series60.SingleLineDataQuery" |
|
33 category="NotesDialogs" |
|
34 instanceNameRoot="dataQuery" |
|
35 version="1.0"> |
|
36 <documentation> |
|
37 <information>%information</information> |
|
38 </documentation> |
|
39 <symbian sdkName="com.nokia.series60" minSDKVersion="2.1" |
|
40 className="CAknQueryDialog" classHelpTopic="" |
|
41 resourceType="AVKON_DATA_QUERY" resourceHelpTopic="" /> |
|
42 <designerImages smallIconFile="SingleLineDataQuery_sm.png" |
|
43 largeIconFile="SingleLineDataQuery.png"/> |
|
44 <properties> |
|
45 <enumProperty category="Behavior" name="type" type="com.nokia.sdt.series60.SingleLineDataQuery21.type" |
|
46 default="EDataLayout" |
|
47 descriptionKey="typeDescription" /> |
|
48 </properties> |
|
49 |
|
50 <sourceGen> |
|
51 &common_srcgen; |
|
52 </sourceGen> |
|
53 |
|
54 </component> |
|
55 |
|
56 </componentDefinition> |