tsrc/fusionmpxplayer_test/group/FusionMpxPlayer_ApiTest.mmp
branchRCL_3
changeset 13 112a725ff2c2
parent 11 5294c000a26d
child 14 8970fbd719ec
equal deleted inserted replaced
11:5294c000a26d 13:112a725ff2c2
     1 /*TYPE TESTCLASS*//*
       
     2 * Copyright (c) 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 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          FusionMpxPlayer_ApiTest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    27 // VENDORID     0x00000000
       
    28 /* Remove comments and replace 0x00000000 with correct secure id */
       
    29 // SECUREID     0x00000000
       
    30 
       
    31 //TARGETPATH      ?target_path
       
    32 DEFFILE         FusionMpxPlayer_ApiTest.def
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../../inc
       
    36 USERINCLUDE     ../../VCXTestCommon/inc
       
    37 
       
    38 //OS_LAYER_SYSTEMINCLUDE
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE          FusionMpxPlayer_ApiTest.cpp
       
    44 SOURCE          FusionMpxPlayer_ApiTestBlocks.cpp
       
    45 
       
    46 //RESOURCE        resource_file
       
    47 //RESOURCE        resource_file2
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         stiftestengine.lib
       
    52 LIBRARY         VCXTestCommon.lib
       
    53 LIBRARY         FLOGGER.lib
       
    54 LIBRARY         efsrv.lib
       
    55 LIBRARY         bafl.lib
       
    56 
       
    57 LANG            SC
       
    58 
       
    59 // Other possible keywords:
       
    60 
       
    61 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    62 
       
    63 // DEFFILE ?filename
       
    64 // AIF ?filename
       
    65 
       
    66 // End of File