|
1 /* |
|
2 * Copyright (c) 2007 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 Dialer. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 // Capability assignment. |
|
23 CAPABILITY CAP_GENERAL_DLL |
|
24 |
|
25 // Assign Vendor ID. |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 TARGET dialer.dll |
|
29 TARGETTYPE dll |
|
30 UID 0x1000008d 0x102078ED |
|
31 |
|
32 START RESOURCE ../data/dialer.rss |
|
33 TARGETPATH RESOURCE_FILES_DIR |
|
34 HEADER |
|
35 LANGUAGE_IDS |
|
36 END // RESOURCE |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE cdialer.cpp |
|
40 SOURCE cdialercontainerbase.cpp |
|
41 SOURCE cdialerkeypadcontainer.cpp |
|
42 SOURCE cdialernumberentry.cpp |
|
43 SOURCE cdialervideocontainer.cpp |
|
44 SOURCE cvideodtmfdialer.cpp |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../data |
|
48 |
|
49 APP_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 LIBRARY euser.lib eikcore.lib estor.lib etext.lib |
|
52 LIBRARY cone.lib ws32.lib bmpanim.lib |
|
53 LIBRARY eikcoctl.lib fbscli.lib bafl.lib |
|
54 |
|
55 LIBRARY aknskins.lib aknicon.lib avkon.lib |
|
56 LIBRARY cdlengine.lib |
|
57 LIBRARY aknlayout2scalable.lib |
|
58 |
|
59 LIBRARY egul.lib |
|
60 LIBRARY efsrv.lib |
|
61 LIBRARY aknlayout2.lib touchfeedback.lib |
|
62 |
|
63 |
|
64 // End of File |