mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioRecorderTestModule/group/AudioRecorderTestModule.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 AudioRecorder test
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          AudioRecorderTestModule.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         AudioRecorderTest.def
       
    34 //TARGETPATH      ?target_path
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          AudioRecorderTest.cpp
       
    38 SOURCE          RecordClip.cpp
       
    39 SOURCE			    RecPositionClip.cpp
       
    40 SOURCE			    Parameters.cpp
       
    41 SOURCE			    MediaEvent.cpp
       
    42 SOURCE			    EventTarget.cpp
       
    43 SOURCE		      OpenClip.cpp
       
    44 SOURCE  		    TestCaseBase.cpp
       
    45 SOURCE	  	    RecordTimeAvailable.cpp
       
    46 SOURCE		      RecordingBase.cpp
       
    47 SOURCE		      RecordMicGain.cpp
       
    48 SOURCE		      RecordBalance.cpp
       
    49 SOURCE		      RecordBySize.cpp
       
    50 SOURCE		      RecordMetaData.cpp
       
    51 SOURCE		      RecordPriority.cpp
       
    52 SOURCE		      RecordFormats.cpp
       
    53 SOURCE		      PlayBalance.cpp
       
    54 SOURCE		      PlayClip.cpp
       
    55 SOURCE		      PlayVolume.cpp
       
    56 SOURCE		      PlayRamp.cpp
       
    57 SOURCE		      PlayWindow.cpp
       
    58 SOURCE		      RecordCropClip.cpp
       
    59 SOURCE		      RecordBitRate.cpp
       
    60 SOURCE		      RecordSampleRate.cpp
       
    61 SOURCE		      RecordDataType.cpp
       
    62 SOURCE		      RecordDataFormat.cpp
       
    63 SOURCE		      RecordChannel.cpp
       
    64 SOURCE		      RecordMaxLength.cpp
       
    65 SOURCE            ThreadPriority.cpp
       
    66 SOURCE            AudioResourceNotification.cpp
       
    67 SOURCE            AudioLoadingProgress.cpp
       
    68 SOURCE            CropFromBeginning.cpp
       
    69 SOURCE            MetaDataEntry.cpp
       
    70 SOURCE			  CustomCommand.cpp
       
    71 SOURCE			  CustomCommandAsync.cpp
       
    72 SOURCE			  RecordOpen.cpp
       
    73 SOURCE			audiopreempionarn.cpp
       
    74 
       
    75 //RESOURCE        resource_file
       
    76 //RESOURCE        resource_file2
       
    77 
       
    78 USERINCLUDE     ../inc 
       
    79 
       
    80  
       
    81 MW_LAYER_SYSTEMINCLUDE
       
    82 SYSTEMINCLUDE   /epoc32/include/mda/client
       
    83 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    84 SYSTEMINCLUDE   /epoc32/include/ecom
       
    85 
       
    86 
       
    87 LIBRARY         euser.lib
       
    88 LIBRARY         ecom.lib
       
    89 LIBRARY         stiftestinterface.lib
       
    90 LIBRARY		      MediaClientAudio.lib
       
    91 LIBRARY		      efsrv.lib 
       
    92 LIBRARY		      MMFControllerFramework.lib
       
    93 LIBRARY         mmcommon.lib
       
    94 LIBRARY     	ecom.lib
       
    95 
       
    96 LANG            SC
       
    97 
       
    98 /*
       
    99 START WINS      
       
   100 ?wins_specific_information
       
   101 END
       
   102 
       
   103 START MARM
       
   104 ?marm_specific_information
       
   105 END
       
   106 */
       
   107 // Other possible keywords:
       
   108  
       
   109 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   110 /*
       
   111 START BITMAP ?target
       
   112 TARGETPATH   ?emulated_path_on_target_machine
       
   113 HEADER
       
   114 SOURCEPATH   ?source_path
       
   115 SOURCE       ?color_depth ?source_bitmap
       
   116 END
       
   117 */
       
   118 // AIF ?filename
       
   119 
       
   120 
       
   121 
       
   122 // End of File