|
1 /* |
|
2 * Copyright (c) 2007-2008 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 vcchotrigger |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 |
|
21 TARGET vcchotrigger.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x2000CFB1 |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE vcchotrigger.cpp |
|
30 SOURCE rubydebug.cpp |
|
31 SOURCE vccwlansignallevelhandler.cpp |
|
32 SOURCE vccsignallevelhandler.cpp |
|
33 SOURCE vccgsmnotifications.cpp |
|
34 SOURCE vccgsmsignallevelhandler.cpp |
|
35 SOURCE vcchopolicyreader.cpp |
|
36 SOURCE vcchopolicy.cpp |
|
37 SOURCE vcccchmonitor.cpp |
|
38 |
|
39 SOURCEPATH ../../vcc/src |
|
40 SOURCE vccengpsproperty.cpp |
|
41 SOURCEPATH ../../settingsreader/src |
|
42 SOURCE vccsettingsreader.cpp |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../vcc/inc |
|
46 USERINCLUDE ../../vccutils/inc |
|
47 USERINCLUDE ../../settingsreader/inc |
|
48 |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY efsrv.lib //rubydebug |
|
54 LIBRARY vccuipropertyhandler.lib //ps keys |
|
55 LIBRARY ecom.lib |
|
56 LIBRARY vccutils.lib |
|
57 LIBRARY serviceprovidersettings.lib |
|
58 LIBRARY centralrepository.lib |
|
59 LIBRARY cch.lib |
|
60 LIBRARY etel.lib |
|
61 LIBRARY etelmm.lib |