uidesigner/com.nokia.sdt.series60.componentlibrary/components/statuspane/StatusPaneContextAppIcon_2.x.component
author dadubrow
Tue, 15 Jun 2010 10:21:51 -0500
changeset 1472 6eab8978b7d5
parent 0 fb279309251b
permissions -rw-r--r--
bug 11485 - don't include installed items in check all action

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
<!-- All rights reserved. -->
<!-- This component and the accompanying materials are made available -->
<!-- under the terms of the License "Eclipse Public License v1.0" -->
<!-- which accompanies this distribution, and is available -->
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->

<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

	<component friendlyName="%friendlyName" 
		qualifiedName="com.nokia.sdt.series60.StatusPaneContextAppIcon" 
		baseComponent="com.nokia.sdt.series60.StatusPaneContextBase"
		category="System"
		instanceNameRoot="appIcon"
		version="1.0">
		<documentation>
			<information>%information</information>
		</documentation>
		<symbian sdkName="com.nokia.series60" 
			minSDKVersion="2.0" maxSDKVersion="2.9.9"
			className="" classHelpTopic=""
			resourceType="" resourceHelpTopic="" 
		/>
		<attributes>
			<attribute key="model-type-disposition">root</attribute>
			<attribute key="is-not-user-removable">true</attribute>
		</attributes>
		<designerImages smallIconFile="StatusPaneContext_sm.png" 
			largeIconFile="StatusPaneContext.png"/>
		<implementations>
			<implementation>
				<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
				<script file="StatusPaneContextAppIcon_2.x.js" prototype="StatusPaneAppIcon"/>
			</implementation>
		</implementations>
		<properties>
			<!-- nothing settable -->
		</properties>
		<sourceMapping>
		</sourceMapping>
		<sourceGen>
		</sourceGen>
	</component>
</componentDefinition>