mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioStreamTestModule/group/AudioStreamTestModule.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 Audio stream test component
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          AudioStreamTestModule.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         AudioStreamTestApp.def
       
    34 //TARGETPATH      ?target_path
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          AudioStreamTestApp.cpp
       
    38 SOURCE          AudioStreamTestApp_Input.cpp
       
    39 SOURCE          AudioStreamTestApp_Output.cpp
       
    40 SOURCE   				AudioDataSettingsParams.cpp
       
    41 SOURCE   				StreamerBase.cpp
       
    42 SOURCE   				OutputStreamer.cpp
       
    43 SOURCE   				InputStreamer.cpp
       
    44 SOURCE  				MediaEvent.cpp
       
    45 SOURCE  				EventTarget.cpp
       
    46 SOURCE  				Parameters.cpp
       
    47 
       
    48 USERINCLUDE     ../inc 
       
    49 
       
    50  
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         stiftestinterface.lib
       
    56 LIBRARY	        efsrv.lib
       
    57 LIBRARY     		MediaClientAudioStream.lib
       
    58 LIBRARY     		MediaClientAudioInputStream.lib
       
    59 
       
    60 LANG            SC
       
    61 
       
    62 /*
       
    63 START WINS      
       
    64 ?wins_specific_information
       
    65 END
       
    66 
       
    67 START MARM
       
    68 ?marm_specific_information
       
    69 END
       
    70 */
       
    71 // Other possible keywords:
       
    72  
       
    73 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    74 /*
       
    75 START BITMAP ?target
       
    76 TARGETPATH   ?emulated_path_on_target_machine
       
    77 HEADER
       
    78 SOURCEPATH   ?source_path
       
    79 SOURCE       ?color_depth ?source_bitmap
       
    80 END
       
    81 */
       
    82 // AIF ?filename
       
    83 
       
    84 
       
    85 
       
    86 // End of File