authenticationservices/authenticationserver/test/tauthplugins/10204f0e.rss
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2005-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 * 10274104.rss
       
    16 * UIDs quick-ref
       
    17 * ECOM DLL UID:			0x10204F0E 
       
    18 * ECOM interface UID:		0x12345678
       
    19 * ECOM Implementation:		0x102741040, 0x10274105
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 #include <ecom/registryinfov2.rh>
       
    25 
       
    26 RESOURCE REGISTRY_INFO r_registry
       
    27 {
       
    28 	dll_uid = 0x10204F0E;
       
    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 = 0x10274104;
       
    40 				version_no = 1;
       
    41 				display_name = "testplugin1";
       
    42 				default_data = "10274104";
       
    43 				opaque_data = "";
       
    44 				rom_only=0;
       
    45 				},
       
    46 			IMPLEMENTATION_INFO
       
    47 				{
       
    48 				implementation_uid = 0x10274105;
       
    49 				version_no = 1;
       
    50 				display_name = "BlockingPlugin";
       
    51 				default_data = "10274105";
       
    52 				opaque_data = "";
       
    53 				rom_only=1;
       
    54 				},
       
    55 			IMPLEMENTATION_INFO
       
    56 				{
       
    57 				implementation_uid = 0x10274106;
       
    58 				version_no = 1;
       
    59 				display_name = "InactivePlugin";
       
    60 				default_data = "10274106";
       
    61 				opaque_data = "";
       
    62 				rom_only=1;
       
    63 				},
       
    64 			IMPLEMENTATION_INFO
       
    65 				{
       
    66 				implementation_uid = 0x10274107;
       
    67 				version_no = 1;
       
    68 				display_name = "UnknownIdPlugin";
       
    69 				default_data = "10274107";
       
    70 				opaque_data = "";
       
    71 				rom_only=1;
       
    72 				}
       
    73 			};
       
    74 		}
       
    75 	};
       
    76 }