linklayercontrol/networkinterfacemgr/netcfgext/src/10282FFE.rss
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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 // Registry file for:
       
    15 // - netcfgext scpr factory
       
    16 // - netcfgext config loader
       
    17 // 
       
    18 //
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO info
       
    23     {
       
    24     dll_uid = 0x10282FFE;
       
    25 	
       
    26     interfaces =
       
    27 		{
       
    28 		INTERFACE_INFO 
       
    29 		    {
       
    30 			interface_uid = 0x10282300;
       
    31 			
       
    32 			implementations =
       
    33 			    {
       
    34 				IMPLEMENTATION_INFO
       
    35 				    {
       
    36 					implementation_uid = 0x10283002;
       
    37 					version_no = 1;
       
    38 					display_name = "NetCfgExt Config Loader";
       
    39 					default_data = "NetCfgExtCfgLdr";
       
    40 					opaque_data = "";
       
    41 					}
       
    42 				};
       
    43 			},
       
    44 		
       
    45 		INTERFACE_INFO
       
    46             {
       
    47 			interface_uid =  0x10204301;
       
    48 			implementations = 
       
    49 			    {
       
    50 				IMPLEMENTATION_INFO
       
    51 				    {
       
    52 					implementation_uid = 0x10283001;
       
    53 					version_no = 1;
       
    54 					display_name = "NetCfgExt Sub Connection Provider Factory";
       
    55 					default_data = "NetCfgExtSCprFactory";
       
    56 					opaque_data = "";
       
    57 					}
       
    58 				};
       
    59 			}
       
    60 		};
       
    61     }