cryptomgmtlibs/cryptotokenfw/tframework/101F4E4E.rss
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 /*
       
     2 * Copyright (c) 1997-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 * Registration data for a CExample Interface Implementation Collection.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include "registryinfo.rh"
       
    21 #include "ct/interfaceuid.hrh"
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24 	dll_uid = 0x101F4E4e;
       
    25 	interfaces = 
       
    26 		{
       
    27 		INTERFACE_INFO
       
    28 			{
       
    29 			interface_uid = CT_INTERFACE_UID;
       
    30 			implementations = 
       
    31 				{
       
    32 				BINARY_IMPLEMENTATION_INFO
       
    33 					{
       
    34 					implementation_uid = 0x101f4e4f;
       
    35 					version_no = 1;
       
    36 					display_name = "Test Token Type 1";
       
    37 					default_data = {0x50, 0x4e, 0x1f, 0x10};
       
    38 					opaque_data = {0};
       
    39 					},
       
    40 				BINARY_IMPLEMENTATION_INFO
       
    41 					{
       
    42 					implementation_uid = 0x101f4e53;
       
    43 					version_no = 1;
       
    44 					display_name = "Test Token Type 2";
       
    45 					default_data = {0x51, 0x4e, 0x1f, 0x10};
       
    46 					opaque_data = {0};
       
    47 					},
       
    48 				BINARY_IMPLEMENTATION_INFO
       
    49 					{
       
    50 					implementation_uid = 0x101f4e54;
       
    51 					version_no = 1;
       
    52 					display_name = "Test Token Type 3";
       
    53 					default_data = {0x52, 0x4e, 0x1f, 0x10};
       
    54 					opaque_data = {0};
       
    55 					},
       
    56 				BINARY_IMPLEMENTATION_INFO
       
    57 					{
       
    58 					implementation_uid = 0x101f4e55;
       
    59 					version_no = 1;
       
    60 					display_name = "Test Token Type 4";
       
    61 					default_data = {0x51, 0x4e, 0x1f, 0x10,
       
    62 									0x50, 0x4e, 0x1f, 0x10};
       
    63 					opaque_data = {0};
       
    64 					},
       
    65 				BINARY_IMPLEMENTATION_INFO
       
    66 					{
       
    67 					implementation_uid = 0x101f4e4d;
       
    68 					version_no = 1;
       
    69 					display_name = "Test Token Type 5";
       
    70 					default_data = {0x52, 0x4e, 0x1f, 0x10,
       
    71 									0x50, 0x4e, 0x1f, 0x10};
       
    72 					opaque_data = {0};
       
    73 					},
       
    74 				BINARY_IMPLEMENTATION_INFO
       
    75 					{
       
    76 					implementation_uid = 0x101f4e4c;
       
    77 					version_no = 1;
       
    78 					display_name = "Test Token Type 6";
       
    79 					default_data = {0x50, 0x4e, 0x1f, 0x10,
       
    80 									0x51, 0x4e, 0x1f, 0x10,
       
    81 									0x52, 0x4e, 0x1f, 0x10};
       
    82 					opaque_data = {	0x4b, 0x4e, 0x1f, 0x10, // attr 2 UID
       
    83 									0x02, 0x00, 0x00, 0x00, // attr 2 value
       
    84 									0x4a, 0x4e, 0x1f, 0x10, // attr 1 UID
       
    85 									0x01, 0x00, 0x00, 0x00};// attr 1 value};
       
    86 					}
       
    87 
       
    88 				};
       
    89 			}
       
    90 		};
       
    91 	}