equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-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 * secutil.dll Common security utilities |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 /** |
|
23 @file |
|
24 */ |
|
25 |
|
26 OPTION CW -w off |
|
27 |
|
28 TARGET secutil.dll |
|
29 CAPABILITY All -Tcb |
|
30 TARGETTYPE DLL |
|
31 |
|
32 // UID KUIDSecUtilDLL (270545384 - 0x102031E8) |
|
33 UID 0x1000008d 0x102031E8 |
|
34 VENDORID 0x70000001 |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 SYSTEMINCLUDE /epoc32/include |
|
38 |
|
39 SOURCEPATH ../source/secutil |
|
40 SOURCE e32dll.cpp |
|
41 SOURCE ExplicitHTTPSession.cpp |
|
42 SOURCE base64.cpp |
|
43 SOURCE callbacktimer.cpp |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY http.lib inetprotutil.lib bafl.lib |
|
47 LIBRARY esock.lib commdb.lib |
|
48 LIBRARY commsdat.lib |