|
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../../group/buildflags.hrh" |
|
19 |
|
20 #ifdef COMPILE_IN_WK48_ENV |
|
21 # include <domain/osextensions/platform_paths.hrh> |
|
22 #else |
|
23 # include <platform_paths.hrh> |
|
24 #endif // COMPILE_IN_WK48_ENV |
|
25 |
|
26 #include <data_caging_paths.hrh> |
|
27 |
|
28 TARGET radioengine.dll |
|
29 TARGETTYPE DLL |
|
30 UID 0x1000008D 0x10281CB2 |
|
31 VERSION 11.0 |
|
32 |
|
33 CAPABILITY CAP_GENERAL_DLL |
|
34 VENDORID VID_DEFAULT |
|
35 |
|
36 PAGED |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE cradioengine.cpp |
|
40 SOURCE cradioengineimp.cpp |
|
41 SOURCE cradiordsreceiver.cpp |
|
42 SOURCE cradiordsreceiverbase.cpp |
|
43 SOURCE cradionetworkinfolistener.cpp |
|
44 |
|
45 #ifdef __FEATURE_RDS_SIMULATOR |
|
46 MACRO __FEATURE_RDS_SIMULATOR |
|
47 SOURCE t_cradiordsreceiversimulator.cpp |
|
48 #endif // __FEATURE_RDS_SIMULATOR |
|
49 |
|
50 USERINCLUDE ../api |
|
51 USERINCLUDE ../inc |
|
52 USERINCLUDE ../../utils/api |
|
53 USERINCLUDE ../../settings/api |
|
54 USERINCLUDE ../../group |
|
55 |
|
56 // Default system include paths for application layer modules. |
|
57 APP_LAYER_SYSTEMINCLUDE |
|
58 |
|
59 LIBRARY radioengineutils.lib |
|
60 LIBRARY radioenginesettings.lib |
|
61 |
|
62 LIBRARY audiooutputrouting.lib |
|
63 LIBRARY euser.lib |
|
64 LIBRARY efsrv.lib |
|
65 LIBRARY radio_utility.lib |
|
66 LIBRARY cone.lib |
|
67 LIBRARY etel3rdparty.lib // For CTelephony |
|
68 LIBRARY etel.lib // For RTelServer |
|
69 LIBRARY etelmm.lib // For RMobilePhone |
|
70 LIBRARY commsdat.lib // For CommsDat |
|
71 LIBRARY timezonelocalization.lib // For CTzLocalizer |
|
72 LIBRARY bafl.lib // For CDesCArray |