usbuis/usbui/USBClassChangeUIPlugin/data/1020E472.rss
branchRCL_3
changeset 23 25fce757be94
parent 22 5b2a402e96ac
child 24 e02eb84a14d2
equal deleted inserted replaced
22:5b2a402e96ac 23:25fce757be94
     1 /*
       
     2 * Copyright (c) 2005, 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  ECOM registry file for USB UI Plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "registryinfo.rh"
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 {
       
    23   dll_uid = 0x1020E472;
       
    24   interfaces =
       
    25   {
       
    26   INTERFACE_INFO
       
    27     {
       
    28     interface_uid = 0x10207236;
       
    29     implementations =
       
    30         {
       
    31         IMPLEMENTATION_INFO
       
    32           {
       
    33           // This implementation is used by General Settings
       
    34           // With this implementation the Right Softkey in the main
       
    35           // view will be "Back".
       
    36           // This way we will not cause the whole General Settings
       
    37           // application to exit.
       
    38           implementation_uid = 0x1020E473;
       
    39           version_no = 1;
       
    40           display_name = "GS USBClassChangeUI Plugin";
       
    41           // Parent UID (USBCCUI is under "Connection setting")
       
    42           default_data = "0x10207250";
       
    43           opaque_data = "40";
       
    44           },        
       
    45         
       
    46         IMPLEMENTATION_INFO
       
    47           {
       
    48             // This implementation is used by USBClassChangeUIAppUI
       
    49             // With this implementation the Right Softkey in the main
       
    50             // view will be "Exit")
       
    51             implementation_uid = 0x1027478F;
       
    52             version_no = 1;
       
    53             display_name = "USBClassChangeUI Plugin"; 
       
    54             default_data = "0";
       
    55             opaque_data = "0";
       
    56           }
       
    57         };
       
    58     }
       
    59     
       
    60     
       
    61   };
       
    62 }