equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 #include <data_caging_paths.hrh> |
18 #include <data_caging_paths.hrh> |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
20 #include <bldvariant.hrh> |
20 #include <bldvariant.hrh> |
21 #include <platform/mw/Browser_platform_variant.hrh> |
21 #include <platform/mw/browser_platform_variant.hrh> |
22 |
22 |
23 // TARGET INFO |
23 // TARGET INFO |
24 |
24 |
25 TARGET WidgetUi.exe |
25 TARGET WidgetUi.exe |
26 TARGETTYPE exe |
26 TARGETTYPE exe |
27 UID 0x100039CE 0x10282822 |
27 UID 0x100039CE 0x10282822 |
28 |
28 |
29 epocstacksize 0x14000 |
29 epocstacksize 0x14000 |
30 EPOCHEAPSIZE 0x5000 0x1000000 |
30 // There is no need to set a custom heap size as a custom allocator is used so the default values of 1 KB for |
|
31 // minimum and 1 MB for maximum should be used instead. These will be used for a short time at startup for |
|
32 // the default heap, which in turn is used to create the custom allocator. no gain in functionality |
|
33 //EPOCHEAPSIZE 0x5000 0x1000000 |
31 |
34 |
32 VENDORID VID_DEFAULT |
35 VENDORID VID_DEFAULT |
33 CAPABILITY CAP_APPLICATION NetworkControl |
36 CAPABILITY CAP_APPLICATION NetworkControl |
34 |
37 |
35 EpocAllowDllData |
38 EpocAllowDllData |