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 radioengineutils.dll
|
|
25 |
TARGETTYPE DLL
|
|
26 |
UID 0x1000008D 0x10281CB8
|
|
27 |
VERSION 10.0
|
|
28 |
|
|
29 |
CAPABILITY CAP_GENERAL_DLL
|
|
30 |
VENDORID VID_DEFAULT
|
|
31 |
PAGED
|
|
32 |
|
|
33 |
USERINCLUDE ../api
|
|
34 |
USERINCLUDE ../inc
|
|
35 |
|
|
36 |
APP_LAYER_SYSTEMINCLUDE
|
|
37 |
SYSTEMINCLUDE /epoc32/include/remcon
|
|
38 |
SYSTEMINCLUDE /epoc32/include/internal
|
|
39 |
SYSTEMINCLUDE /epoc32/include/mmf/common
|
|
40 |
SYSTEMINCLUDE /epoc32/include/platform/mw
|
|
41 |
|
|
42 |
SOURCEPATH ../src
|
|
43 |
SOURCE radioengineutils.cpp
|
|
44 |
SOURCE cradioenginetls.cpp
|
|
45 |
SOURCE cradioroutableaudio.cpp
|
|
46 |
SOURCE cradioaudiorouter.cpp
|
|
47 |
SOURCE cradioaccessoryobserver.cpp
|
|
48 |
SOURCE cradiopropertyobserver.cpp
|
|
49 |
SOURCE cradiopubsub.cpp
|
|
50 |
SOURCE cradiopubsubimp.cpp
|
|
51 |
SOURCE cradioremcontarget.cpp
|
|
52 |
SOURCE cradioremcontargetimp.cpp
|
|
53 |
SOURCE cradiorepositoryentitybase.cpp
|
|
54 |
SOURCE cradiorepositorymanager.cpp
|
|
55 |
SOURCE cradiorepositorymanagerimp.cpp
|
|
56 |
SOURCE cradiosystemeventdetector.cpp
|
|
57 |
SOURCE cradiosystemeventcollector.cpp
|
|
58 |
SOURCE cradiosystemeventcollectorimp.cpp
|
|
59 |
SOURCE cradioenginelogger.cpp
|
|
60 |
|
|
61 |
LIBRARY bafl.lib
|
|
62 |
LIBRARY accclient.lib
|
|
63 |
LIBRARY accpolicy.lib
|
|
64 |
LIBRARY centralrepository.lib
|
|
65 |
LIBRARY CommonEngine.lib
|
|
66 |
LIBRARY efsrv.lib
|
|
67 |
LIBRARY euser.lib
|
|
68 |
LIBRARY cone.lib
|
|
69 |
LIBRARY remconcoreapi.lib
|
|
70 |
LIBRARY remconextensionapi.lib
|
|
71 |
LIBRARY remconinterfacebase.lib
|
|
72 |
LIBRARY featmgr.lib
|