os/mm/mmlibs/mmfw/tsrc/mmfunittest/VCLNT/mmpfiles/TS_CMMFVideoTestController.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2002-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 // using relative paths for sourcepath and user includes
    15 // 
    16 //
    17 
    18 target ts_cmmfvideotestcontroller.dll
    19 CAPABILITY ALL -TCB
    20 targettype plugin
    21 UID           	0x10009d8d 0x101f7D2D
    22 VENDORID 0x70000001
    23 
    24 SOURCEPATH      ../TS_CMMFVideoTestController
    25 SOURCE          Ts_cmmfvideotestcontroller.cpp
    26 
    27 #ifdef SYMBIAN_BUILD_GCE
    28 #ifdef WINSCW
    29 source			gceavailable_winscw.cpp
    30 #endif
    31 
    32 #if defined(EABI) || defined(X86GCC)
    33 source			gceavailable_nongce.cpp
    34 #endif
    35 #endif // SYMBIAN_BUILD_GCE
    36 
    37 USERINCLUDE	../TS_CMMFVideoTestController
    38 USERINCLUDE	../ts_cmmfvideotestcustomcommands
    39 USERINCLUDE	../TSU_MMF_VCLNT_01/inc
    40 USERINCLUDE	../../../../inc/mmf/ControllerFramework
    41 USERINCLUDE	../../../../inc/mmf
    42 USERINCLUDE	../../../../inc/mmf/common
    43 USERINCLUDE	../../../../inc/mmf/server
    44 USERINCLUDE	../../../../inc/mmf/PLUGIN
    45 
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    47 
    48 start resource 101f7D2D.rss
    49 target ts_cmmfvideotestcontroller.rsc
    50 end
    51 
    52 LIBRARY		euser.lib 
    53 LIBRARY         mmfcontrollerframework.lib
    54 LIBRARY		ts_cmmfvideotestcustomcommands.lib
    55 LIBRARY         mmfstandardcustomcommands.lib
    56 LIBRARY		fbscli.lib
    57 LIBRARY		bafl.lib
    58 LIBRARY		surfacemanager.lib
    59 #ifdef EABI
    60 library			ecom.lib
    61 #endif
    62 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    63 library			ws32.lib
    64 #endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    65 
    66 SMPSAFE