|
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: Project definition file for project gmsmodel |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET gmsModel.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x101F4CFB |
|
26 VERSION 10.0 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 PAGED |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE GmsModel.cpp |
|
32 SOURCE GmsModelDll.cpp |
|
33 SOURCE CGmsWrapper.cpp |
|
34 SOURCE CGmsPictureControl.cpp |
|
35 |
|
36 #ifdef __SMARTMSG_SMS_GMS_MESSAGE_RECEIVING |
|
37 START RESOURCE ../bif/gmsBif.rss |
|
38 TARGETPATH BIOFILE_DIR |
|
39 LANGUAGE_IDS |
|
40 END |
|
41 #else |
|
42 START RESOURCE ../bif/gmsBif_sms_no.rss |
|
43 TARGETPATH BIOFILE_DIR |
|
44 LANGUAGE_IDS |
|
45 END |
|
46 #endif |
|
47 |
|
48 USERINCLUDE ../inc ../group |
|
49 |
|
50 SYSTEMINCLUDE ../../../../inc |
|
51 APP_LAYER_SYSTEMINCLUDE |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY estor.lib //for streams |
|
55 LIBRARY apmime.lib // TDataType |
|
56 LIBRARY avkon.lib |
|
57 LIBRARY MsgEditorView.lib |
|
58 LIBRARY commonengine.lib |
|
59 LIBRARY etext.lib |
|
60 LIBRARY efsrv.lib |
|
61 LIBRARY eikcoctl.lib |
|
62 LIBRARY eikcore.lib |
|
63 LIBRARY cone.lib |
|
64 LIBRARY commonui.lib |
|
65 LIBRARY CdlEngine.lib |
|
66 LIBRARY AknLayout2Scalable.lib |
|
67 LIBRARY ImageConversion.lib |
|
68 LIBRARY fbscli.lib |
|
69 LIBRARY ihl.lib |
|
70 |
|
71 // end of file |