fmradio/fmradioengine/group/fmradioengine.mmp
changeset 0 f3d95d9c00ab
child 8 3cb097cb90f8
equal deleted inserted replaced
-1:000000000000 0:f3d95d9c00ab
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  Project file for FMRadioEngine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../inc/fmradiovariant.hrh"
       
    22 
       
    23 TARGET        fmradioengine.dll
       
    24 TARGETTYPE    DLL
       
    25 CAPABILITY    CAP_GENERAL_DLL ReadUserData
       
    26 VENDORID      VID_DEFAULT
       
    27 UID           0x1000008D 0x2001B25E
       
    28 
       
    29 VERSION       10.0
       
    30 
       
    31 PAGED
       
    32 
       
    33 SOURCEPATH      ../data
       
    34 START RESOURCE  fmradioengine.rss
       
    35 HEADER
       
    36 TARGETPATH      RESOURCE_FILES_DIR
       
    37 LANGUAGE_IDS
       
    38 END  // RESOURCE
       
    39 
       
    40 
       
    41 SOURCEPATH    ../src
       
    42 SOURCE        fmradioaccessoryobserver.cpp
       
    43 SOURCE        fmradioengine.cpp
       
    44 SOURCE        fmradioenginecentralrepositoryhandler.cpp
       
    45 SOURCE        fmradioengineradiosettings.cpp
       
    46 SOURCE        fmradioengineradiostatehandler.cpp
       
    47 SOURCE        fmradiomobilenetworkinfolistener.cpp
       
    48 SOURCE        fmradiopropertyobserver.cpp
       
    49 SOURCE        fmradiopubsub.cpp
       
    50 SOURCE        fmradiordsreceiver.cpp
       
    51 SOURCE        fmradiordsreceiverbase.cpp
       
    52 SOURCE        fmradiordsreceiversimulator.cpp
       
    53 SOURCE        fmradioregion.cpp
       
    54 SOURCE        fmradiosystemeventdetector.cpp
       
    55 
       
    56 #ifndef __ACCESSORY_FW
       
    57 SOURCE        fmradioenginedosserverobserver.cpp
       
    58 #endif
       
    59 
       
    60 USERINCLUDE   ../cenrep
       
    61 USERINCLUDE   ../src
       
    62 USERINCLUDE   ../inc
       
    63 USERINCLUDE   ../../inc
       
    64 
       
    65 APP_LAYER_SYSTEMINCLUDE
       
    66 SYSTEMINCLUDE /epoc32/include/mmf/common
       
    67 #ifdef __FMRADIO_ADVANCED_AUTO_RESUME
       
    68 SYSTEMINCLUDE   /epoc32/include/internal
       
    69 #endif // __FMRADIO_ADVANCED_AUTO_RESUME
       
    70 
       
    71 LIBRARY accmonitor.lib
       
    72 LIBRARY radio_utility.lib
       
    73 LIBRARY fmpresetutility.lib
       
    74 LIBRARY cenrepnotifhandler.lib
       
    75 LIBRARY centralrepository.lib
       
    76 LIBRARY euser.lib
       
    77 LIBRARY estor.lib
       
    78 LIBRARY audiooutputrouting.lib
       
    79 LIBRARY cone.lib
       
    80 LIBRARY efsrv.lib
       
    81 LIBRARY bafl.lib
       
    82 LIBRARY etel.lib
       
    83 LIBRARY etelmm.lib
       
    84 LIBRARY commsdat.lib
       
    85 LIBRARY accclient.lib
       
    86 
       
    87 DEBUGLIBRARY    flogger.lib
       
    88 
       
    89 #ifdef __ACCESSORY_FW
       
    90 DEFFILE fmradioengineac.def
       
    91 #endif