idlefw/group/aifw.mmp
branchRCL_3
changeset 8 d0529222e3f0
parent 0 79c6a41cd166
child 14 15e4dd19031c
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
    26 CAPABILITY      CAP_GENERAL_DLL
    26 CAPABILITY      CAP_GENERAL_DLL
    27 
    27 
    28 // Framework sources
    28 // Framework sources
    29 SOURCEPATH      ../src/framework
    29 SOURCEPATH      ../src/framework
    30 SOURCE          aifw.cpp
    30 SOURCE          aifw.cpp
    31 SOURCE          aicontentpluginmanager.cpp
    31 SOURCE          aieventhandler.cpp 
       
    32 SOURCE          aipluginfactory.cpp
    32 SOURCE          aiuicontrollermanager.cpp
    33 SOURCE          aiuicontrollermanager.cpp
    33 SOURCE          aicallstatusobserver.cpp
    34 SOURCE          aistatemanager.cpp
    34 SOURCE          ailightstatusobserver.cpp
    35 SOURCE          aistateprovider.cpp
    35 SOURCE          aibackuprestorestatusobserver.cpp
    36 SOURCE          aiecomobserver.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 
    37 
    49 // Active Idle Framework shared sources
    38 // Active Idle Framework shared sources
    50 SOURCEPATH      ../src/common
    39 SOURCEPATH      ../src/common
    51 SOURCE          aifwpanic.cpp
    40 SOURCE          aifwpanic.cpp
    52 
    41 
    69 LIBRARY         avkon.lib
    58 LIBRARY         avkon.lib
    70 LIBRARY         aknnotify.lib
    59 LIBRARY         aknnotify.lib
    71 LIBRARY         featmgr.lib
    60 LIBRARY         featmgr.lib
    72 LIBRARY         eikcore.lib
    61 LIBRARY         eikcore.lib
    73 LIBRARY         hwrmlightclient.lib
    62 LIBRARY         hwrmlightclient.lib
    74 LIBRARY         networkhandling.lib
    63 LIBRARY         aknskinsrv.lib
    75 
    64 
    76 // Active Idle internal dependencies
    65 // Active Idle internal dependencies
    77 LIBRARY     aiutils.lib aiidleint.lib
    66 LIBRARY         aiutils.lib 
       
    67 LIBRARY         aiidleint.lib
    78 
    68 
    79 // Debugging dependencies
    69 // Debugging dependencies
    80 LIBRARY    flogger.lib
    70 LIBRARY         flogger.lib
    81 
       
    82 //++HV
       
    83 LIBRARY akntransitionutils.lib
       
    84 //--HV
       
    85 
    71 
    86 DEFFILE         aifwu.def
    72 DEFFILE         aifwu.def
    87