uidesigner/com.nokia.sdt.component.symbian.test/data/com.mycompany.components/components/myveryfirst.component
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     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 	<component friendlyName="myveryfirst" qualifiedName="com.mycompany.components.myveryfirst" version="1.0">
       
    12 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0" 
       
    13 			className="CBaseComponent" classHelpTopic="org.eclipse.ui.property_sheet_page_help_context" 
       
    14 			resourceType="BASE" resourceHelpTopic="org.eclipse.ui.property_sheet_page_help_context" />
       
    15 		<attributes>
       
    16 			<attribute key="is-layout-object">true</attribute>
       
    17 		</attributes>
       
    18 		<properties>
       
    19 			<property displayName="name" name="name" type="uniqueName"/>
       
    20 			<property displayName="flag" name="flag" type="boolean"/>
       
    21 		</properties>
       
    22 	</component>
       
    23 </componentDefinition>