idlefw/tsrc/framework/ut_aifw/ut_aipluginfactory/group/ut_aipluginfactory.mmp
branchRCL_3
changeset 27 2c7f27287390
equal deleted inserted replaced
25:9e077f9a342c 27:2c7f27287390
       
     1 /*
       
     2 * Copyright (c) 2010 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 #include 		<platform_paths.hrh>
       
    20 #include 		<eunitcaps.h>
       
    21 
       
    22  
       
    23 TARGET          ut_aipluginfactory.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 CAPABILITY      EUNIT_CAPS
       
    29 MACRO           _AIFW_UNIT_TEST
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 USERINCLUDE     ../../../../../inc/framework
       
    34 USERINCLUDE     ../../stub/inc
       
    35 USERINCLUDE     ../inc
       
    36 
       
    37 SOURCEPATH      ../../../../../src/framework
       
    38 SOURCE          aipluginfactory.cpp
       
    39 SOURCE          aistatemanager.cpp
       
    40 SOURCE          aicpscommandbuffer.cpp
       
    41 SOURCE          aicpsexecuteparam.cpp
       
    42 
       
    43 SOURCEPATH      ../../stub/src
       
    44 SOURCE          aiuicontrollermanager_stub.cpp
       
    45 SOURCE          aiuicontroller_stub.cpp
       
    46 
       
    47 
       
    48 SOURCEPATH      ../src
       
    49 SOURCE          ut_aipluginfactory.cpp 
       
    50 SOURCE          ut_aipluginfactory_dllmain.cpp 
       
    51 
       
    52 LIBRARY         aiutils.lib 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY			cone.lib 
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY			ecom.lib
       
    57 LIBRARY         EUnit.lib
       
    58 LIBRARY         EUnitUtil.lib
       
    59 LIBRARY         liwServiceHandler.lib
       
    60 
       
    61 // End of file