equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004-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 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET tsisocsp.exe |
|
24 |
|
25 UID 0xFFFFFFFF |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 TARGETTYPE exe |
|
29 |
|
30 Capability ALL |
|
31 |
|
32 SOURCE e32main.cpp |
|
33 SOURCE tsisocspserver.cpp |
|
34 |
|
35 USERINCLUDE ../../inc |
|
36 USERINCLUDE ../../inc/swi |
|
37 USERINCLUDE steps/ . |
|
38 |
|
39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
41 |
|
42 LIBRARY securitymanager.lib |
|
43 LIBRARY euser.lib |
|
44 LIBRARY efsrv.lib estor.lib |
|
45 LIBRARY siscontroller.lib |
|
46 LIBRARY x500.lib |
|
47 LIBRARY pkixcertbase.lib |
|
48 LIBRARY swidataprovider.lib |
|
49 #ifdef __SWI_LOGGING__ |
|
50 LIBRARY flogger.lib // Logging & tracing support -- To use define __SWI_LOGGING__ in the .hrh file |
|
51 #endif |
|
52 SMPSAFE |