uidesigner/com.nokia.sdt.series60.componentlibrary/components/statuspane/StatusPaneContextBase.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 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
       
    10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       
    11 
       
    12 	<component friendlyName="%friendlyName" 
       
    13 		qualifiedName="com.nokia.sdt.series60.StatusPaneContextBase" 
       
    14 		baseComponent="com.nokia.sdt.series60.ControlBase"
       
    15 		category="System"
       
    16 		instanceNameRoot="context"
       
    17 		abstract="true"
       
    18 		version="1.0">
       
    19 		<documentation>
       
    20 			<information>%information</information>
       
    21 		</documentation>
       
    22 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"
       
    23 		/>
       
    24 		<attributes>
       
    25 			<attribute key="is-status-pane-content">true</attribute>
       
    26 			<attribute key="model-type-disposition">any</attribute>
       
    27 			<attribute key="is-system-component">true</attribute>
       
    28 			<attribute key="is-non-resizable-or-moveable-layout-object">true</attribute>
       
    29 			<attribute key="never-add-component">true</attribute>
       
    30 		</attributes>
       
    31 		<implementations>
       
    32 			<implementation>
       
    33 				<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
       
    34 				<script file="StatusPaneContextBase.js" prototype="StatusPaneContextBase"/>
       
    35 			</implementation>
       
    36 		</implementations>
       
    37 	</component>
       
    38 </componentDefinition>