kerneltest/e32utils/hcrscripts/test/array_test.txt
author Mike Kinghan <mikek@symbian.org>
Thu, 25 Nov 2010 14:35:45 +0000
branchGCC_SURGE
changeset 305 1ba12ef4ef89
parent 0 a41df078684a
permissions -rw-r--r--
Enhance the base/rom extension to generate the symbol file of the rom built. The symbol file is placed in epoc32/rom/<baseport_name>, along with the rom log and final oby file.

#------------------------------------------------------------------------------
# Large Array Settings Test file for use with the 'hcrmd' tool.
#

#------------------------------------------------------------------------------
# Signed Integer array 32-bit tests
#
@
cuid: 0xee000001
eid:  121
type: ArrayInt32
flags: 0x0000
arrval: 2147483647
arrval: 2147483647
.
@
cuid: 0xee000001
eid:  122
type: ArrayInt32
flags: 0x0000
arrval: 1
.
@
cuid: 0xee000001
eid:  123
type: ArrayInt32
flags: 0x0000
arrval: -2147483648
arrval: -2147483648
arrval: -2147483648
.


#------------------------------------------------------------------------------
# Unsigned Integer array 32-bit tests
#
@
cuid: 0xee000004
eid:  131
type: ArrayUInt32
flags: 0x0000
arrval: 4294967295
arrval: 4294967295
arrval: 4294967295
arrval: 4294967295
.

@
cuid: 0xee000004
eid:  132
type: ArrayUInt32
flags: 0x0000
arrval: 0
.