btobexprofiles/obexserviceman/obexservicemanclient/data/0x101F7C88.rss
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2006 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:  Resource definitions for project ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "registryinfov2.rh"
       
    20 #include "locodplugin.hrh"
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24     // resource_format_version must always be set as follows
       
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    26 	
       
    27 	// UID for the DLL
       
    28 	dll_uid = 0x20002776;
       
    29 	          
       
    30 	// Declare array of interface info
       
    31 	interfaces = 
       
    32 		{
       
    33 		INTERFACE_INFO
       
    34 			{
       
    35 			// UID of interface that is implemented
       
    36 			interface_uid = KLOCODSERVICEINTERFACEUID;
       
    37 			implementations = 
       
    38 				{
       
    39 				// Info for CDunPlugin
       
    40 				IMPLEMENTATION_INFO
       
    41 					{
       
    42 					implementation_uid = KFeatureIdSrcs ;
       
    43 					version_no = 1;
       
    44 					display_name = "ObexService Plugin";
       
    45 					default_data = "";
       
    46 					opaque_data = "";
       
    47 					
       
    48 					// This implementation CANNOT be overridden by a RAM-based plug-in
       
    49                     rom_only = 1;
       
    50 					}
       
    51 				};
       
    52 			}
       
    53 		};
       
    54 	}
       
    55