mmlibs/mmfw/tsrc/mmfunittest/MmpFiles/TS_CMMFTestController.mmp
changeset 24 2672ba96448e
parent 21 1c0a769d0cc5
child 33 0267baa9dea9
equal deleted inserted replaced
21:1c0a769d0cc5 24:2672ba96448e
     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_cmmftestcontroller.dll
       
    19 CAPABILITY ALL -TCB
       
    20 targettype plugin
       
    21 UID           	0x10009d8d 0x101f7790
       
    22 VENDORID 0x70000001
       
    23 
       
    24 SOURCEPATH      ../ctlfrm/TS_CMMFTestController
       
    25 SOURCE          Ts_cmmftestcontroller.cpp
       
    26 
       
    27 USERINCLUDE     ../ctlfrm
       
    28 USERINCLUDE   ../ctlfrm/TS_CMMFTestController
       
    29 USERINCLUDE   ../ctlfrm/ts_cmmftestcustomcommands
       
    30 USERINCLUDE   ../../../inc/mmf/ControllerFramework
       
    31 USERINCLUDE   ../../../inc/mmf
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 start resource 101f7790.rss
       
    36 target ts_cmmftestcontroller.rsc
       
    37 end
       
    38 
       
    39 LIBRARY		euser.lib 
       
    40 //LIBRARY     ecom.lib
       
    41 LIBRARY     mmfcontrollerframework.lib
       
    42 LIBRARY		ts_cmmftestcustomcommands.lib
       
    43 
       
    44 LIBRARY     mmfstandardcustomcommands.lib 
       
    45 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
       
    46 LIBRARY ws32.lib 
       
    47 #endif
       
    48 
       
    49 #ifdef EABI
       
    50 library			ecom.lib
       
    51 #endif
       
    52 
       
    53 
       
    54 
       
    55 
       
    56 SMPSAFE