Keyword referenceThis page lists the keywords starting from G to O. heapmax
rombuild only Overrides the default maximum heap size for the executable. heapmin
rombuild only Overrides the default minimum heap size for the executable. hide[[HWVD]]
rombuild and rofsbuild Marks the existing file as hidden. The file is still available to resolve DLL static links. _HIDE__ECOM_PLUGIN
BUILDROM only Specifies an ECom plug-in, consisting of an implementation DLL and an ECom registration resource file, to be hidden in the ROM and in the SPI file.
Symbian platform code does not use this keyword directly. Instead, it
uses the macro
For example:
This feature allows
As part of the ROM building process, it is possible to add support for
multiple languages. This affects how ECom resource files are specified by
kerneldataaddress
rombuild only Kernel data/bss chunk base virtual address. The recommended value is 0x64000000. kernelheapmax
rombuild only Maximum size of the Kernel's heap. The Kernel heap grows in virtual address space until this value is reached: It can then grow no further. The value is rounded up to a multiple of the virtual address space mapped by a single page directory entry - on ARM CPUs this is 1MB. Usually 1 page directory entry's worth of RAM is specified. The default value is 0x100000; this is used if none is supplied. kernelheapmin
rombuild only Minimum size of the Kernel heap, allocated immediately when the Kernel boots. Specify either a minimal value or a working set size based on envisaged use. The recommended value is 0x10000, and is the default value if none is explicitly supplied. kernelromname
rombuild only ROM image on which an extension ROM is based. This keyword is only valid for extension ROMs kerneltrace
rombuild only
Initial value for the kernel trace mask. You can supply upto eight
separate 32 bit masks in order to enable higher trace flags. The bit values are
defined in
To define kernel trace in an LANGUAGE_CODE
BUILDROM only Localisation support. Specifies the Symbian 2-digit codes for languages to be supported in this ROM. The keyword may be used as many times as necessary. maxunpagedsize
rombuild only
Sets the maximum value for the size of uncompressed unpaged data for
which you can flash the image. If the size of the unpaged data is greater than
memmodel
rombuild only Specifies the memory model to be used at runtime together with the chunk size and the page size. multikernel
rombuild only Specifies that the ROM image has multiple kernel executables. These kernels are specified with multiple primary keywords in the files-section. Note that this keyword is mutually exclusive with singlekernel keyword. MULTI_LINGUIFY
BUILDROM only Localisation support. During the localisation pass, the MULTI_LINGUIFY lines are expanded into one line per language code. For example, the line:
is expanded to the lines:
The first line is for the default language code; the remaining lines are for all other language codes.
This provides support for the
Copyright ©2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: SFL
|