sipplugins/sippwlanplugin/data/102010DA.rss
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  ECom interface resource file
       
    15 *
       
    16 */
       
    17 
       
    18 #include "registryinfov2.rh"
       
    19 
       
    20 RESOURCE REGISTRY_INFO theInfo
       
    21 	{
       
    22 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    23 	// UID for the DLL
       
    24 	dll_uid = 0x102010DA;
       
    25 	// Declare array of interface info
       
    26 	interfaces = 
       
    27 		{
       
    28 		INTERFACE_INFO
       
    29 			{
       
    30 			// UID of interface that is implemented
       
    31 			interface_uid = 0x102010D8;
       
    32 			implementations = 
       
    33 				{
       
    34 				IMPLEMENTATION_INFO
       
    35 					{
       
    36 					implementation_uid = 0x102010DA;
       
    37 					version_no = 1;
       
    38 					// This must map to the "IAP\IAPServiceType" field in CommDb
       
    39 					default_data = "LANService";
       
    40 					rom_only = 1;
       
    41 					}
       
    42 				};
       
    43 			}
       
    44 		};
       
    45 	}