uidesigner/com.nokia.sdt.test.componentlibrary/components/testing/testFeedbackContainer.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 Container" 
       
    11 		baseComponent="com.nokia.sdt.series60.ControlBase" 
       
    12 		qualifiedName="com.nokia.test.feedbackContainer" 
       
    13 		category="Testing" version="1.0">
       
    14 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/>
       
    15 		<designerImages 
       
    16 			smallIconFile="testFeedbackContainer_sm.png" 
       
    17 			largeIconFile="testFeedbackContainer.png" 
       
    18 			thumbnailFile="testFeedbackContainer_tn.png"/>
       
    19 		<attributes>
       
    20 			<attribute key="is-layout-object">true</attribute>
       
    21 			<attribute key="is-layout-container">true</attribute>
       
    22 	  		<attribute key="display-model-class">com.nokia.sdt.component.symbian/com.nokia.sdt.component.symbian.displaymodel.DisplayModelS60</attribute>
       
    23 			<attribute key="not-in-toolbox">true</attribute>
       
    24 			<attribute key="is-non-resizable-or-moveable-layout-object">true</attribute>
       
    25 			<attribute key="is-top-level-content-container">true</attribute>
       
    26 			<attribute key="is-initial-content">true</attribute>
       
    27 			<attribute key="layout-type">ordered</attribute>
       
    28 		</attributes>
       
    29 		<implementations>
       
    30 			<implementation>
       
    31 				<interface id="com.nokia.sdt.datamodel.adapter.IQueryContainment"/>
       
    32 				<interface id="com.nokia.sdt.datamodel.adapter.IImplementationDelegate"/>
       
    33 				<code class="com.nokia.sdt.test.componentLibrary.feedbackListener.ImplementationDelegateFactory"/>
       
    34 			</implementation>
       
    35 		</implementations>
       
    36 	</component>
       
    37 </componentDefinition>