idlefw/tsrc/framework/ut_aifw/ut_aistatemanager/group/ut_aistatemanager.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_aistatemanager.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          aistatemanager.cpp
       
    39 SOURCE          aicpscommandbuffer.cpp
       
    40 SOURCE          aicpsexecuteparam.cpp
       
    41 
       
    42 SOURCEPATH      ../../stub/src
       
    43 SOURCE          aiuicontrollermanager_stub.cpp
       
    44 SOURCE          aiuicontroller_stub.cpp
       
    45 SOURCE          aipluginfactory_stub.cpp
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 SOURCE          ut_aistatemanager.cpp 
       
    49 SOURCE          ut_aistatemanager_dllmain.cpp 
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         cone.lib
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         EUnit.lib
       
    56 LIBRARY         EUnitUtil.lib
       
    57 LIBRARY         avkon.lib
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         commonengine.lib
       
    60 LIBRARY         liwServiceHandler.lib
       
    61 
       
    62 // End of file