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 |
// Temporary iby file which contains crypto dependencies for the tests in the
|
sl@0
|
19 |
// MCS ROM. Without these, a few tests fail (DEF109635)
|
sl@0
|
20 |
|
sl@0
|
21 |
#include "crypto.iby"
|
sl@0
|
22 |
#include "pbetests.iby"
|
sl@0
|
23 |
#include "pkcs5kdftests.iby"
|
sl@0
|
24 |
#include "paddingtests.iby"
|
sl@0
|
25 |
#ifdef SYMBIAN_CRYPTOSPI
|
sl@0
|
26 |
#include "tcryptospi.iby"
|
sl@0
|
27 |
|
sl@0
|
28 |
// conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation
|
sl@0
|
29 |
#ifdef _SERIAL_DOWNLOAD
|
sl@0
|
30 |
#include "cryptospi_testplugins.iby"
|
sl@0
|
31 |
|
sl@0
|
32 |
// Proof of concept KMS (Key Management Server)
|
sl@0
|
33 |
// Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
|
sl@0
|
34 |
|
sl@0
|
35 |
ROM_IMAGE[0] {
|
sl@0
|
36 |
extension[VARID]=KERNEL_DIR\BUILD_DIR\kmskext.dll \sys\bin\kmskext.dll
|
sl@0
|
37 |
device[VARID]=ABI_DIR\BUILD_DIR\kmslddk.ldd \sys\bin\kmslddk.ldd
|
sl@0
|
38 |
device[VARID]=ABI_DIR\BUILD_DIR\kmsextrlddk.ldd \sys\bin\kmsextrlddk.ldd
|
sl@0
|
39 |
}
|
sl@0
|
40 |
|
sl@0
|
41 |
file=ABI_DIR\BUILD_DIR\kmsldd.dll sys\bin\kmsldd.dll
|
sl@0
|
42 |
|
sl@0
|
43 |
file=ABI_DIR\BUILD_DIR\kmsextrldd.dll sys\bin\kmsextrldd.dll
|
sl@0
|
44 |
file=ABI_DIR\BUILD_DIR\kmslddtest.exe sys\bin\kmslddtest.exe
|
sl@0
|
45 |
data=ABI_DIR\BUILD_DIR\kmslddclient.exe sys\bin\kmslddclient.exe
|
sl@0
|
46 |
|
sl@0
|
47 |
file=ABI_DIR\BUILD_DIR\kmsserver.exe sys\bin\kmsserver.exe
|
sl@0
|
48 |
file=ABI_DIR\BUILD_DIR\kmsclient.dll sys\bin\kmsclient.dll
|
sl@0
|
49 |
|
sl@0
|
50 |
file=ABI_DIR\BUILD_DIR\kmstest.exe sys\bin\kmstest.exe
|
sl@0
|
51 |
#endif
|
sl@0
|
52 |
file=ABI_DIR\BUILD_DIR\tsymmetric.exe System\Programs\tsymmetric.exe
|
sl@0
|
53 |
file=ABI_DIR\BUILD_DIR\tasymmetric.exe System\Programs\tasymmetric.exe
|
sl@0
|
54 |
file=ABI_DIR\BUILD_DIR\tbigint.exe System\Programs\tbigint.exe
|
sl@0
|
55 |
#endif
|
sl@0
|
56 |
|