|
1 /* |
|
2 * Copyright (c) 2002-2006 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 "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 * This is project specification file for the mmscli.dll. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET mmscli.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x10003C5F 0x100058DC |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 VERSION 10.0 |
|
29 PAGED |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE mmsclient.cpp |
|
33 SOURCE mmsnotificationclient.cpp |
|
34 SOURCE mmssendmessageoperation.cpp |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../../inc |
|
38 USERINCLUDE ../../mmsserversettings/inc |
|
39 USERINCLUDE ../../mmsmessage/inc |
|
40 |
|
41 SYSTEMINCLUDE ../../../inc |
|
42 APP_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY msgs.lib |
|
46 LIBRARY estor.lib |
|
47 LIBRARY mmsserversettings.lib |
|
48 LIBRARY mmsmessage.lib |
|
49 LIBRARY mmsgenutils.lib |
|
50 LIBRARY bafl.lib |
|
51 LIBRARY efsrv.lib |
|
52 LIBRARY charconv.lib |
|
53 LIBRARY msgcommonutils.lib |
|
54 |
|
55 // manual fetching modes |
|
56 MACRO _MANUAL_MODES_ |
|
57 |
|
58 // remove comments from this macro if no logging wanted |
|
59 MACRO _NO_MMSC_LOGGING_ |
|
60 |
|
61 #if defined(ARMCC) |
|
62 deffile ../eabi/mmscli.def |
|
63 //#elif defined( WINSCW ) |
|
64 //deffile ../bwinscw/mmscli.def |
|
65 #elif defined( WINS ) |
|
66 deffile ../bwins/wins.def |
|
67 #elif defined( MARM ) |
|
68 deffile ../bmarm/marm.def |
|
69 #endif |