multimediacommsengine/mmcefloorctrlplugin/data/102010E3.rss
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2005-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 FCPlugIn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include "../../../inc/ipappsrvversionnumbers.h"
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // 102010E3.RSS
       
    25 // The resource for FCPlugIn
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29 	{
       
    30 	// UID for the DLL
       
    31 	dll_uid = 0x102010E3;
       
    32 	// Declare array of interface info
       
    33 	interfaces = 
       
    34 		{
       
    35 		INTERFACE_INFO
       
    36 			{
       
    37 			// UID of interface that is implemented
       
    38 			interface_uid = 0x102010E2;
       
    39 			implementations = 
       
    40 				{
       
    41 				// Info for CTBCPFloorControlImpl
       
    42 				IMPLEMENTATION_INFO
       
    43 					{
       
    44 					implementation_uid = 0x102010E3;
       
    45 					version_no = KIpappsrvEcomVersionNumber;
       
    46 					display_name = "TBCP";
       
    47 					default_data = "TBCP";
       
    48 					opaque_data = "some extra data";
       
    49 					}
       
    50 				};
       
    51 			}
       
    52 		};
       
    53 	}
       
    54