sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2005-2010 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 |
* Exports two header files
|
sl@0
|
16 |
*
|
sl@0
|
17 |
*/
|
sl@0
|
18 |
|
sl@0
|
19 |
|
sl@0
|
20 |
/**
|
sl@0
|
21 |
@file
|
sl@0
|
22 |
*/
|
sl@0
|
23 |
|
sl@0
|
24 |
PRJ_PLATFORMS
|
sl@0
|
25 |
DEFAULT
|
sl@0
|
26 |
|
sl@0
|
27 |
PRJ_EXPORTS
|
sl@0
|
28 |
../inc/euserext.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(euserext.h)
|
sl@0
|
29 |
../inc/miscutil.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(miscutil.h)
|
sl@0
|
30 |
../inc/callbacktimer.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(callbacktimer.h)
|
sl@0
|
31 |
../inc/secsettingsclient.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(secsettings/secsettingsclient.h)
|
sl@0
|
32 |
|
sl@0
|
33 |
../inc/securityerr.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(securityerr.h)
|
sl@0
|
34 |
// ROMKIT includes
|
sl@0
|
35 |
../inc/secutil.iby /epoc32/rom/include/secutil.iby
|
sl@0
|
36 |
../inc/sectcbutil.iby /epoc32/rom/include/sectcbutil.iby
|
sl@0
|
37 |
../inc/secsettings.iby /epoc32/rom/include/secsettings.iby
|
sl@0
|
38 |
|
sl@0
|
39 |
|
sl@0
|
40 |
PRJ_TESTEXPORTS
|
sl@0
|
41 |
|
sl@0
|
42 |
// trecog cert exports
|
sl@0
|
43 |
../test/trecog/scripts/trecogcert.ini /epoc32/winscw/c/trecog/trecogcert.ini
|
sl@0
|
44 |
../test/trecog/scripts/trecogcert.script /epoc32/winscw/c/trecog/trecogcert.script
|
sl@0
|
45 |
|
sl@0
|
46 |
|
sl@0
|
47 |
// trecog java exports
|
sl@0
|
48 |
|
sl@0
|
49 |
../test/trecog/scripts/trecogpkcs12.ini /epoc32/winscw/c/trecog/trecogpkcs12.ini
|
sl@0
|
50 |
../test/trecog/scripts/trecogpkcs12.script /epoc32/winscw/c/trecog/trecogpkcs12.script
|
sl@0
|
51 |
../test/trecog/data/pkcs12simple.p12 /epoc32/winscw/c/trecog/pkcs12simple.p12
|
sl@0
|
52 |
../test/trecog/data/pkcs12simple.p12 /epoc32/winscw/c/trecog/pkcs12simple.pfx
|
sl@0
|
53 |
../test/trecog/data/pkcs12simple.p12 /epoc32/winscw/c/trecog/pkcs12simple.xyz
|
sl@0
|
54 |
../test/trecog/data/root5ca_key.pk8 /epoc32/winscw/c/trecog/root5ca_key.pk8
|
sl@0
|
55 |
../test/trecog/data/small.txt /epoc32/winscw/c/trecog/small.txt
|
sl@0
|
56 |
|
sl@0
|
57 |
|
sl@0
|
58 |
|
sl@0
|
59 |
// ROM test iby
|
sl@0
|
60 |
../inc/secutiltests.iby /epoc32/rom/include/secutiltests.iby
|
sl@0
|
61 |
|
sl@0
|
62 |
PRJ_MMPFILES
|
sl@0
|
63 |
#ifndef TOOLS
|
sl@0
|
64 |
#ifndef TOOLS2
|
sl@0
|
65 |
secutil.mmp
|
sl@0
|
66 |
sectcbutil.mmp
|
sl@0
|
67 |
SecSettingsserver.mmp
|
sl@0
|
68 |
SecSettingsclient.mmp
|
sl@0
|
69 |
#endif //TOOLS2
|
sl@0
|
70 |
#endif //TOOLS
|
sl@0
|
71 |
|
sl@0
|
72 |
PRJ_TESTMMPFILES
|
sl@0
|
73 |
../test/trecog/trecog.mmp
|
sl@0
|
74 |
|
sl@0
|
75 |
|