2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!-- Copyright (c) 2009 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 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
9 |
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
|
|
10 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
|
|
11 |
<!-- this component should never show up in the toolbox due to its
|
|
12 |
SDK name not matching anything (we hope) -->
|
|
13 |
<component
|
|
14 |
friendlyName="Never Active #2 (BUG!!!)"
|
|
15 |
qualifiedName="com.nokia.sdt.series60.NeverActive2"
|
|
16 |
category="Testing"
|
|
17 |
version="0.1">
|
|
18 |
<symbian sdkName="com.foobar.mystery" minSDKVersion="2.0"
|
|
19 |
className="NeverActive2" />
|
|
20 |
<designerImages smallIconFile="unknown_sm.png" largeIconFile="unknown.png" layoutImageFile="unknown.png"/>
|
|
21 |
</component>
|
|
22 |
</componentDefinition>
|