First public contribution.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Registration data for a CExample Interface Implementation Collection.
20 #include <ecom/registryinfo.rh>
21 #include "ct/interfaceuid.hrh"
22 RESOURCE REGISTRY_INFO theInfo
29 interface_uid = CT_INTERFACE_UID;
32 BINARY_IMPLEMENTATION_INFO
34 implementation_uid = 0x101f4e4f;
36 display_name = "Test Token Type 1";
37 default_data = {0x50, 0x4e, 0x1f, 0x10};
40 BINARY_IMPLEMENTATION_INFO
42 implementation_uid = 0x101f4e53;
44 display_name = "Test Token Type 2";
45 default_data = {0x51, 0x4e, 0x1f, 0x10};
48 BINARY_IMPLEMENTATION_INFO
50 implementation_uid = 0x101f4e54;
52 display_name = "Test Token Type 3";
53 default_data = {0x52, 0x4e, 0x1f, 0x10};
56 BINARY_IMPLEMENTATION_INFO
58 implementation_uid = 0x101f4e55;
60 display_name = "Test Token Type 4";
61 default_data = {0x51, 0x4e, 0x1f, 0x10,
62 0x50, 0x4e, 0x1f, 0x10};
65 BINARY_IMPLEMENTATION_INFO
67 implementation_uid = 0x101f4e4d;
69 display_name = "Test Token Type 5";
70 default_data = {0x52, 0x4e, 0x1f, 0x10,
71 0x50, 0x4e, 0x1f, 0x10};
74 BINARY_IMPLEMENTATION_INFO
76 implementation_uid = 0x101f4e4c;
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};