mmserv/radioutility/radio_utility/tsrc/group/TFMRadioUtility.mmp
changeset 53 eabc8c503852
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
       
     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:
       
    15 * Project definition file for Radio Utility.
       
    16 *
       
    17 */
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          TR.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x1000008d 0x100058e6
       
    23 
       
    24 SOURCEPATH      ../src
       
    25 
       
    26 SOURCE          TFMRadioUtility.cpp
       
    27 
       
    28 USERINCLUDE     ../inc
       
    29 USERINCLUDE     ../../inc
       
    30 USERINCLUDE     ../../../inc
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 LIBRARY	Radio_Utility.lib
       
    35 LIBRARY RadioSession.lib
       
    36 LIBRARY euser.lib 
       
    37 LIBRARY flogger.lib
       
    38 LIBRARY commonengine.lib
       
    39 
       
    40 
       
    41 // End of File
       
    42