idlefw/group/aifw.mmp
changeset 0 79c6a41cd166
child 8 d0529222e3f0
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Project definition file for project AI framework
       
    15 *
       
    16 */
       
    17 
       
    18 #include        <platform_paths.hrh>
       
    19 #include        <data_caging_paths.hrh>
       
    20 #include        <platform/mw/aisystemuids.hrh>
       
    21 
       
    22 TARGET          aifw.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D AI_UID3_AIFW_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 // Framework sources
       
    29 SOURCEPATH      ../src/framework
       
    30 SOURCE          aifw.cpp
       
    31 SOURCE          aicontentpluginmanager.cpp
       
    32 SOURCE          aiuicontrollermanager.cpp
       
    33 SOURCE          aicallstatusobserver.cpp
       
    34 SOURCE          ailightstatusobserver.cpp
       
    35 SOURCE          aibackuprestorestatusobserver.cpp
       
    36 SOURCE          aienvironmentchangeobserver.cpp
       
    37 SOURCE          aifocusobserver.cpp
       
    38 SOURCE          aikeylockobserver.cpp
       
    39 SOURCE          aipsstatusobserver.cpp
       
    40 SOURCE          aipluginstatemanager.cpp
       
    41 SOURCE          aipluginstatemachineimpl.cpp
       
    42 SOURCE          aistatealive.cpp
       
    43 SOURCE          aistatesuspended.cpp
       
    44 SOURCE          aistateidle.cpp
       
    45 SOURCE          aipluginfactory.cpp
       
    46 SOURCE          aiuiframeworkobserverimpl.cpp
       
    47 SOURCE          ainetworklistener.cpp
       
    48 
       
    49 // Active Idle Framework shared sources
       
    50 SOURCEPATH      ../src/common
       
    51 SOURCE          aifwpanic.cpp
       
    52 
       
    53 USERINCLUDE     .
       
    54 USERINCLUDE     ../inc/framework
       
    55 USERINCLUDE     ../inc/common
       
    56 USERINCLUDE     ../inc/idleint
       
    57 USERINCLUDE     ../cenrep
       
    58 
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 // Symbian OS dependencies
       
    62 LIBRARY         euser.lib bafl.lib ecom.lib
       
    63 LIBRARY         centralrepository.lib
       
    64 LIBRARY         apparc.lib apgrfx.lib
       
    65 LIBRARY         ws32.lib cone.lib commonengine.lib
       
    66 LIBRARY         cenrepnotifhandler.lib
       
    67 
       
    68 // S60 Dependencies
       
    69 LIBRARY         avkon.lib
       
    70 LIBRARY         aknnotify.lib
       
    71 LIBRARY         featmgr.lib
       
    72 LIBRARY         eikcore.lib
       
    73 LIBRARY         hwrmlightclient.lib
       
    74 LIBRARY         networkhandling.lib
       
    75 
       
    76 // Active Idle internal dependencies
       
    77 LIBRARY     aiutils.lib aiidleint.lib
       
    78 
       
    79 // Debugging dependencies
       
    80 LIBRARY    flogger.lib
       
    81 
       
    82 //++HV
       
    83 LIBRARY akntransitionutils.lib
       
    84 //--HV
       
    85 
       
    86 DEFFILE         aifwu.def
       
    87