|
1 /* |
|
2 * Copyright (c) 2002-2005 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 Phone Settings. |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../Logger/PhoneSettingsLoggingConf.h" |
|
21 |
|
22 // Capability assignment. |
|
23 CAPABILITY CAP_GENERAL_DLL |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 TARGET phonesettings.dll |
|
27 TARGETTYPE dll |
|
28 UID 0x1000008d 0x100058e3 |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE PsetCallWaiting.cpp |
|
32 SOURCE PsetContainer.cpp |
|
33 SOURCE PsetCallBarring.cpp |
|
34 SOURCE PsetCallDiverting.cpp |
|
35 SOURCE PsetTelephony.cpp |
|
36 SOURCE PsetCli.cpp |
|
37 SOURCE PsetVariationProxy.cpp |
|
38 SOURCE PsetNetwork.cpp |
|
39 SOURCE PsetSAObserver.cpp |
|
40 SOURCE PsetCSP.cpp |
|
41 SOURCE PSetUtility.cpp |
|
42 SOURCE PSetRefreshHandlerImpl.cpp |
|
43 SOURCE PSetCallDivertingBase.cpp |
|
44 SOURCE PSetSubscriberIdCheck.cpp |
|
45 SOURCE PSetCallDivertingBasicImpl.cpp |
|
46 SOURCE PSetCallDivertingCreator.cpp |
|
47 SOURCE PSetCallDivertingDualAffectImpl.cpp |
|
48 |
|
49 USERINCLUDE ../inc |
|
50 USERINCLUDE ../Logger |
|
51 SYSTEMINCLUDE ../../../inc |
|
52 // APP include needed because telephonysettings |
|
53 // uses vmbx headers from APP layer. |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY etel.lib |
|
58 LIBRARY etelmm.lib |
|
59 LIBRARY customapi.lib |
|
60 LIBRARY bafl.lib |
|
61 LIBRARY sssettings.lib |
|
62 LIBRARY vmbx.lib |
|
63 LIBRARY featmgr.lib |
|
64 |
|
65 LIBRARY centralrepository.lib |
|
66 LIBRARY flogger.lib // logging |
|
67 |
|
68 // End of File |