|
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 #ifdef COMPILE_IN_WK48_ENV |
|
22 # include <domain/osextensions/platform_paths.hrh> |
|
23 #else |
|
24 # include <platform_paths.hrh> |
|
25 #endif // COMPILE_IN_WK48_ENV |
|
26 |
|
27 #include <data_caging_paths.hrh> |
|
28 |
|
29 #include <data_caging_paths.hrh> |
|
30 |
|
31 TARGET radioenginesettings.dll |
|
32 TARGETTYPE DLL |
|
33 UID 0x1000008D 0x101FF94C |
|
34 VERSION 10.0 |
|
35 |
|
36 CAPABILITY CAP_GENERAL_DLL |
|
37 VENDORID VID_DEFAULT |
|
38 PAGED |
|
39 //LANGUAGE_IDS |
|
40 LANG SC |
|
41 |
|
42 SOURCEPATH ../data |
|
43 START RESOURCE radioenginesettings.rss |
|
44 HEADER |
|
45 TARGETPATH RESOURCE_FILES_DIR |
|
46 END // RESOURCE |
|
47 |
|
48 USERINCLUDE ../api |
|
49 USERINCLUDE ../inc |
|
50 USERINCLUDE ../../utils/api |
|
51 |
|
52 APP_LAYER_SYSTEMINCLUDE |
|
53 |
|
54 SOURCEPATH ../src |
|
55 SOURCE cradioregion.cpp |
|
56 SOURCE cradiosettings.cpp |
|
57 SOURCE cradiosettingsimp.cpp |
|
58 SOURCE cradiosettingsbase.cpp |
|
59 SOURCE cradioenginesettings.cpp |
|
60 SOURCE cradioapplicationsettings.cpp |
|
61 |
|
62 LIBRARY radioengineutils.lib |
|
63 LIBRARY bafl.lib |
|
64 LIBRARY commonengine.lib |
|
65 LIBRARY cone.lib |
|
66 LIBRARY efsrv.lib |
|
67 LIBRARY estor.lib |
|
68 LIBRARY euser.lib |