author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 11 Jun 2010 13:38:32 +0300 | |
changeset 28 | 075425b8d9a4 |
parent 24 | 6df133bd92e1 |
child 33 | 11b6825f0862 |
permissions | -rw-r--r-- |
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 |
||
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
24 |
TARGET fmradioengine.dll |
24 | 25 |
TARGETTYPE DLL |
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
26 |
UID 0x1000008D 0x2002FF4F |
24 | 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 |
USERINCLUDE ../api |
|
42 |
USERINCLUDE ../inc |
|
43 |
USERINCLUDE ../../utils/api |
|
44 |
USERINCLUDE ../../settings/api |
|
45 |
USERINCLUDE ../../group |
|
46 |
||
47 |
// Default system include paths for application layer modules. |
|
48 |
APP_LAYER_SYSTEMINCLUDE |
|
49 |
||
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
50 |
LIBRARY fmradioengineutils.lib |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
51 |
LIBRARY fmradioenginesettings.lib |
24 | 52 |
|
53 |
LIBRARY AudioOutputRouting.lib |
|
54 |
LIBRARY euser.lib |
|
55 |
LIBRARY efsrv.lib |
|
56 |
LIBRARY Radio_Utility.lib |
|
57 |
LIBRARY cone.lib |
|
58 |
LIBRARY etel3rdparty.lib // For CTelephony |
|
59 |
LIBRARY etel.lib // For RTelServer |
|
60 |
LIBRARY etelmm.lib // For RMobilePhone |
|
61 |
LIBRARY commsdat.lib // For CommsDat |
|
62 |
LIBRARY timezonelocalization.lib // For CTzLocalizer |
|
63 |
LIBRARY bafl.lib // For CDesCArray |