2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
4 |
<!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
|
|
5 |
<!-- All rights reserved. -->
|
|
6 |
<!-- This component and the accompanying materials are made available -->
|
|
7 |
<!-- under the terms of the License "Eclipse Public License v1.0" -->
|
|
8 |
<!-- which accompanies this distribution, and is available -->
|
|
9 |
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
|
|
10 |
|
|
11 |
<component friendlyName="%friendlyName"
|
|
12 |
qualifiedName="com.nokia.examples.testUIQImages"
|
|
13 |
version="0.1">
|
|
14 |
<properties>
|
|
15 |
<compoundProperty name="image" displayName="%imageText"
|
|
16 |
type="com.nokia.carbide.uiq.ImageProperty"
|
|
17 |
editorClass="com.nokia.sdt.symbian.ui.editors.ImageEditorFactory" />
|
|
18 |
</properties>
|
|
19 |
</component>
|
|
20 |
</componentDefinition>
|