|
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // iacp.dll BIO Internet Access Configuration parser (email settings and internet settings) |
|
15 // iacp.rsc BIO Internet Access Configuration resource file |
|
16 // iacp.mbm BIO Internet Access Configuration bitmap for UI |
|
17 // |
|
18 // |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 |
|
25 TARGET iacp.dll |
|
26 |
|
27 |
|
28 TARGETTYPE dll |
|
29 |
|
30 CAPABILITY All -TCB |
|
31 |
|
32 UID 0x10001251 0x10005269 |
|
33 VENDORID 0x70000001 |
|
34 |
|
35 SOURCEPATH ../../IACPSRC |
|
36 USERINCLUDE ../../IACPINC |
|
37 USERINCLUDE ../../BIUTINC |
|
38 // MW_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has a dependency smtpset.h in the APP layer. |
|
39 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
|
41 SOURCE IACPDLL.CPP IACP.CPP IMP.CPP ISPP.CPP ISSP.CPP TVMP.CPP SMSP.CPP gprsp.cpp wwwp.CPP |
|
42 |
|
43 LIBRARY euser.lib imcm.lib msgs.lib smcm.lib biut.lib efsrv.lib |
|
44 LIBRARY commsdat.lib |
|
45 #ifdef SYMBIAN_BOOKMARK_DATABASE |
|
46 LIBRARY bookmarkdb.lib |
|
47 #endif // SYMBIAN_BOOKMARK_DATABASE |
|
48 |
|
49 START RESOURCE ../iacpbif/iacp.rss |
|
50 TARGETPATH resource/messaging/bif |
|
51 LANG SC |
|
52 END |
|
53 START BITMAP iacp.mbm |
|
54 TARGETPATH resource/messaging/bif |
|
55 SOURCEPATH ../../iacpbif |
|
56 SOURCE 2 iacp0.bmp |
|
57 END |
|
58 |
|
59 DEFFILE iacp.def |
|
60 |
|
61 SMPSAFE |