idlefw/tsrc/framework/group/MT_aifw.mmp
branchRCL_3
changeset 27 2c7f27287390
equal deleted inserted replaced
25:9e077f9a342c 27:2c7f27287390
       
     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 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET          MT_aifw.dll
       
    22 TARGETTYPE      dll
       
    23 TARGETPATH      /DigiaEUnit/Tests
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY		ALL -TCB            
       
    27 //VENDORID                
       
    28 
       
    29 SOURCEPATH              ../MT_aifw
       
    30 SOURCE                  MT_aifwDllMain.cpp
       
    31 SOURCE                  MT_aifw.cpp
       
    32 
       
    33 USERINCLUDE             ../MT_aifw
       
    34 USERINCLUDE             ../../../../inc/framework
       
    35 USERINCLUDE             ../../../../inc/common
       
    36 USERINCLUDE             ../../../../../../homescreen/idlehomescreen/inc
       
    37 SYSTEMINCLUDE           /epoc32/include/platform/mw
       
    38 
       
    39 
       
    40 SYSTEMINCLUDE             ../../../../group
       
    41 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 LIBRARY                 eunit.lib
       
    44 LIBRARY                 eunitutil.lib
       
    45 LIBRARY                 euser.lib
       
    46 LIBRARY					ecom.lib
       
    47 LIBRARY                 aifw.lib
       
    48 LIBRARY                 aifwtestplugins.lib
       
    49 LIBRARY                 bafl.lib
       
    50 LIBRARY                 efsrv.lib
       
    51 
       
    52 
       
    53 // End of file