usbuis/usbui/USBClassChangeUIPlugin/data/1020E472.rss
branchGCC_SURGE
changeset 63 ef2686f7597e
parent 40 e84fb4c9218b
parent 57 62e6d990246c
child 70 8ba4a4a03bae
--- a/usbuis/usbui/USBClassChangeUIPlugin/data/1020E472.rss	Mon Jun 21 22:40:15 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,62 +0,0 @@
-/*
-* 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";
-          }
-        };
-    }
-    
-    
-  };
-}