os/mm/mmdevicefw/mdfunittest/codecapi/video/mmpfiles/tsu_mdf_videocodecs.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #include 		"../src/uids.hrh"
    17 
    18 EPOCALLOWDLLDATA
    19 TARGET			tsu_mdf_videocodecs.dll
    20 CAPABILITY		ALL -TCB
    21 TARGETTYPE		dll
    22 UID				KSharedLibraryUidDefine KUidTsuMdfVideoCodecsDll
    23 VENDORID 		0x70000001
    24 
    25 SOURCEPATH		../src
    26 SOURCE			tsu_mdf_videocodecs_suite.cpp
    27 SOURCE			tsu_mdf_videocodecs_step.cpp
    28 SOURCE			videoplayfile.cpp
    29 SOURCE			videorecordfile.cpp
    30 SOURCE			tsu_mdf_videocodecs_play.cpp
    31 SOURCE			tsu_mdf_videocodecs_record.cpp 
    32 SOURCE 			videoplayfile_cov.cpp 
    33 SOURCE			videorecordfile_cov.cpp 
    34 SOURCE 			tsu_mdf_videocodecs_record_cov.cpp 
    35 SOURCE			tsu_mdf_videocodecs_play_cov.cpp
    36 
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    39 
    40 LIBRARY 		estlib.lib
    41 LIBRARY			euser.lib
    42 LIBRARY			efsrv.lib
    43 LIBRARY			testframeworkclient.lib
    44 LIBRARY			mmfdevsound.lib
    45 LIBRARY			ecom.lib
    46 LIBRARY 		mmfserverbaseclasses.lib	
    47 LIBRARY 		puresolverutils.lib
    48 LIBRARY			devvideo.lib
    49 LIBRARY			imageconversion.lib
    50 LIBRARY			fbscli.lib
    51 LIBRARY			bitgdi.lib
    52 
    53 NOSTRICTDEF
    54 #ifdef EABI
    55 NOEXPORTLIBRARY
    56 #endif
    57 
    58 SMPSAFE