|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- START_USECASES: CU7 END_USECASES --> |
|
3 <!-- Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). --> |
|
4 <!-- All rights reserved. --> |
|
5 <!-- This component and the accompanying materials are made available --> |
|
6 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
7 <!-- which accompanies this distribution, and is available --> |
|
8 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
9 <!DOCTYPE componentDefinition [ |
|
10 <!ENTITY CommonMacros SYSTEM "../../CommonMacros.inc"> |
|
11 <!ENTITY FileAndClassMacros SYSTEM "../../FileAndClassMacros.inc"> |
|
12 ] > |
|
13 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
15 |
|
16 <!-- This component is the abstract base component for |
|
17 all UIQ Container components |
|
18 --> |
|
19 <component friendlyName="%friendlyName" |
|
20 qualifiedName="com.nokia.carbide.uiq.ControlBase" |
|
21 baseComponent="com.nokia.carbide.uiq.CommonBase" |
|
22 version="1.0" |
|
23 abstract="true"> |
|
24 |
|
25 <documentation> |
|
26 <information>%information</information> |
|
27 </documentation> |
|
28 |
|
29 <symbian sdkName="com.uiq" minSDKVersion="3.0"/> |
|
30 |
|
31 <attributes> |
|
32 <attribute key ="is-layout-object">true</attribute> |
|
33 <attribute key ="is-layout-container">false</attribute> |
|
34 <attribute key ="is-qikcontainer-content">true</attribute> |
|
35 <attribute key="is-slot-content">true</attribute> |
|
36 <attribute key="not-in-toolbox">false</attribute> |
|
37 </attributes> |
|
38 |
|
39 <implementations> |
|
40 <implementation> |
|
41 <interface id="com.nokia.sdt.datamodel.adapter.IComponentEventInfo"/> |
|
42 <script file="ControlBase.js" prototype="ControlBaseEventInfo"/> |
|
43 </implementation> |
|
44 </implementations> |
|
45 |
|
46 </component> |
|
47 |
|
48 </componentDefinition> |