--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cryptomgmtlibs/cryptotokenfw/tframework/101F4E4E.rss Wed Jul 08 11:25:26 2009 +0100
@@ -0,0 +1,91 @@
+/*
+* 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 "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};
+ }
+
+ };
+ }
+ };
+ }