multimediacommsengine/mmcefloorctrlengine/tsrc/ut_floorctrlengine/Group/UT_CFCPlugInEngineTest.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2004 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <eunitcaps.h>
       
    22 
       
    23 TARGET          UT_CFCPlugInEngineTest.dll
       
    24 TARGETTYPE      dll
       
    25 TARGETPATH      /DigiaEUnit/Tests
       
    26 UID             0x1000af5a 0x01700000
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 SOURCE                  UT_CFCPlugInEngineTestDllMain.cpp
       
    30 SOURCE                  ut_cfcsession.cpp
       
    31 SOURCE					        TestPlugInEngine.cpp
       
    32  
       
    33 // Sources needed by the test
       
    34 SOURCEPATH              ../../../src
       
    35 SOURCE                  fcsession.cpp
       
    36 
       
    37 SOURCEPATH              ../src // Added by EUnit Wizard
       
    38 SOURCE                  ut_cfcpluginengine.cpp // Added by EUnit Wizard
       
    39 
       
    40 SOURCEPATH              ../../../src // Added by EUnit Wizard
       
    41 SOURCE                  fcpluginengine.cpp // Added by EUnit Wizard
       
    42 SOURCE				          fcpluginiter.cpp
       
    43 SOURCE                  fcplugininfo.cpp
       
    44 
       
    45 SOURCEPATH              ../src // Added by EUnit Wizard
       
    46 SOURCE                  UT_CFCInterface.cpp // Added by EUnit Wizard
       
    47 
       
    48 USERINCLUDE             ../../../inc
       
    49 USERINCLUDE             ../inc
       
    50 USERINCLUDE             ../FCTestPPlugIn/inc
       
    51 USERINCLUDE             ../FCTestPPlugIn2/inc
       
    52 
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    56 OS_LAYER_SYSTEMINCLUDE
       
    57 #else
       
    58 SYSTEMINCLUDE           /epoc32/include
       
    59 #endif
       
    60 
       
    61 LIBRARY                 bafl.lib
       
    62 LIBRARY                 ECom.lib
       
    63 LIBRARY                 EUnit.lib
       
    64 LIBRARY					EUnitUtil.lib 
       
    65 LIBRARY                 euser.lib
       
    66 LIBRARY                 insock.lib
       
    67 LIBRARY                 sdpcodec.lib
       
    68 
       
    69 CAPABILITY      EUNIT_CAPS
       
    70 
       
    71 // End of file