authenticationservices/authenticationserver/test/tAuthSvr/tpostmarketplugins/testdata/1023F3F4.rss
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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 the License "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 * Dummy registry file for tpostmarketramplugin implementation.
       
    16 * UIDs quick-ref
       
    17 * ECOM DLL UID:			0x1023F3F4 
       
    18 * ECOM interface UID:		0x102740FE 
       
    19 * ECOM Implementation:		0x10234100
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 #include <ecom/registryinfov2.rh>
       
    25 
       
    26 RESOURCE REGISTRY_INFO r_registry
       
    27 {
       
    28 	dll_uid = 0x1023F3F4;
       
    29 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    30 	interfaces =
       
    31 	{
       
    32 		INTERFACE_INFO
       
    33 		{ 
       
    34 		interface_uid = 0x102740FE;	// Const for all data recognisers
       
    35 		implementations = 
       
    36 			{
       
    37 			IMPLEMENTATION_INFO
       
    38 				{
       
    39 				implementation_uid = 0x10234100;
       
    40 				version_no = 1;
       
    41 				display_name = "PostMarketTestRAMPlugin";
       
    42 				default_data = "10234100";
       
    43 				opaque_data = "";
       
    44 				rom_only=0;
       
    45 				}
       
    46 			};
       
    47 		}
       
    48 	};
       
    49 }
       
    50