equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-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 * |
|
16 */ |
|
17 |
|
18 |
|
19 TARGET certapp.exe |
|
20 TARGETTYPE exe |
|
21 |
|
22 SOURCEPATH ../utils |
|
23 SOURCE logger.cpp |
|
24 SOURCE stringconv.cpp |
|
25 SOURCE utils.cpp |
|
26 SOURCE openssl_license.cpp |
|
27 SOURCE filestream.cpp |
|
28 |
|
29 SOURCEPATH ../store-- |
|
30 SOURCE e32base.cpp |
|
31 SOURCE e32cons.cpp |
|
32 SOURCE s32buf.cpp |
|
33 SOURCE s32file.cpp |
|
34 SOURCE us_func.cpp |
|
35 SOURCE us_ucmp.cpp |
|
36 SOURCE utf.cpp |
|
37 |
|
38 SOURCEPATH ../encdec |
|
39 SOURCE certclients.cpp |
|
40 SOURCE filecertstore.cpp |
|
41 SOURCE swicertstore.cpp |
|
42 SOURCE certinfo.cpp |
|
43 SOURCE encdec.cpp |
|
44 SOURCE appuidmap.cpp |
|
45 SOURCE x509utils.cpp |
|
46 SOURCE capabilityset.cpp |
|
47 |
|
48 SOURCEPATH .. |
|
49 SOURCE certapp.cpp |
|
50 |
|
51 USERINCLUDE .. ../utils ../store-- ../encdec |
|
52 |
|
53 SYSTEMINCLUDE ../store-- |
|
54 |
|
55 SYSTEMINCLUDE /epoc32/include/tools |
|
56 SYSTEMINCLUDE ../../../../../../mw/appinstall/secureswitools/openssllib/import/inc/openssl |
|
57 SYSTEMINCLUDE ../../../../../../mw/appinstall/secureswitools/openssllib/import/inc |
|
58 |
|
59 #ifndef TOOLS2_LINUX |
|
60 STATICLIBRARY eay32 zlib |
|
61 #else |
|
62 STATICLIBRARY crypto zlib |
|
63 #endif |
|
64 |
|
65 MACRO _UNICODE UNICODE |