sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
* Registration data for a CExample Interface Implementation Collection.
|
sl@0
|
16 |
*
|
sl@0
|
17 |
*/
|
sl@0
|
18 |
|
sl@0
|
19 |
|
sl@0
|
20 |
#include <ecom/registryinfo.rh>
|
sl@0
|
21 |
#include "ct/interfaceuid.hrh"
|
sl@0
|
22 |
RESOURCE REGISTRY_INFO theInfo
|
sl@0
|
23 |
{
|
sl@0
|
24 |
dll_uid = 0x101F4E4e;
|
sl@0
|
25 |
interfaces =
|
sl@0
|
26 |
{
|
sl@0
|
27 |
INTERFACE_INFO
|
sl@0
|
28 |
{
|
sl@0
|
29 |
interface_uid = CT_INTERFACE_UID;
|
sl@0
|
30 |
implementations =
|
sl@0
|
31 |
{
|
sl@0
|
32 |
BINARY_IMPLEMENTATION_INFO
|
sl@0
|
33 |
{
|
sl@0
|
34 |
implementation_uid = 0x101f4e4f;
|
sl@0
|
35 |
version_no = 1;
|
sl@0
|
36 |
display_name = "Test Token Type 1";
|
sl@0
|
37 |
default_data = {0x50, 0x4e, 0x1f, 0x10};
|
sl@0
|
38 |
opaque_data = {0};
|
sl@0
|
39 |
},
|
sl@0
|
40 |
BINARY_IMPLEMENTATION_INFO
|
sl@0
|
41 |
{
|
sl@0
|
42 |
implementation_uid = 0x101f4e53;
|
sl@0
|
43 |
version_no = 1;
|
sl@0
|
44 |
display_name = "Test Token Type 2";
|
sl@0
|
45 |
default_data = {0x51, 0x4e, 0x1f, 0x10};
|
sl@0
|
46 |
opaque_data = {0};
|
sl@0
|
47 |
},
|
sl@0
|
48 |
BINARY_IMPLEMENTATION_INFO
|
sl@0
|
49 |
{
|
sl@0
|
50 |
implementation_uid = 0x101f4e54;
|
sl@0
|
51 |
version_no = 1;
|
sl@0
|
52 |
display_name = "Test Token Type 3";
|
sl@0
|
53 |
default_data = {0x52, 0x4e, 0x1f, 0x10};
|
sl@0
|
54 |
opaque_data = {0};
|
sl@0
|
55 |
},
|
sl@0
|
56 |
BINARY_IMPLEMENTATION_INFO
|
sl@0
|
57 |
{
|
sl@0
|
58 |
implementation_uid = 0x101f4e55;
|
sl@0
|
59 |
version_no = 1;
|
sl@0
|
60 |
display_name = "Test Token Type 4";
|
sl@0
|
61 |
default_data = {0x51, 0x4e, 0x1f, 0x10,
|
sl@0
|
62 |
0x50, 0x4e, 0x1f, 0x10};
|
sl@0
|
63 |
opaque_data = {0};
|
sl@0
|
64 |
},
|
sl@0
|
65 |
BINARY_IMPLEMENTATION_INFO
|
sl@0
|
66 |
{
|
sl@0
|
67 |
implementation_uid = 0x101f4e4d;
|
sl@0
|
68 |
version_no = 1;
|
sl@0
|
69 |
display_name = "Test Token Type 5";
|
sl@0
|
70 |
default_data = {0x52, 0x4e, 0x1f, 0x10,
|
sl@0
|
71 |
0x50, 0x4e, 0x1f, 0x10};
|
sl@0
|
72 |
opaque_data = {0};
|
sl@0
|
73 |
},
|
sl@0
|
74 |
BINARY_IMPLEMENTATION_INFO
|
sl@0
|
75 |
{
|
sl@0
|
76 |
implementation_uid = 0x101f4e4c;
|
sl@0
|
77 |
version_no = 1;
|
sl@0
|
78 |
display_name = "Test Token Type 6";
|
sl@0
|
79 |
default_data = {0x50, 0x4e, 0x1f, 0x10,
|
sl@0
|
80 |
0x51, 0x4e, 0x1f, 0x10,
|
sl@0
|
81 |
0x52, 0x4e, 0x1f, 0x10};
|
sl@0
|
82 |
opaque_data = { 0x4b, 0x4e, 0x1f, 0x10, // attr 2 UID
|
sl@0
|
83 |
0x02, 0x00, 0x00, 0x00, // attr 2 value
|
sl@0
|
84 |
0x4a, 0x4e, 0x1f, 0x10, // attr 1 UID
|
sl@0
|
85 |
0x01, 0x00, 0x00, 0x00};// attr 1 value};
|
sl@0
|
86 |
}
|
sl@0
|
87 |
|
sl@0
|
88 |
};
|
sl@0
|
89 |
}
|
sl@0
|
90 |
};
|
sl@0
|
91 |
}
|