upnpsharing/upnpsecurity/data/101F977E.rss
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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: Resource definitions for project UpnpSecurityManager plugin
       
    15 *
       
    16 */
       
    17 
       
    18 // INCLUDES
       
    19 #include "upnpsecurityuids.h"
       
    20 #include "ecom/registryinfo.rh"
       
    21 
       
    22 // RESOURCE DEFINITIONS
       
    23 
       
    24 // --------------------------------------------------------------------------
       
    25 // theInfo
       
    26 // ECom interface definition for UPnP Security Manager plugin.
       
    27 // --------------------------------------------------------------------------
       
    28 //
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30     {
       
    31     dll_uid = KUpnpSecurityManagerPluginDllUid;
       
    32     interfaces =
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             interface_uid = KUpnpSecurityManagerPluginInterfaceUid;
       
    37             implementations =
       
    38                 {
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     implementation_uid = KUpnpSecurityManagerPluginImplementationUid;
       
    42                     version_no = 2;
       
    43                     display_name       = "Upnp Security Manager Plugin";
       
    44                     default_data       = "UpnpSecurityManager";
       
    45                     opaque_data        = "";
       
    46                     }
       
    47                 };
       
    48             }
       
    49         };
       
    50     }
       
    51 
       
    52 // End of File