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