camera_plat/camcorder_ui_constants_api/tsrc/group/CamAppPerfTest.mmp
branchRCL_3
changeset 54 bac7acad7cb3
parent 0 1ddebce53859
child 62 f0c0788c4de2
equal deleted inserted replaced
53:61bc0f252b2b 54:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2002 - 2008 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:  MMP file for CamAppPerfTest
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          CamAppPerfTest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E7
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 DEFFILE         CamAppPerfTest.def
       
    28 
       
    29 APP_LAYER_SYSTEMINCLUDE
       
    30 USERINCLUDE     ../inc 
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          CamAppPerfTest.cpp
       
    34 SOURCE          CamAppPerfTestCases.cpp
       
    35 
       
    36 LIBRARY         euser.lib
       
    37 LIBRARY         stiftestinterface.lib
       
    38 LIBRARY         stiftestengine.lib
       
    39 LIBRARY         apgrfx.lib
       
    40 LIBRARY         apparc.lib
       
    41 LIBRARY         cone.lib
       
    42 LIBRARY         eikcore.lib
       
    43 LIBRARY         avkon.lib
       
    44 LIBRARY         commonengine.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         estor.lib
       
    47 LIBRARY	        ws32.lib
       
    48 
       
    49 LANG            SC
       
    50