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:xsi="http://www.w3.org/2001/XMLSchema-instance" >
|
|
10 |
|
|
11 |
<component
|
|
12 |
friendlyName="Property override test component"
|
|
13 |
qualifiedName="com.nokia.test.propertyOverrideTest"
|
|
14 |
baseComponent="com.nokia.examples.baseComponent"
|
|
15 |
category="Testing"
|
|
16 |
version="1.0">
|
|
17 |
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0" />
|
|
18 |
|
|
19 |
<propertyOverrides>
|
|
20 |
<propertyOverride name="flag" readOnly="true"/>
|
|
21 |
<propertyOverride name="location" category="Hidden"/>
|
|
22 |
<propertyOverride name="text" default="overriden value"/>
|
|
23 |
</propertyOverrides>
|
|
24 |
|
|
25 |
</component>
|
|
26 |
</componentDefinition>
|