2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
|
|
3 |
<!-- All rights reserved. -->
|
|
4 |
<!-- This component and the accompanying materials are made available -->
|
|
5 |
<!-- under the terms of the License "Eclipse Public License v1.0" -->
|
|
6 |
<!-- which accompanies this distribution, and is available -->
|
|
7 |
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
|
|
8 |
|
|
9 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
10 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
11 |
|
|
12 |
<!-- This component is the abstract base component for
|
|
13 |
all Series 60 non-layout components
|
|
14 |
-->
|
|
15 |
|
|
16 |
<component
|
|
17 |
baseComponent="com.nokia.sdt.series60.CommonBase"
|
|
18 |
friendlyName=""
|
|
19 |
qualifiedName="com.nokia.sdt.series60.NonLayoutBase"
|
|
20 |
abstract="true"
|
|
21 |
version="1.0">
|
|
22 |
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/>
|
|
23 |
<attributes>
|
|
24 |
<attribute key="is-layout-object">false</attribute>
|
|
25 |
<attribute key="is-non-layout-object">true</attribute>
|
|
26 |
</attributes>
|
|
27 |
<properties>
|
|
28 |
</properties>
|
|
29 |
</component>
|
|
30 |
</componentDefinition>
|