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 fmradioengineutils.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 0x2002FF51 |
24 | 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 cradioremcontarget.cpp |
|
50 |
SOURCE cradioremcontargetimp.cpp |
|
51 |
SOURCE cradiorepositoryentitybase.cpp |
|
52 |
SOURCE cradiosystemeventdetector.cpp |
|
53 |
SOURCE cradiosystemeventcollector.cpp |
|
54 |
SOURCE cradiosystemeventcollectorimp.cpp |
|
55 |
SOURCE cradioenginelogger.cpp |
|
56 |
||
57 |
LIBRARY bafl.lib |
|
58 |
LIBRARY accclient.lib |
|
59 |
LIBRARY accpolicy.lib |
|
60 |
LIBRARY centralrepository.lib |
|
61 |
LIBRARY CommonEngine.lib |
|
62 |
LIBRARY efsrv.lib |
|
63 |
LIBRARY euser.lib |
|
64 |
LIBRARY cone.lib |
|
65 |
LIBRARY remconcoreapi.lib |
|
66 |
LIBRARY remconextensionapi.lib |
|
67 |
LIBRARY remconinterfacebase.lib |
|
68 |
LIBRARY featmgr.lib |