videofeeds/server/tsrc/VCXScheduledDownloadTest/group/VCXScheduledDownloadTest.mmp
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "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 STIF Test Framework's TestScripter*
       
    15 */
       
    16 
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          VCXScheduledDownloadTest.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101FB3E5
       
    23 
       
    24 CAPABILITY      ALL -TCB
       
    25 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    26 // VENDORID     0x00000000
       
    27 /* Remove comments and replace 0x00000000 with correct secure id */
       
    28 // SECUREID     0x00000000
       
    29 
       
    30 //TARGETPATH      ?target_path
       
    31 DEFFILE         VCXScheduledDownloadTest.def
       
    32 
       
    33 USERINCLUDE     ../inc 
       
    34 USERINCLUDE     ../../../../../tsrc/VCXTestCommon/inc
       
    35 USERINCLUDE     ../../../../../tsrc/VCXTestMyVideosCollectionClient/inc
       
    36 USERINCLUDE     ../../../../../inc
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE          VCXScheduledDownloadTest.cpp
       
    43 SOURCE          VCXScheduledDownloadTestBlocks.cpp
       
    44 SOURCE          VCXScheduledDownloadTester.cpp 
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         stiftestinterface.lib
       
    48 LIBRARY         stiftestengine.lib
       
    49 LIBRARY         cseschedulerclient.lib
       
    50 
       
    51 LIBRARY         mpxcommon.lib
       
    52 LIBRARY         mpxcollectionutility.lib
       
    53 LIBRARY         estor.lib
       
    54 LIBRARY         VCXTestCommon.lib
       
    55 LIBRARY         VCXTestMyVideosCollectionClient.lib
       
    56 LIBRARY         FLOGGER.lib
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         centralrepository.lib
       
    60 LIBRARY         ECom.lib 
       
    61 
       
    62 LANG            SC
       
    63 
       
    64 // End of File