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 |
|
|
27 |
TARGET radioenginesettings.dll
|
|
28 |
TARGETTYPE DLL
|
|
29 |
UID 0x1000008D 0x101FF94C
|
|
30 |
VERSION 10.0
|
|
31 |
|
|
32 |
CAPABILITY CAP_GENERAL_DLL
|
|
33 |
VENDORID VID_DEFAULT
|
|
34 |
PAGED
|
|
35 |
//LANGUAGE_IDS
|
|
36 |
LANG SC
|
|
37 |
|
|
38 |
SOURCEPATH ../data
|
|
39 |
START RESOURCE radioenginesettings.rss
|
|
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 cradiosettingsbase.cpp
|
|
55 |
SOURCE cradioenginesettings.cpp
|
|
56 |
SOURCE cradioapplicationsettings.cpp
|
|
57 |
|
|
58 |
LIBRARY radioengineutils.lib
|
|
59 |
LIBRARY bafl.lib
|
|
60 |
LIBRARY commonengine.lib
|
|
61 |
LIBRARY cone.lib
|
|
62 |
LIBRARY efsrv.lib
|
|
63 |
LIBRARY estor.lib
|
|
64 |
LIBRARY euser.lib
|