|
1 /* |
|
2 * Copyright (c) 2003-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 * 0x102077C2.RSS |
|
16 * Registration data for a MCTCertStore and MCTWritableCertStore implementation |
|
17 * This is the equivalent software implementation of tDeviceImmutablestores.dll |
|
18 * implementation. |
|
19 * |
|
20 */ |
|
21 |
|
22 |
|
23 #include "cryptotokenregistryinfo.rh" |
|
24 RESOURCE REGISTRY_INFO theInfo |
|
25 { |
|
26 dll_uid = 0x102077C2; |
|
27 interfaces = |
|
28 { |
|
29 INTERFACE_INFO |
|
30 { |
|
31 interface_uid = CT_INTERFACE_UID; |
|
32 implementations = |
|
33 { |
|
34 BINARY_IMPLEMENTATION_INFO |
|
35 { |
|
36 implementation_uid = 0x102077C3; |
|
37 version_no = 1; |
|
38 display_name = "Test On-Device Immutable CertStore"; |
|
39 default_data = { 0xFA, 0x20, 0x20, 0x10, |
|
40 0xFB, 0x20, 0x20, 0x10 }; |
|
41 opaque_data = { CT_SOFTWARE, CT_SW_MANUFACTURE, |
|
42 CT_REMOVABLE, CT_FALSE, |
|
43 CT_ACCESS_CONTROLLED, CT_FALSE, |
|
44 CT_MAX_TOKEN_COUNT, CT_NUM8(2), |
|
45 CT_MIN_TOKEN_COUNT, CT_NUM8(2)}; |
|
46 } |
|
47 }; |
|
48 } |
|
49 }; |
|
50 } |