mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioPlaybackTestModule/group/AudioPlaybackTestModule.mmp
changeset 0 71ca22bcf22a
child 43 9894ed580e4a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2002 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 mmftsplay test component
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          AudioPlaybackTestModule.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E7
       
    24 
       
    25 #if defined(EKA2)
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 #endif
       
    32 
       
    33 DEFFILE         MmfTsPlay.def
       
    34 //TARGETPATH      ?target_path
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          MmfTsPlay.cpp
       
    38 SOURCE          MmfTsPlay_core.cpp
       
    39 SOURCE          SimpleSoundPlayer.cpp
       
    40 SOURCE          MediaEvent.cpp
       
    41 SOURCE          Parameters.cpp
       
    42 SOURCE          EventTarget.cpp
       
    43 SOURCE          MmfTsPlay_work.cpp
       
    44 SOURCE          FileNameParameters.cpp
       
    45 SOURCE          Des8Parameters.cpp
       
    46 SOURCE          ObjectCountDown.cpp
       
    47 SOURCE          UrlParameters.cpp
       
    48 //SOURCE          RecordFormats.cpp
       
    49 //SOURCE          TestCaseBase.cpp
       
    50 //SOURCE          MmfTsPlay_FilePlay.cpp
       
    51 //SOURCE          MmfTsPlay_DesPlay.cpp
       
    52 
       
    53 //RESOURCE        resource_file
       
    54 //RESOURCE        resource_file2
       
    55 
       
    56 USERINCLUDE     ../inc 
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 SYSTEMINCLUDE   /epoc32/include/ecom
       
    60 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    61 SYSTEMINCLUDE   /epoc32/include/platform
       
    62 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         stiftestinterface.lib
       
    65 //LIBRARY	    parser.lib
       
    66 //LIBRARY	    logger.lib
       
    67 LIBRARY	    efsrv.lib
       
    68 LIBRARY     MediaClientAudio.lib
       
    69 LIBRARY     MMFControllerFramework.lib
       
    70 LIBRARY     ecom.lib
       
    71 LIBRARY     mmcommon.lib
       
    72 //LIBRARY     estor.lib
       
    73 LIBRARY     AudioOutputRouting.lib
       
    74 
       
    75 LANG            SC
       
    76 
       
    77 /*
       
    78 START WINS      
       
    79 ?wins_specific_information
       
    80 END
       
    81 
       
    82 START MARM
       
    83 ?marm_specific_information
       
    84 END
       
    85 */
       
    86 // Other possible keywords:
       
    87  
       
    88 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    89 /*
       
    90 START BITMAP ?target
       
    91 TARGETPATH   ?emulated_path_on_target_machine
       
    92 HEADER
       
    93 SOURCEPATH   ?source_path
       
    94 SOURCE       ?color_depth ?source_bitmap
       
    95 END
       
    96 */
       
    97 // AIF ?filename
       
    98 
       
    99 
       
   100 
       
   101 // End of File