author | hgs |
Fri, 15 Oct 2010 16:26:27 +0300 | |
changeset 57 | 21be958eb3ce |
parent 34 | bc10a61bd7d3 |
child 37 | 451b2e1545b2 |
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 |
||
19 |
#include "../../group/buildflags.hrh" |
|
20 |
||
21 |
#include <platform_paths.hrh> |
|
22 |
||
23 |
#include <data_caging_paths.hrh> |
|
24 |
||
25 |
#include <data_caging_paths.hrh> |
|
26 |
||
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
27 |
TARGET fmradioenginesettings.dll |
24 | 28 |
TARGETTYPE DLL |
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
29 |
UID 0x1000008D 0x2002FF50 |
24 | 30 |
VERSION 10.0 |
31 |
||
32 |
CAPABILITY CAP_GENERAL_DLL |
|
33 |
VENDORID VID_DEFAULT |
|
34 |
PAGED |
|
34 | 35 |
SMPSAFE |
24 | 36 |
LANG SC |
37 |
||
38 |
SOURCEPATH ../data |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
39 |
START RESOURCE fmradioenginesettings.rss |
24 | 40 |
HEADER |
41 |
TARGETPATH RESOURCE_FILES_DIR |
|
42 |
END // RESOURCE |
|
43 |
||
44 |
USERINCLUDE ../api |
|
45 |
USERINCLUDE ../inc |
|
46 |
USERINCLUDE ../../utils/api |
|
47 |
||
48 |
APP_LAYER_SYSTEMINCLUDE |
|
49 |
||
50 |
SOURCEPATH ../src |
|
51 |
SOURCE cradioregion.cpp |
|
52 |
SOURCE cradiosettings.cpp |
|
53 |
SOURCE cradiosettingsimp.cpp |
|
54 |
SOURCE cradioenginesettings.cpp |
|
55 |
SOURCE cradioapplicationsettings.cpp |
|
56 |
||
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
57 |
LIBRARY fmradioengineutils.lib |
24 | 58 |
LIBRARY bafl.lib |
59 |
LIBRARY commonengine.lib |
|
60 |
LIBRARY cone.lib |
|
61 |
LIBRARY efsrv.lib |
|
62 |
LIBRARY estor.lib |
|
63 |
LIBRARY euser.lib |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
64 |
LIBRARY centralrepository.lib |