|
1 /* |
|
2 * Copyright (c) 2003 - 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: This is project specification file for the mmscodecclient.dll. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET mmscodecclient.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x101FB0BB |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 VERSION 10.0 |
|
28 PAGED |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE mmscodecclient.cpp |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../inc |
|
35 USERINCLUDE ../../mmscodec/inc |
|
36 USERINCLUDE ../../mmsserver/inc |
|
37 USERINCLUDE ../../mmsmessage/inc |
|
38 |
|
39 SYSTEMINCLUDE ../../../inc |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 |
|
43 LIBRARY mmscodec.lib |
|
44 LIBRARY euser.lib // CActive |
|
45 LIBRARY msgs.lib // Message server |
|
46 LIBRARY mmsmessage.lib |
|
47 LIBRARY mmsgenutils.lib |
|
48 LIBRARY mmsserversettings.lib |
|
49 DEBUGLIBRARY flogger.lib // for logging |
|
50 |
|
51 LANG SC |
|
52 |
|
53 #if defined(ARMCC) |
|
54 deffile ../eabi/mmscodecclient.def |
|
55 //#elif defined( WINSCW ) |
|
56 //deffile ../bwinscw/mmscodecclient.def |
|
57 #elif defined( WINS ) |
|
58 deffile ../bwins/mmscodecclient.def |
|
59 #elif defined( MARM ) |
|
60 deffile ../bmarm/mmscodecclient.def |
|
61 #endif |
|
62 |
|
63 |
|
64 |