srsf/vcommandexecutorbearer/group/10281c7e.rss
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 1020 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include "nssvcexecutorbearer.hrh"
       
    22  
       
    23 //  RESOURCE DEFINITIONS 
       
    24 // -----------------------------------------------------------------------------
       
    25 //   
       
    26 // REGISTRY_INFO theInfo
       
    27 // Information needed for Ecom Plugin
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32 	{
       
    33 	dll_uid = NssVCExecutorBearerPluginDllUid;
       
    34 	interfaces =
       
    35 		{
       
    36 		INTERFACE_INFO
       
    37 			{
       
    38 			interface_uid = NssVCExecutorBearerPluginInterfaceUid;
       
    39 			implementations =
       
    40 				{
       
    41 				IMPLEMENTATION_INFO
       
    42 					{
       
    43 					implementation_uid = NssVCExecutorBearerPluginImplementationUid;
       
    44 					version_no = 1;
       
    45 					display_name = "NssVCExecutorBearer";
       
    46 					default_data = "";
       
    47 					opaque_data = "";
       
    48 					}
       
    49 				};
       
    50 			}
       
    51 		};
       
    52 	}
       
    53 
       
    54 //
       
    55 // End of file