servicediscoveryandcontrol/pnp/test/upnp/Server/group/2000D053.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
       
    15 // Registry info for UPnP ECOM plug-in
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 {
       
    23 dll_uid = 0x2000D053;
       
    24 interfaces = 
       
    25     {
       
    26     INTERFACE_INFO
       
    27         {
       
    28         interface_uid =  0x10281DD7;
       
    29         implementations = 
       
    30             {
       
    31             IMPLEMENTATION_INFO
       
    32                 {
       
    33                 implementation_uid = 0x2000D054;
       
    34                 version_no = 1;
       
    35                 display_name = "UPnP Tier Manager Factory";
       
    36                 default_data = "UPnPTierManagerFactory";
       
    37                 }
       
    38             };
       
    39         },
       
    40     INTERFACE_INFO
       
    41         {
       
    42         interface_uid =  0x10274546;
       
    43         implementations = 
       
    44             {
       
    45             IMPLEMENTATION_INFO
       
    46                 {
       
    47                 implementation_uid = 0x2000D055;
       
    48                 version_no = 1;
       
    49                 display_name = "UPnP Meta Connection Provider Factory";
       
    50                 default_data = "UPnPMetaConnectionProviderFactory";
       
    51                 opaque_data = "";
       
    52                 }
       
    53             };
       
    54         },
       
    55     INTERFACE_INFO
       
    56         {
       
    57         interface_uid = 0x102070EE;
       
    58         implementations = 
       
    59             {
       
    60             IMPLEMENTATION_INFO
       
    61                 {
       
    62                 implementation_uid = 0x2000D056;
       
    63                 version_no = 1;
       
    64                 display_name = "UPnP Control Connection Provider Factory";
       
    65                 default_data = "UPnPControlConnectionProviderFactory";            
       
    66                 },
       
    67     	    IMPLEMENTATION_INFO
       
    68                 {
       
    69                 implementation_uid = 0x2000D058;
       
    70                 version_no = 1;
       
    71                 display_name = "UPnP Service Connection Provider Factory";
       
    72                 default_data = "UPnPServiceConnectionProviderFactory";              
       
    73                 }
       
    74             };
       
    75         },
       
    76      INTERFACE_INFO
       
    77         {
       
    78         interface_uid = 0x10204301;
       
    79         implementations = 
       
    80             {
       
    81             IMPLEMENTATION_INFO
       
    82                 {
       
    83                 implementation_uid = 0x2000D057;
       
    84                 version_no = 1;
       
    85                 display_name = "UPnP Control Sub-Connection Provider Factory";
       
    86                 default_data = "UPnPControlSubConnectionProviderFactory";             
       
    87                 },
       
    88 	    IMPLEMENTATION_INFO
       
    89                 {
       
    90                 implementation_uid = 0x2000D059;
       
    91                 version_no = 1;
       
    92                 display_name = "UPnP Service Sub-Connection Provider Factory";
       
    93                 default_data = "UPnPServiceSubConnectionProviderFactory";          
       
    94                 }
       
    95             };
       
    96         },
       
    97     INTERFACE_INFO
       
    98         {
       
    99         interface_uid = 0x10281C33;
       
   100         implementations = 
       
   101             {
       
   102            IMPLEMENTATION_INFO
       
   103                 {
       
   104                 implementation_uid = 0x2000D05A;
       
   105                 version_no = 1;
       
   106                 display_name = "UPnP Flow Factory";
       
   107                 default_data = "UPnPFlowFactory";
       
   108                 opaque_data = "";
       
   109                 }
       
   110             };
       
   111         },
       
   112     INTERFACE_INFO
       
   113         {//Right now using subconnection flow factory container uid, once comms genereic flow factory 
       
   114          // container is ready should be replaced with that UID, 
       
   115         interface_uid = 0x10281C33; //subconnflow interface UID
       
   116         implementations = 
       
   117             {
       
   118            IMPLEMENTATION_INFO
       
   119                 {
       
   120                 implementation_uid = 0x2000D05B;
       
   121                 version_no = 1;
       
   122                 display_name = "Application Protocol Interface Factory";
       
   123                 default_data = "ApplicationProtocolIntfFactory";
       
   124                 }
       
   125             };
       
   126         }	 
       
   127     };
       
   128 }
       
   129