sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 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 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
|
sl@0
|
18 |
|
sl@0
|
19 |
#ifndef __CERTMAN_TEST_IBY__
|
sl@0
|
20 |
#define __CERTMAN_TEST_IBY__
|
sl@0
|
21 |
|
sl@0
|
22 |
REM Certificate management libraries
|
sl@0
|
23 |
|
sl@0
|
24 |
file=ABI_DIR\BUILD_DIR\tcertcommon.dll System\bin\tcertcommon.dll
|
sl@0
|
25 |
|
sl@0
|
26 |
file=ABI_DIR\BUILD_DIR\T_CERTSTORE.EXE system\bin\T_CERTSTORE.EXE
|
sl@0
|
27 |
|
sl@0
|
28 |
data=\epoc32\winscw\c\unifiedcertstore2\CAW1.cer test_data\unifiedcertstore2\CAW1.cer
|
sl@0
|
29 |
data=\epoc32\winscw\c\unifiedcertstore2\CAW2.cer test_data\unifiedcertstore2\CAW2.cer
|
sl@0
|
30 |
data=\epoc32\winscw\c\unifiedcertstore2\CAW3.cer test_data\unifiedcertstore2\CAW3.cer
|
sl@0
|
31 |
data=\epoc32\winscw\c\unifiedcertstore2\CAX1.cer test_data\unifiedcertstore2\CAX1.cer
|
sl@0
|
32 |
data=\epoc32\winscw\c\unifiedcertstore2\CAX2.cer test_data\unifiedcertstore2\CAX2.cer
|
sl@0
|
33 |
data=\epoc32\winscw\c\unifiedcertstore2\CAX3.cer test_data\unifiedcertstore2\CAX3.cer
|
sl@0
|
34 |
data=\epoc32\winscw\c\unifiedcertstore2\U1K1.crt test_data\unifiedcertstore2\U1K1.crt
|
sl@0
|
35 |
data=\epoc32\winscw\c\unifiedcertstore2\U2K1.crt test_data\unifiedcertstore2\U2K1.crt
|
sl@0
|
36 |
data=\epoc32\winscw\c\unifiedcertstore2\U3K2.cer test_data\unifiedcertstore2\U3K2.cer
|
sl@0
|
37 |
data=\epoc32\winscw\c\unifiedcertstore2\U4K3.crt test_data\unifiedcertstore2\U4K3.crt
|
sl@0
|
38 |
data=\epoc32\winscw\c\unifiedcertstore2\U5K3.crt test_data\unifiedcertstore2\U5K3.crt
|
sl@0
|
39 |
data=\epoc32\winscw\c\unifiedcertstore2\U6K5.crt test_data\unifiedcertstore2\U6K5.crt
|
sl@0
|
40 |
data=\epoc32\winscw\c\unifiedcertstore2\URL1K1.cer test_data\unifiedcertstore2\URL1K1.cer
|
sl@0
|
41 |
data=\epoc32\winscw\c\unifiedcertstore2\URL2K2.cer test_data\unifiedcertstore2\URL2K2.cer
|
sl@0
|
42 |
data=\epoc32\winscw\c\unifiedcertstore2\URL3K5.cer test_data\unifiedcertstore2\URL3K5.cer
|
sl@0
|
43 |
|
sl@0
|
44 |
data=CSYSTEM\data\wapstore\items\wtls\CACertificates\00 test_data\wapstore\items\wtls\CACertificates\00
|
sl@0
|
45 |
data=CSYSTEM\data\wapstore\items\wtls\CACertificates\01 test_data\wapstore\items\wtls\CACertificates\01
|
sl@0
|
46 |
data=CSYSTEM\data\wapstore\items\wtls\CACertificates\02 test_data\wapstore\items\wtls\CACertificates\02
|
sl@0
|
47 |
|
sl@0
|
48 |
data=CSYSTEM\data\certstores\test1certstore.dat test_data\certstores\test1certstore.dat
|
sl@0
|
49 |
data=CSYSTEM\data\certstores\test2certstore.dat test_data\certstores\test2certstore.dat
|
sl@0
|
50 |
|
sl@0
|
51 |
#endif
|