|
1 /* |
|
2 * Copyright (c) 2005-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 mmsapplicationadapter.dll. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET mmsappadapter.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x101FB0E8 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 VERSION 10.0 |
|
29 PAGED |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE mmsapplicationadapter.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../inc |
|
36 USERINCLUDE ../../mmsserversettings/inc |
|
37 USERINCLUDE ../../mmsmessage/inc |
|
38 USERINCLUDE ../../mmsconninit/inc |
|
39 |
|
40 SYSTEMINCLUDE ../../../inc |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY msgs.lib |
|
45 LIBRARY mmsserversettings.lib |
|
46 LIBRARY mmsmessage.lib |
|
47 LIBRARY mmsgenutils.lib |
|
48 LIBRARY mmsconninit.lib |
|
49 |
|
50 |
|
51 |
|
52 #if defined(ARMCC) |
|
53 deffile ../eabi/mmsapplicationadapter.def |
|
54 //#elif defined( WINSCW ) |
|
55 //deffile ../bwinscw/mmsapplicationadapter.def |
|
56 #elif defined( WINS ) |
|
57 deffile ../bwins/mmsapplicationadapter.def |
|
58 #elif defined( MARM ) |
|
59 deffile ../bmarm/mmsapplicationadapter.def |
|
60 #endif |