servicediscoveryandcontrol/pnp/test/upnp/Client/upnpplugin/src/2000D05D.rss
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file 2000D05D.RSS
       
    15 // Registry info for the UPnP Sub-Connection Extension Parameters Plugin
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 {
       
    23 dll_uid = 0x2000D05D;
       
    24 interfaces =
       
    25     {
       
    26     INTERFACE_INFO
       
    27         {
       
    28         interface_uid = 0x10204303;
       
    29         implementations =
       
    30             {
       
    31            IMPLEMENTATION_INFO
       
    32                 {
       
    33                 implementation_uid = 0x2000D05E;
       
    34                 version_no = 1;
       
    35                 display_name = "UPnP Sub-Connection Extension Parameter Set Factory";
       
    36                 default_data = "text/wml";
       
    37                 }
       
    38             };
       
    39         },
       
    40     INTERFACE_INFO
       
    41         {
       
    42         interface_uid = 0x10204305;
       
    43         implementations =
       
    44             {
       
    45            IMPLEMENTATION_INFO
       
    46                 {
       
    47                 implementation_uid = 0x2000D05F;
       
    48                 version_no = 1;
       
    49                 display_name = "UPnP Sub-Connection Events Factory";
       
    50                 default_data = "text/wml";
       
    51                 }
       
    52             };
       
    53         },
       
    54     INTERFACE_INFO
       
    55         {
       
    56         interface_uid = 0x2000D060;
       
    57         implementations =
       
    58             {
       
    59            IMPLEMENTATION_INFO
       
    60                 {
       
    61                 implementation_uid = 0x2001DC69;
       
    62                 version_no = 1;
       
    63                 display_name = "UPnP Discovery";
       
    64                 default_data = "536924244/Client";
       
    65                 },
       
    66            IMPLEMENTATION_INFO
       
    67                 {
       
    68                 implementation_uid = 0x2001DC6A;
       
    69                 version_no = 1;
       
    70                 display_name = "UPnP Publish";
       
    71                 default_data = "536924244/Server";
       
    72                 }
       
    73             };
       
    74         }
       
    75    };
       
    76 }