equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003-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 * Marshalling code shared between client and server |
|
16 * fstokenshared.dll Marshalling code shared between client and server |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 /** |
|
24 @file |
|
25 */ |
|
26 |
|
27 CAPABILITY All -TCB |
|
28 |
|
29 target fstokenshared.dll |
|
30 TARGETTYPE dll |
|
31 |
|
32 UID 0x1000008d 0x101FF731 |
|
33 VENDORID 0x70000001 |
|
34 |
|
35 DEFFILE fstokenshared_v2.def |
|
36 |
|
37 systeminclude /epoc32/include |
|
38 USERINCLUDE ../../../crypto/weakcrypto/inc |
|
39 USERINCLUDE ../Inc |
|
40 |
|
41 |
|
42 sourcepath ../source/shared |
|
43 source TokenDataMarshaller.cpp |
|
44 source CKeyInfo.cpp |
|
45 source DHParams.cpp |
|
46 source NullStream.cpp |
|
47 source CCertInfo.cpp |
|
48 |
|
49 |
|
50 sourcepath ../source/generic/common |
|
51 source dllentry.cpp |
|
52 |
|
53 library euser.lib estor.lib |
|
54 library ctframework.lib cryptography.lib |