uidesigner/com.nokia.sdt.series60.componentlibrary/components/app/DesignReference.component
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     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 <component
       
    13 	friendlyName="%friendlyName" 
       
    14 	qualifiedName="com.nokia.sdt.series60.DesignReference" 
       
    15 	baseComponent="com.nokia.sdt.series60.NonLayoutBase"
       
    16 	instanceNameRoot="designReference"
       
    17 	version="1.0">
       
    18 	<documentation>
       
    19 		<information>%information</information>
       
    20 	</documentation>
       
    21 	<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/>
       
    22 	<designerImages smallIconFile="DesignReference_sm.png" 
       
    23 		largeIconFile="DesignReference.png" 
       
    24 		layoutImageFile=""/>
       
    25 	<attributes>
       
    26 		<attribute key="is-design-reference">true</attribute>
       
    27 		<attribute key="not-in-toolbox">true</attribute>
       
    28 	  	<attribute key="is-non-layout-object">false</attribute>
       
    29 	  	<attribute key="is-layout-container">false</attribute>
       
    30 	  	<attribute key="is-not-user-removable">true</attribute>	
       
    31 	</attributes>
       
    32 	<properties>
       
    33 		<property name="filePath" type="string" readOnly="true" category="Data"
       
    34 			descriptionKey="filePathDescription" />
       
    35 		<property name="baseName" type="string" readOnly="true" category="Data"
       
    36 			descriptionKey="baseNameDescription" />
       
    37 	</properties>
       
    38 </component>
       
    39 </componentDefinition>