|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE componentDefinition [ |
|
3 <!ENTITY common_srcgenAndSourceMapping SYSTEM "CAknView_common.inc"> |
|
4 <!ENTITY common_events SYSTEM "CAknView_events.inc"> |
|
5 ]> |
|
6 <!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). --> |
|
7 <!-- All rights reserved. --> |
|
8 <!-- This component and the accompanying materials are made available --> |
|
9 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
10 <!-- which accompanies this distribution, and is available --> |
|
11 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
12 |
|
13 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > |
|
15 <component |
|
16 friendlyName="%friendlyName" |
|
17 qualifiedName="com.nokia.sdt.series60.CAknView" |
|
18 baseComponent="com.nokia.sdt.series60.DesignTimeContainer" |
|
19 instanceNameRoot="view" |
|
20 version="1.2"> |
|
21 <documentation> |
|
22 <information>%information</information> |
|
23 </documentation> |
|
24 <symbian sdkName="com.nokia.series60" |
|
25 minSDKVersion="2.0" maxSDKVersion="2.7.9" |
|
26 className="CAknView" classHelpTopic="" /> |
|
27 <designerImages smallIconFile="CAknView_sm.png" |
|
28 largeIconFile="CAknView.png"/> |
|
29 <attributes> |
|
30 <attribute key="options-menu-property-name">optionsMenu</attribute> |
|
31 <attribute key="event-handler-target">true</attribute> |
|
32 </attributes> |
|
33 <extensionProperties name="default"> |
|
34 <componentReferenceProperty category="View" scope="children" constraint="com.nokia.sdt.series60.MenuBar" |
|
35 name="optionsMenu" descriptionKey="optionsMenuDescription" /> |
|
36 </extensionProperties> |
|
37 |
|
38 <events> |
|
39 &common_events; |
|
40 </events> |
|
41 |
|
42 <implementations> |
|
43 <implementation> |
|
44 <interface id="com.nokia.sdt.datamodel.adapter.ILayout"/> |
|
45 <script file="CAknView_layout.js" |
|
46 prototype="CAknViewLayout"/> |
|
47 </implementation> |
|
48 <implementation> |
|
49 <interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/> |
|
50 <code class="com.nokia.sdt.series60.component.AknViewVisualImplFactory"/> |
|
51 </implementation> |
|
52 <implementation> |
|
53 <interface id="com.nokia.sdt.datamodel.adapter.IQueryContainment"/> |
|
54 <interface id="com.nokia.sdt.datamodel.adapter.IComponentValidator"/> |
|
55 <script file="CAknView_queryContainment.js" prototype="CAknViewScript"/> |
|
56 </implementation> |
|
57 <implementation> |
|
58 <interface id="com.nokia.sdt.datamodel.adapter.IPropertyExtenders"/> |
|
59 <script file="CAknView.js" prototype="CAknViewPropertyExtenders"/> |
|
60 </implementation> |
|
61 </implementations> |
|
62 |
|
63 &common_srcgenAndSourceMapping; |
|
64 |
|
65 </component> |
|
66 </componentDefinition> |