uidesigner/com.nokia.sdt.series60.componentlibrary/components/menu/SystemMenuPane.component
check for both qmake install locations. was preiously just checking the old location when internally installed
<?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 baseComponent="com.nokia.sdt.series60.MenuPane"
friendlyName="%friendlyName"
qualifiedName="com.nokia.sdt.series60.SystemMenuPane"
category="Menu"
instanceNameRoot="menuPane"
version="1.0">
<documentation>
<information>%information</information>
</documentation>
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"
className="CEikMenuPane" classHelpTopic=""
resourceType="MENU_PANE" resourceHelpTopic="" />
<designerImages smallIconFile="SystemMenuPane_sm.png"
largeIconFile="SystemMenuPane.png"/>
<properties>
<!-- a system menu pane uses a predefined system menu -->
<property name="systemResourceName" type="string"
category="Data" descriptionKey="systemResourceNameDescription" />
</properties>
<implementations>
<implementation>
<interface id="com.nokia.sdt.datamodel.adapter.IQueryContainment" />
<script file="SystemMenuPane.js" prototype="SystemMenuPane" />
</implementation>
<implementation>
<!-- this adds a dummy menu item -->
<interface id="com.nokia.sdt.datamodel.adapter.IInitializer" />
<code class="com.nokia.sdt.series60.component.SystemMenuPaneInitializerFactory"/>
</implementation>
<implementation>
<interface id="com.nokia.sdt.datamodel.adapter.IComponentValidator" />
<script file="SystemMenuPane.js" prototype="SystemMenuPane" />
</implementation>
</implementations>
<sourceMapping>
<!-- none: the parent MenuItem should handle this -->
</sourceMapping>
</component>
</componentDefinition>