mmmw_plat/openmax_al_api/tsrc/openmaxaltestmodule/group/openmaxaltestmodule.mmp
changeset 55 e267340986c9
parent 32 94fc26b6e006
equal deleted inserted replaced
52:4ce423f34688 55:e267340986c9
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 * 
    13 *
    14 * Description: MMP file for STIF Test Framework's TestScripter 
    14 * Description: MMP file for STIF Test Framework's TestScripter
    15 * testclass openmaxal module.
    15 * testclass openmaxal module.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    23 TARGET          openmaxaltestmodule.dll
    23 TARGET          openmaxaltestmodule.dll
    24 TARGETTYPE      dll
    24 TARGETTYPE      dll
    25 UID             0x1000008D 0x10207CA4
    25 UID             0x1000008D 0x10207CA4
    26 
    26 
    27 CAPABILITY      ALL -TCB
    27 CAPABILITY      ALL -TCB
    28 VENDORID     VID_DEFAULT
    28 VENDORID        VID_DEFAULT
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         openmaxaltestmodule.def
       
    34 
    29 
    35 //MACRO           PROFILE_TIME
    30 //MACRO           PROFILE_TIME
    36 //MACRO           PRINT_TO_CONSOLE_TIME_DIFF
    31 //MACRO           PRINT_TO_CONSOLE_TIME_DIFF
    37 
    32 
    38 USERINCLUDE     ../inc 
    33 USERINCLUDE     ../inc
    39 OS_LAYER_LIBC_SYSTEMINCLUDE
    34 OS_LAYER_LIBC_SYSTEMINCLUDE
    40 OS_LAYER_GLIB_SYSTEMINCLUDE
    35 OS_LAYER_GLIB_SYSTEMINCLUDE
    41 OS_LAYER_SYSTEMINCLUDE
    36 OS_LAYER_SYSTEMINCLUDE
    42 SYSTEMINCLUDE 	/epoc32/include/platform/mw/khronos/ 
    37 SYSTEMINCLUDE   /epoc32/include/platform/mw/khronos/
    43 MW_LAYER_SYSTEMINCLUDE
    38 MW_LAYER_SYSTEMINCLUDE
    44 
    39 
    45 SOURCEPATH      ../src/common
    40 SOURCEPATH      ../src/common
    46 SOURCE          openmaxaltestmodule.cpp
    41 SOURCE          openmaxaltestmodule.cpp
    47 SOURCE          openmaxaltestmoduleblocks.cpp
    42 SOURCE          openmaxaltestmoduleblocks.cpp
    48 SOURCE          openmaxalcommontests.cpp 
    43 SOURCE          openmaxalcommontests.cpp
    49 SOURCE 			openmaxalobjectitftests.cpp
    44 SOURCE          openmaxalobjectitftests.cpp
    50 SOURCE          openmaxalobjectcallbacks.cpp 
    45 SOURCE          openmaxalobjectcallbacks.cpp
    51 SOURCE          openmaxaldynitfmgmtitftests.cpp
    46 SOURCE          openmaxaldynitfmgmtitftests.cpp
    52 SOURCE          openmaxaldynitfmgmtitfcallbacks.cpp
    47 SOURCE          openmaxaldynitfmgmtitfcallbacks.cpp
    53 SOURCE		 	openmaxaldynsrcitftests.cpp
    48 SOURCE          openmaxaldynsrcitftests.cpp
    54 SOURCE			openmaxalstrminfoitftests.cpp
    49 SOURCE          openmaxalstrminfoitftests.cpp
    55 SOURCE			openmaxalvolumeitftests.cpp
    50 SOURCE          openmaxalvolumeitftests.cpp
    56 SOURCE			openmaxalnokiavolumeextitftests.cpp
    51 SOURCE          openmaxalnokiavolumeextitftests.cpp
    57 SOURCE			openmaxalnokialinearvolumeitftests.cpp
    52 SOURCE          openmaxalnokialinearvolumeitftests.cpp
    58 SOURCE 			TimeoutController.cpp
    53 SOURCE          TimeoutController.cpp
    59 
    54 SOURCE          openmaxalvideoppitftests.cpp
    60 
    55 
    61 SOURCEPATH      ../src/engine
    56 SOURCEPATH      ../src/engine
    62 SOURCE		openmaxalenginetests.cpp 
    57 SOURCE          openmaxalenginetests.cpp
    63 SOURCE 		openmaxalengineitftests.cpp
    58 SOURCE          openmaxalengineitftests.cpp
    64 SOURCE 		openmaxalaudioiodevicecapabilitiesitftests.cpp
    59 SOURCE          openmaxalaudioiodevicecapabilitiesitftests.cpp
    65 SOURCE 		openmaxalaudioencodercapabiltiesitftests.cpp
    60 SOURCE          openmaxalaudioencodercapabiltiesitftests.cpp
    66 SOURCE          openmaxalaudioiodevicecapabilitiesitfcallbacks.cpp 
    61 SOURCE          openmaxalaudioiodevicecapabilitiesitfcallbacks.cpp
    67 
    62 
    68 SOURCEPATH      ../src/recorder
    63 SOURCEPATH      ../src/recorder
    69 SOURCE 		openmaxalrecorditftests.cpp
    64 SOURCE          openmaxalrecorditftests.cpp
    70 SOURCE 		openmaxalaudioencoderitftests.cpp
    65 SOURCE          openmaxalaudioencoderitftests.cpp
    71 SOURCE 		openmaxalmetadatainsertionitftests.cpp 
    66 SOURCE          openmaxalmetadatainsertionitftests.cpp
    72 SOURCE          openmaxalrecorditfcallbacks.cpp 
    67 SOURCE          openmaxalrecorditfcallbacks.cpp
    73 SOURCE          openmaxalmetadatainsertionitfcallbacks.cpp
    68 SOURCE          openmaxalmetadatainsertionitfcallbacks.cpp
    74 
    69 
    75 SOURCEPATH 	../src/player
    70 SOURCEPATH      ../src/player
    76 SOURCE 		openmaxalplayitftests.cpp
    71 SOURCE          openmaxalplayitftests.cpp
    77 SOURCE 		openmaxalseekitftests.cpp
    72 SOURCE          openmaxalseekitftests.cpp
    78 SOURCE 		openmaxalplaybackrateitftests.cpp
    73 SOURCE          openmaxalplaybackrateitftests.cpp
       
    74 SOURCE          openmaxalprefetchstatusitftests.cpp
    79 
    75 
    80 SOURCEPATH      ../src/metadata
    76 SOURCEPATH      ../src/metadata
    81 SOURCE		openmaxalmetadataextractionitftests.cpp
    77 SOURCE          openmaxalmetadataextractionitftests.cpp
    82 
    78 
    83 SOURCEPATH      ../src/radio
    79 SOURCEPATH      ../src/radio
    84 SOURCE 		openmaxalradioitftests.cpp
    80 SOURCE          openmaxalradioitftests.cpp
    85 
    81 
    86 LIBRARY         euser.lib
    82 LIBRARY         euser.lib
    87 LIBRARY			libglib.lib
    83 LIBRARY         libglib.lib
    88 LIBRARY         stiftestinterface.lib
    84 LIBRARY         stiftestinterface.lib
    89 LIBRARY         stiftestengine.lib
    85 LIBRARY         stiftestengine.lib
    90 LIBRARY		ecom.lib
    86 LIBRARY         ecom.lib
    91 LIBRARY         openmaxal.lib
    87 LIBRARY         openmaxal.lib
    92 LIBRARY		libc.lib
    88 LIBRARY         libc.lib
    93 LIBRARY		ws32.lib
    89 LIBRARY         ws32.lib
    94 LANG            SC
    90 LANG            SC
    95 
    91 
       
    92 DEFFILE         openmaxaltestmodule.def
    96 
    93 
    97 
    94 
    98 // End of File
    95 // End of File
    99 
    96