idlefw/tsrc/idleint/group/UT_IdleInt.mmp
branchRCL_3
changeset 110 2c7f27287390
equal deleted inserted replaced
101:9e077f9a342c 110: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 #include        <platform_paths.hrh>
       
    19 #include        <eunitcaps.h>
       
    20 
       
    21 
       
    22 TARGET          UT_idleint.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY      EUNIT_CAPS
       
    28 MACRO           _AIUIIDLEINT_UNIT_TEST
       
    29 
       
    30 MW_LAYER_SYSTEMINCLUDE
       
    31 APP_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 USERINCLUDE     ../UT_IdleInt
       
    34 USERINCLUDE     ../stubs
       
    35 SYSTEMINCLUDE   ../stubs1
       
    36 USERINCLUDE     ../../../group
       
    37 USERINCLUDE     ../../../inc/common
       
    38 USERINCLUDE     ../../../inc/idleint
       
    39 USERINCLUDE     ../../../inc/utility
       
    40 USERINCLUDE     ../../../inc/framework
       
    41 USERINCLUDE     ../../../src/idleint
       
    42 
       
    43 SOURCEPATH      ../UT_IdleInt
       
    44 SOURCE          UT_idleint.cpp
       
    45 SOURCE          UT_idleintdllmain.cpp
       
    46 SOURCE          testshellforidleint.cpp
       
    47 SOURCE          testshellforstate.cpp
       
    48 
       
    49 SOURCEPATH      ../stubs
       
    50 SOURCE          caipspropertyobserver.cpp
       
    51 SOURCE          aiutility.cpp
       
    52 
       
    53 SOURCEPATH      ../../../src/common
       
    54 SOURCE          aifwpanic.cpp
       
    55 
       
    56 SOURCEPATH      ../../../src/idleint
       
    57 SOURCE          aiwspluginmanager.cpp
       
    58 SOURCE          aiidleappregister.cpp
       
    59 
       
    60 LIBRARY         eunit.lib
       
    61 LIBRARY         eunitutil.lib
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         apgrfx.lib 
       
    64 LIBRARY         ws32.lib
       
    65 LIBRARY         cone.lib
       
    66 LIBRARY         eikcore.lib
       
    67 LIBRARY         avkon.lib
       
    68 LIBRARY         aknnotify.lib
       
    69 
       
    70 LIBRARY         aiutils.lib
       
    71 
       
    72 // End of file