diff -r 25fce757be94 -r e02eb84a14d2 usbuis/usbui/USBClassChangeUIPlugin/data/1020E472.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/usbuis/usbui/USBClassChangeUIPlugin/data/1020E472.rss Wed Sep 01 12:20:49 2010 +0100 @@ -0,0 +1,62 @@ +/* +* Copyright (c) 2005, 2006 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: ECOM registry file for USB UI Plug-in +* +*/ + + +#include "registryinfo.rh" + +RESOURCE REGISTRY_INFO theInfo +{ + dll_uid = 0x1020E472; + interfaces = + { + INTERFACE_INFO + { + interface_uid = 0x10207236; + implementations = + { + IMPLEMENTATION_INFO + { + // This implementation is used by General Settings + // With this implementation the Right Softkey in the main + // view will be "Back". + // This way we will not cause the whole General Settings + // application to exit. + implementation_uid = 0x1020E473; + version_no = 1; + display_name = "GS USBClassChangeUI Plugin"; + // Parent UID (USBCCUI is under "Connection setting") + default_data = "0x10207250"; + opaque_data = "40"; + }, + + IMPLEMENTATION_INFO + { + // This implementation is used by USBClassChangeUIAppUI + // With this implementation the Right Softkey in the main + // view will be "Exit") + implementation_uid = 0x1027478F; + version_no = 1; + display_name = "USBClassChangeUI Plugin"; + default_data = "0"; + opaque_data = "0"; + } + }; + } + + + }; +}