idlefw/tsrc/framework/ut_aifw/ut_aistateprovider/group/ut_aistateprovider.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_aistateprovider.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          aistateprovider.cpp
       
    39 SOURCE			aiecomobserver.cpp
       
    40 
       
    41 SOURCEPATH      ../../stub/src
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          ut_aistateprovider.cpp 
       
    45 SOURCE          ut_aistateprovider_dllmain.cpp 
       
    46 
       
    47 LIBRARY         aiutils.lib 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         cone.lib 
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         ecom.lib
       
    52 LIBRARY         hwrmlightclient.lib
       
    53 LIBRARY         aknskinsrv.lib
       
    54 LIBRARY         EUnit.lib
       
    55 LIBRARY         EUnitUtil.lib
       
    56 LIBRARY         swiutils.lib
       
    57 
       
    58 // End of file