equal
deleted
inserted
replaced
29 #include <apgcli.h> |
29 #include <apgcli.h> |
30 #include <W32STD.H> |
30 #include <W32STD.H> |
31 #include <APGTASK.H> |
31 #include <APGTASK.H> |
32 #include <oommonitorsession.h> |
32 #include <oommonitorsession.h> |
33 #include <e32property.h> |
33 #include <e32property.h> |
34 #ifndef FF_OOM_MONITOR2_COMPONENT |
|
35 #include <systemwarninglevels.hrh> |
34 #include <systemwarninglevels.hrh> |
36 #endif |
35 #include "Browser_platform_variant.hrh" |
37 #include "browser_platform_variant.hrh" |
|
38 |
36 |
39 // CONSTANTS |
37 // CONSTANTS |
40 #define KUidWidgetOOMPlugin 0x10282855 |
38 #define KUidWidgetOOMPlugin 0x10282855 |
41 const TInt KMemoryToLaunchWidgetUi = 17*1024*1024; |
39 const TInt KMemoryToLaunchWidgetUi = 17*1024*1024; |
42 |
40 |