25
|
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 dummy Dialer.
|
|
15 |
* It is used to compile dummy dialer dll in phones without touch.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
#include <data_caging_paths.hrh>
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
|
|
23 |
// Capability assignment.
|
|
24 |
CAPABILITY CAP_GENERAL_DLL
|
|
25 |
|
|
26 |
// Assign Vendor ID.
|
|
27 |
VENDORID VID_DEFAULT
|
|
28 |
|
|
29 |
TARGET dialerstub.dll
|
|
30 |
TARGETTYPE dll
|
|
31 |
UID 0x1000008d 0x102078ED
|
|
32 |
|
|
33 |
#if defined(ARMCC)
|
|
34 |
DEFFILE ../eabi/dialer.def
|
|
35 |
#elif defined( WINSCW )
|
|
36 |
DEFFILE ../bwins/dialer.def
|
|
37 |
#else
|
|
38 |
DEFFILE ../bmarm/dialer.def
|
|
39 |
#endif
|
|
40 |
|
|
41 |
START RESOURCE ../data/dialer.rss
|
|
42 |
HEADER
|
|
43 |
TARGETPATH RESOURCE_FILES_DIR
|
|
44 |
LANG sc
|
|
45 |
END // RESOURCE
|
|
46 |
|
|
47 |
SOURCEPATH ../src
|
|
48 |
SOURCE cdialerstub.cpp
|
|
49 |
SOURCE cvideodtmfdialerstub.cpp
|
|
50 |
|
|
51 |
USERINCLUDE ../../../phoneapp/phoneui/srcdata
|
|
52 |
USERINCLUDE ../../../phoneapp/phoneuiview/inc
|
|
53 |
USERINCLUDE ../../../phoneapp/phoneuiutils/inc
|
|
54 |
USERINCLUDE ../inc
|
|
55 |
USERINCLUDE ../data
|
|
56 |
|
|
57 |
SYSTEMINCLUDE ../../../inc // s60/app/telephony/inc
|
|
58 |
APP_LAYER_SYSTEMINCLUDE
|
|
59 |
|
|
60 |
LIBRARY euser.lib eikcore.lib estor.lib etext.lib
|
|
61 |
LIBRARY cone.lib ws32.lib bmpanim.lib
|
|
62 |
LIBRARY eikcoctl.lib fbscli.lib bafl.lib
|
|
63 |
LIBRARY peninputclient.lib
|
|
64 |
|
|
65 |
LIBRARY commonengine.lib
|
|
66 |
|
|
67 |
LIBRARY gdi.lib
|
|
68 |
LIBRARY bitgdi.lib
|
|
69 |
LIBRARY egul.lib
|
|
70 |
LIBRARY efsrv.lib
|
|
71 |
LIBRARY ecom.lib
|
|
72 |
|
|
73 |
// End of File
|