mmserv/radioutility/radioserver/Server/Group/RadioServer.mmp
changeset 0 71ca22bcf22a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     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 RadioServer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      RadioServer.exe
       
    23 CAPABILITY  CommDD MultimediaDD WriteUserData UserEnvironment LocalServices SwEvent PowerMgmt ReadUserData NetworkControl
       
    24 TARGETTYPE  exe
       
    25 
       
    26 UID     0 0x10207A7E
       
    27 VENDORID    VID_DEFAULT
       
    28 VERSION 10.1
       
    29 
       
    30 SOURCEPATH  ../Src
       
    31 SOURCE      RadioServerMain.cpp
       
    32 SOURCE      RadioServer.cpp
       
    33 SOURCE      RadioServerSession.cpp
       
    34 SOURCE      RadioServerShutdown.cpp
       
    35 SOURCE      RadioServerSettings.cpp
       
    36 SOURCE      RadioServerFMTuner.cpp
       
    37 
       
    38 USERINCLUDE ../Src
       
    39 USERINCLUDE ../../Inc
       
    40 USERINCLUDE ../../../inc
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE /epoc32/include/mmf/common
       
    44 
       
    45 LIBRARY		euser.lib
       
    46 LIBRARY		FMRadioTunerControl.lib
       
    47 LIBRARY		ecom.lib
       
    48 LIBRARY		mmfdevsound.lib
       
    49 LIBRARY		CustomInterfaceBuilder.lib
       
    50 LIBRARY		MmfControllerFramework.lib
       
    51 LIBRARY		CentralRepository.lib
       
    52 LIBRARY		CenRepNotifHandler.lib
       
    53 #ifdef RD_TSP_CLIENT_MAPPER 
       
    54 LIBRARY		tspclientmapper.lib
       
    55 #endif // RD_TSP_CLIENT_MAPPER