hs_app_idlefw/group/aifw.mmp
changeset 48 0d4ac38889fc
parent 43 690b4f151c12
equal deleted inserted replaced
47:61e9ae0acf5f 48:0d4ac38889fc
       
     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          hs_app_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          hs_app_aifw.cpp
       
    31 SOURCE          hs_app_aicontentpluginmanager.cpp
       
    32 SOURCE          hs_app_aiuicontrollermanager.cpp
       
    33 SOURCE          hs_app_aicallstatusobserver.cpp
       
    34 SOURCE          hs_app_ailightstatusobserver.cpp
       
    35 SOURCE          hs_app_aibackuprestorestatusobserver.cpp
       
    36 SOURCE          hs_app_aienvironmentchangeobserver.cpp
       
    37 SOURCE          hs_app_aifocusobserver.cpp
       
    38 SOURCE          hs_app_aikeylockobserver.cpp
       
    39 SOURCE          hs_app_aipsstatusobserver.cpp
       
    40 SOURCE          hs_app_aipluginstatemanager.cpp
       
    41 SOURCE          hs_app_aipluginstatemachineimpl.cpp
       
    42 SOURCE          hs_app_aistatealive.cpp
       
    43 SOURCE          hs_app_aistatesuspended.cpp
       
    44 SOURCE          hs_app_aistateidle.cpp
       
    45 SOURCE          hs_app_aipluginfactory.cpp
       
    46 SOURCE          hs_app_aiuiframeworkobserverimpl.cpp
       
    47 SOURCE          hs_app_ainetworklistener.cpp
       
    48 
       
    49 // Active Idle Framework shared sources
       
    50 SOURCEPATH      ../src/common
       
    51 SOURCE          hs_app_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     hs_app_aiutils.lib hs_app_aiidleint.lib
       
    78 
       
    79 // Debugging dependencies
       
    80 LIBRARY    flogger.lib
       
    81 
       
    82 //++HV
       
    83 LIBRARY akntransitionutils.lib
       
    84 //--HV
       
    85 
       
    86 DEFFILE         hs_app_aifwu.def
       
    87