servicediscoveryandcontrol/pnp/test/testplugin/src/2025D05D.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 2025D05D.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 = 0x2025D05D;
       
    24 interfaces =
       
    25     {
       
    26      INTERFACE_INFO
       
    27         {
       
    28         interface_uid = 0x10204303;
       
    29         implementations =
       
    30             {
       
    31            IMPLEMENTATION_INFO
       
    32                 {
       
    33                 implementation_uid = 0x2025D05E;
       
    34                 version_no = 1;
       
    35                 display_name = "Test PnP Sub-Connection Extension Parameter Set Factory";
       
    36                 default_data = "text/wml";
       
    37                 }
       
    38             };
       
    39         },
       
    40    INTERFACE_INFO
       
    41         {
       
    42         interface_uid = 0x2000D060;
       
    43         implementations =
       
    44             {
       
    45            IMPLEMENTATION_INFO
       
    46                 {
       
    47                 implementation_uid = 0x2025DC69;
       
    48                 version_no = 1;
       
    49                 display_name = "Test PnP Discovery";
       
    50                 default_data = "539349076/Client";
       
    51                 },
       
    52            IMPLEMENTATION_INFO
       
    53                 {
       
    54                 implementation_uid = 0x2025DC6A;
       
    55                 version_no = 1;
       
    56                 display_name = "Test PnP Publish";
       
    57                 default_data = "539349076/Server";
       
    58                 }
       
    59             };
       
    60         }
       
    61    };
       
    62 }