cryptomgmtlibs/cryptotokenfw/tframework/101F4E4E.rss
author andy simpson <andrews@symbian.org>
Fri, 08 Jan 2010 16:25:14 +0000
changeset 32 ba2bce746d00
parent 8 35751d3474b7
permissions -rw-r--r--
Added tag PDK_3.0.e for changeset c0e7917aa107

/*
* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* Registration data for a CExample Interface Implementation Collection.
*
*/


#include <ecom/registryinfo.rh>
#include "ct/interfaceuid.hrh"
RESOURCE REGISTRY_INFO theInfo
	{
	dll_uid = 0x101F4E4e;
	interfaces = 
		{
		INTERFACE_INFO
			{
			interface_uid = CT_INTERFACE_UID;
			implementations = 
				{
				BINARY_IMPLEMENTATION_INFO
					{
					implementation_uid = 0x101f4e4f;
					version_no = 1;
					display_name = "Test Token Type 1";
					default_data = {0x50, 0x4e, 0x1f, 0x10};
					opaque_data = {0};
					},
				BINARY_IMPLEMENTATION_INFO
					{
					implementation_uid = 0x101f4e53;
					version_no = 1;
					display_name = "Test Token Type 2";
					default_data = {0x51, 0x4e, 0x1f, 0x10};
					opaque_data = {0};
					},
				BINARY_IMPLEMENTATION_INFO
					{
					implementation_uid = 0x101f4e54;
					version_no = 1;
					display_name = "Test Token Type 3";
					default_data = {0x52, 0x4e, 0x1f, 0x10};
					opaque_data = {0};
					},
				BINARY_IMPLEMENTATION_INFO
					{
					implementation_uid = 0x101f4e55;
					version_no = 1;
					display_name = "Test Token Type 4";
					default_data = {0x51, 0x4e, 0x1f, 0x10,
									0x50, 0x4e, 0x1f, 0x10};
					opaque_data = {0};
					},
				BINARY_IMPLEMENTATION_INFO
					{
					implementation_uid = 0x101f4e4d;
					version_no = 1;
					display_name = "Test Token Type 5";
					default_data = {0x52, 0x4e, 0x1f, 0x10,
									0x50, 0x4e, 0x1f, 0x10};
					opaque_data = {0};
					},
				BINARY_IMPLEMENTATION_INFO
					{
					implementation_uid = 0x101f4e4c;
					version_no = 1;
					display_name = "Test Token Type 6";
					default_data = {0x50, 0x4e, 0x1f, 0x10,
									0x51, 0x4e, 0x1f, 0x10,
									0x52, 0x4e, 0x1f, 0x10};
					opaque_data = {	0x4b, 0x4e, 0x1f, 0x10, // attr 2 UID
									0x02, 0x00, 0x00, 0x00, // attr 2 value
									0x4a, 0x4e, 0x1f, 0x10, // attr 1 UID
									0x01, 0x00, 0x00, 0x00};// attr 1 value};
					}

				};
			}
		};
	}