uidesigner/com.nokia.sdt.component.symbian.test/data/com.mycompany.components/newcomponents/mysecond.component
author fturovic <frank.turovich@nokia.com>
Tue, 07 Apr 2009 15:28:30 -0500
changeset 72 5464a0b24d87
parent 2 d760517a8095
permissions -rw-r--r--
removed license page and TOC entry for 2.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     3
<!-- All rights reserved.                                              -->
cawthron
parents:
diff changeset
     4
<!-- This component and the accompanying materials are made available  -->
cawthron
parents:
diff changeset
     5
<!-- under the terms of the License "Eclipse Public License v1.0"      -->
cawthron
parents:
diff changeset
     6
<!-- which accompanies this distribution, and is available             -->
cawthron
parents:
diff changeset
     7
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html".           -->
cawthron
parents:
diff changeset
     8
<component:componentDefinition 
cawthron
parents:
diff changeset
     9
xmlns:component="http://www.nokia.com/sdt/emf/component">
cawthron
parents:
diff changeset
    10
  <component:component baseComponent="com.mycompany.components.myveryfirst" 
cawthron
parents:
diff changeset
    11
  	    friendlyName="mysecond" 
cawthron
parents:
diff changeset
    12
  		qualifiedName="com.mycompany.components.mysecond" version="1.0">
cawthron
parents:
diff changeset
    13
	<component:documentation>
cawthron
parents:
diff changeset
    14
		<component:information>Non-layout component information</component:information>
cawthron
parents:
diff changeset
    15
		<component:helpTopic>Non-layout component help topic</component:helpTopic>
cawthron
parents:
diff changeset
    16
	</component:documentation>
cawthron
parents:
diff changeset
    17
	<component:symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0" 
cawthron
parents:
diff changeset
    18
		className="CNonLayoutObject" classHelpTopic="org.eclipse.ui.property_sheet_page_help_context" />
cawthron
parents:
diff changeset
    19
   	<component:attributes>
cawthron
parents:
diff changeset
    20
  		<component:attribute key="is-non-layout-object">true</component:attribute>
cawthron
parents:
diff changeset
    21
 	  	<component:attribute key="is-layout-object">false</component:attribute>
cawthron
parents:
diff changeset
    22
  	</component:attributes>
cawthron
parents:
diff changeset
    23
   	<component:properties>
cawthron
parents:
diff changeset
    24
	    <component:property displayName="a-string" name="a-string" type="string"/>
cawthron
parents:
diff changeset
    25
    	<component:property displayName="a-boolean" name="a-boolean" type="boolean"/>
cawthron
parents:
diff changeset
    26
	    <component:property displayName="an-integer" name="an-integer" type="integer"/>
cawthron
parents:
diff changeset
    27
  	</component:properties>
cawthron
parents:
diff changeset
    28
  </component:component>
cawthron
parents:
diff changeset
    29
</component:componentDefinition>