equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 // ctframework.mmp |
|
18 |
|
19 /** |
|
20 @file |
|
21 |
|
22 @SYMPurpose ctframework.dll Crypto token framework |
|
23 */ |
|
24 |
|
25 OPTION CW -w off |
|
26 TARGET ctframework.dll |
|
27 |
|
28 CAPABILITY All |
|
29 |
|
30 TARGETTYPE dll |
|
31 |
|
32 UID 0x1000008d 0x101F4E47 |
|
33 VENDORID 0x70000001 |
|
34 |
|
35 |
|
36 DEFFILE CTFRAMEWORK_V2.def |
|
37 |
|
38 SYSTEMINCLUDE /epoc32/include |
|
39 |
|
40 SOURCEPATH ../source/ctframework |
|
41 SOURCE MCTToken.cpp |
|
42 SOURCE MCTTokenInterface.cpp |
|
43 SOURCE MCTTokenObject.cpp |
|
44 SOURCE CCTTokenType.cpp |
|
45 SOURCE Cctcertinfo.cpp |
|
46 SOURCE Ccertattributefilter.cpp |
|
47 SOURCE Tcttokenobjecthandle.cpp |
|
48 SOURCE Tcttokenhandle.cpp |
|
49 SOURCE SecurityDialog.cpp |
|
50 SOURCE MCTKeyStore.cpp |
|
51 SOURCE KeyUsage.cpp |
|
52 SOURCE certificateapps.cpp |
|
53 SOURCE CTLogger.cpp |
|
54 |
|
55 LIBRARY euser.lib estor.lib |
|
56 #ifdef __CT_LOGGING__ |
|
57 DEBUGLIBRARY EFSRV.LIB |
|
58 #endif |
|
59 |