upnpsettings/upnpgsplugin/data/20009CAF.rss
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2005 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 plugin resource file for Data Call Settings plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <ecom/registryinfo.rh>
       
    24 #include "upnpgsplugin.hrh"
       
    25 
       
    26 RESOURCE REGISTRY_INFO theInfo
       
    27     {
       
    28     //resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    29     // UID for the DLL
       
    30     dll_uid = KUPnPGSPluginDllUid;
       
    31     // Declare array of interface info
       
    32     interfaces = 
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             // UID of interface that is implemented
       
    37             //GS ECOM interface UID, don't change!
       
    38             interface_uid = 0x10207236;
       
    39             implementations = 
       
    40                 {
       
    41                 // Info for UPnP Browser
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = KUPnPGSPluginImplementationUid;
       
    45                     version_no         = 1;
       
    46                     display_name       = "UPnP Settings";
       
    47                     default_data       = "0x10207239"; // Parent UID;
       
    48                     opaque_data        = "1000"; // Order number
       
    49                     //rom_only = 0;
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }
       
    55