srsf/tsrc/public/basic/ttsutilitytest/group/ttsutilitytest.mmp
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2007 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 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          ttsutilitytest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x2000F84A 
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 DEFFILE         ttsutilitytest.def
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          ttsutilitytest.cpp
       
    30 SOURCE          ttsutilitytestblocks.cpp
       
    31 
       
    32 USERINCLUDE     ../inc 
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE   /epoc32/include/mmf/common\
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         stiftestinterface.lib
       
    39 LIBRARY         stiftestengine.lib
       
    40 
       
    41 LIBRARY         nssttscommon.lib
       
    42 LIBRARY         nssttsutility.lib
       
    43 
       
    44 LIBRARY         charconv.lib 
       
    45 LIBRARY         efsrv.lib 
       
    46 LIBRARY         nssttscustomcommands.lib
       
    47 LIBRARY         mmfcontrollerframework.lib
       
    48 
       
    49 LANG            SC
       
    50 
       
    51 // End of File