usbuis/usbui/USBClassChangeUIPlugin/data/1020E472.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:20:49 +0100
branchRCL_3
changeset 80 e02eb84a14d2
parent 0 1e05558e2206
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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";
          }
        };
    }
    
    
  };
}