servicediscoveryandcontrol/pnp/test/upnp/codec/src/2001c597.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 //
       
    15 
       
    16 #include <ecom/registryinfo.rh>
       
    17 		  
       
    18 RESOURCE REGISTRY_INFO theInfo
       
    19 	{
       
    20 	dll_uid = 0x2001C597;
       
    21 	interfaces =
       
    22 		{
       
    23 		INTERFACE_INFO
       
    24 			{
       
    25 			interface_uid = 0x10272E5C;
       
    26 			implementations =
       
    27 				{
       
    28 				IMPLEMENTATION_INFO
       
    29 					{
       
    30 					// KUidUPnPCodec
       
    31 					implementation_uid = 0x2001C598;
       
    32 					version_no = 1;
       
    33 					display_name = "UPnP Codec";
       
    34 					default_data = "HTTP/UPnP";
       
    35 					opaque_data = "";
       
    36 					}
       
    37 				};
       
    38 			}
       
    39 		};
       
    40 	}