uidesigner/com.nokia.sdt.test.componentlibrary/components/testing/testFeedbackLayoutManager.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 
       
    10 	<component friendlyName="Test Feedback Layout Manager" 
       
    11 		qualifiedName="com.nokia.test.feedbackLayoutManager" 
       
    12 		category="Testing" version="1.0">
       
    13 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/>
       
    14 		<properties>
       
    15 			<property category="Design" name="name" displayName="%name" type="uniqueName"
       
    16 				descriptionKey="nameDescription" />
       
    17 			<property name="margin" type="integer" default="10"/>
       
    18 		</properties>
       
    19 		<implementations>
       
    20 			<implementation>
       
    21 				<interface id="com.nokia.sdt.datamodel.adapter.IQueryContainment"/>
       
    22 				<interface id="com.nokia.sdt.datamodel.adapter.ILayout"/>
       
    23 				<interface id="com.nokia.sdt.displaymodel.adapter.ITargetFeedbackListener"/>
       
    24 				<code class="com.nokia.sdt.test.componentLibrary.feedbackListener.FeedbackListenerFactory"/>
       
    25 			</implementation>
       
    26 		</implementations>
       
    27 	</component>
       
    28 </componentDefinition>