uidesigner/com.nokia.carbide.cpp.uiq.components/components/controls/ControlBase/ControlBase.component
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
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
<!-- START_USECASES: CU7 END_USECASES -->
cawthron
parents:
diff changeset
     3
<!-- Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     4
<!-- All rights reserved. -->
cawthron
parents:
diff changeset
     5
<!-- This component and the accompanying materials are made available -->
cawthron
parents:
diff changeset
     6
<!-- under the terms of the License "Eclipse Public License v1.0" -->
cawthron
parents:
diff changeset
     7
<!-- which accompanies this distribution, and is available -->
cawthron
parents:
diff changeset
     8
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
cawthron
parents:
diff changeset
     9
<!DOCTYPE componentDefinition [
cawthron
parents:
diff changeset
    10
<!ENTITY CommonMacros SYSTEM "../../CommonMacros.inc">
cawthron
parents:
diff changeset
    11
<!ENTITY FileAndClassMacros SYSTEM "../../FileAndClassMacros.inc">
cawthron
parents:
diff changeset
    12
] >
cawthron
parents:
diff changeset
    13
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
cawthron
parents:
diff changeset
    14
					xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
cawthron
parents:
diff changeset
    15
					
cawthron
parents:
diff changeset
    16
	<!-- This component is the abstract base component for
cawthron
parents:
diff changeset
    17
	     all UIQ Container components
cawthron
parents:
diff changeset
    18
	 -->					
cawthron
parents:
diff changeset
    19
	<component friendlyName="%friendlyName"
cawthron
parents:
diff changeset
    20
			qualifiedName="com.nokia.carbide.uiq.ControlBase"
cawthron
parents:
diff changeset
    21
			baseComponent="com.nokia.carbide.uiq.CommonBase"			
cawthron
parents:
diff changeset
    22
			version="1.0"
cawthron
parents:
diff changeset
    23
			abstract="true">
cawthron
parents:
diff changeset
    24
									
cawthron
parents:
diff changeset
    25
		<documentation>
cawthron
parents:
diff changeset
    26
			<information>%information</information>
cawthron
parents:
diff changeset
    27
		</documentation>
cawthron
parents:
diff changeset
    28
		
cawthron
parents:
diff changeset
    29
		<symbian sdkName="com.uiq" minSDKVersion="3.0"/>	
cawthron
parents:
diff changeset
    30
			
cawthron
parents:
diff changeset
    31
		<attributes>
cawthron
parents:
diff changeset
    32
			<attribute key ="is-layout-object">true</attribute>
cawthron
parents:
diff changeset
    33
			<attribute key ="is-layout-container">false</attribute>
cawthron
parents:
diff changeset
    34
			<attribute key ="is-qikcontainer-content">true</attribute>	
cawthron
parents:
diff changeset
    35
			<attribute key="is-slot-content">true</attribute>
cawthron
parents:
diff changeset
    36
			<attribute key="not-in-toolbox">false</attribute>
cawthron
parents:
diff changeset
    37
		</attributes>
cawthron
parents:
diff changeset
    38
		
cawthron
parents:
diff changeset
    39
		<implementations>		
cawthron
parents:
diff changeset
    40
			<implementation>
cawthron
parents:
diff changeset
    41
				<interface id="com.nokia.sdt.datamodel.adapter.IComponentEventInfo"/>
cawthron
parents:
diff changeset
    42
				<script file="ControlBase.js" prototype="ControlBaseEventInfo"/>
cawthron
parents:
diff changeset
    43
			</implementation>
cawthron
parents:
diff changeset
    44
		</implementations>
cawthron
parents:
diff changeset
    45
		
cawthron
parents:
diff changeset
    46
	</component>
cawthron
parents:
diff changeset
    47
cawthron
parents:
diff changeset
    48
</componentDefinition>