logsui/group/LogsPlugin.mmp
branchRCL_3
changeset 68 9da50d567e3c
parent 0 e686773b3f54
child 85 38bb213f60ba
equal deleted inserted replaced
63:f4a778e096c2 68:9da50d567e3c
    55 USERINCLUDE     ../LogsExt
    55 USERINCLUDE     ../LogsExt
    56 
    56 
    57 APP_LAYER_SYSTEMINCLUDE
    57 APP_LAYER_SYSTEMINCLUDE
    58 
    58 
    59 // Dependencies to Logs components
    59 // Dependencies to Logs components
    60 LIBRARY         LogsEng.lib
    60 LIBRARY         logseng.lib
    61 LIBRARY         AocCtView.lib
    61 LIBRARY         AocCtView.lib
    62 
    62 
    63 // Dependencies to system components
    63 // Dependencies to system components
    64 LIBRARY         logcli.lib                      // CLogClient
    64 LIBRARY         logcli.lib                      // CLogClient
    65 LIBRARY         apparc.lib
    65 LIBRARY         apparc.lib
    66 LIBRARY         avkon.lib
    66 LIBRARY         avkon.lib
    67 LIBRARY         commonengine.lib                // StringLoader
    67 LIBRARY         CommonEngine.lib                // StringLoader
    68 LIBRARY         cone.lib
    68 LIBRARY         cone.lib
    69 LIBRARY         eikcoctl.lib
    69 LIBRARY         eikcoctl.lib
    70 LIBRARY         eikctl.lib
    70 LIBRARY         eikctl.lib
    71 LIBRARY         eikcore.lib
    71 LIBRARY         eikcore.lib
    72 LIBRARY         euser.lib
    72 LIBRARY         euser.lib
    74 LIBRARY         egul.lib
    74 LIBRARY         egul.lib
    75 LIBRARY         bafl.lib                        // MDesCArray, CCLipBoard
    75 LIBRARY         bafl.lib                        // MDesCArray, CCLipBoard
    76 
    76 
    77 LIBRARY         etext.lib                       // CPlainText
    77 LIBRARY         etext.lib                       // CPlainText
    78 
    78 
    79 LIBRARY         AknSkins.lib 
    79 LIBRARY         aknskins.lib
    80 LIBRARY         hlplch.lib                      // Help application
    80 LIBRARY         hlplch.lib                      // Help application
    81 LIBRARY         FeatMgr.lib                     // Feature Manager API
    81 LIBRARY         featmgr.lib                     // Feature Manager API
    82 LIBRARY         ws32.lib
    82 LIBRARY         ws32.lib
    83 LIBRARY         apgrfx.lib
    83 LIBRARY         apgrfx.lib
    84 LIBRARY         CdlEngine.lib                   //Dynamic ui stuff  
    84 LIBRARY         CdlEngine.lib                   //Dynamic ui stuff  
    85 LIBRARY         eikdlg.lib
    85 LIBRARY         eikdlg.lib
    86 
    86 
    87 LIBRARY         gdi.lib                         //This is needed for 3.1 builds (because of API change in CFont Class (gdi.h)
    87 LIBRARY         gdi.lib                         //This is needed for 3.1 builds (because of API change in CFont Class (gdi.h)
    88 
    88 
    89 LIBRARY         ecom.lib    
    89 LIBRARY         ecom.lib    
    90 LIBRARY         GSEcomPlugin.lib
    90 LIBRARY         gsecomplugin.lib
    91 LIBRARY         GSFramework.lib
    91 LIBRARY         gsframework.lib
    92 LIBRARY         efsrv.lib
    92 LIBRARY         efsrv.lib
    93 
    93 
    94 // End of File
    94 // End of File
    95 
    95