uidesigner/com.nokia.sdt.series60.componentlibrary/components/CommonBase.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 <!DOCTYPE componentDefinition [
       
    10 <!ENTITY CommonMacros SYSTEM "CommonMacros.inc">
       
    11 <!ENTITY FileAndClassMacros SYSTEM "FileAndClassMacros.inc">
       
    12 ]>
       
    13 
       
    14 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
       
    15 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
       
    16 
       
    17 	<!-- This component is the abstract base component for
       
    18 	     all Series 60 components
       
    19 	 -->
       
    20 
       
    21 	<component 
       
    22 			friendlyName="" 
       
    23 			qualifiedName="com.nokia.sdt.series60.CommonBase" 
       
    24 			abstract="true"
       
    25 			version="1.0">
       
    26 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/>
       
    27 		<properties>
       
    28 			<property category="Design" name="name" displayName="%name" type="uniqueName"
       
    29 				descriptionKey="nameDescription"/>
       
    30 		</properties>
       
    31 
       
    32 		<sourceGen>
       
    33 			&CommonMacros;
       
    34 			&FileAndClassMacros;
       
    35 		</sourceGen>
       
    36 		
       
    37 	</component>
       
    38 </componentDefinition>