documentation/common_mmh.pod
changeset 12 d0b16e01f384
parent 7 184a1eb85cf2
parent 8 eb5f524dc31d
child 19 cb341c55f6e8
equal deleted inserted replaced
11:8a3293f6c06f 12:d0b16e01f384
   200 
   200 
   201 =item FSHELL_FLEXIBLEMM_AWARE
   201 =item FSHELL_FLEXIBLEMM_AWARE
   202 
   202 
   203 Indicates that the baseline is recent enough to be aware of the flexible memory model. It doesn't necessarily mean that the flexible model is actually the one being used. It generally guards kernel APIs that weren't introduced until the FMM was (such as Kern::ChunkUserBase).
   203 Indicates that the baseline is recent enough to be aware of the flexible memory model. It doesn't necessarily mean that the flexible model is actually the one being used. It generally guards kernel APIs that weren't introduced until the FMM was (such as Kern::ChunkUserBase).
   204 
   204 
   205 =item FSHELL_SPCRE_SUPPORT
   205 =item FSHELL_[NO_]SPCRE_SUPPORT
   206 
   206 
   207 The regular expression libraries spcre.dll and libpcre.dll are available.
   207 The regular expression libraries spcre.dll and libpcre.dll are available.
   208 
   208 
   209 =item FSHELL_DYNAMICSTARTUP_SUPPORT
   209 =item FSHELL_DYNAMICSTARTUP_SUPPORT
   210 
   210 
   211 The Dynamic Startup Configuration (DSC) APIs such as RDscStore are available.
   211 The Dynamic Startup Configuration (DSC) APIs such as RDscStore are available.
   212 
   212 
   213 =item FSHELL_MEMSPY_SUPPORT
   213 =item FSHELL_MEMSPY_SUPPORT
   214 
   214 
   215 The MemSpy Engine APIs are available.
   215 The MemSpy Engine APIs are available.
       
   216 
       
   217 =item FSHELL_TESTEXECUTE_SUPPORT
       
   218 
       
   219 The TestExecute APIs are available.
   216 
   220 
   217 =back
   221 =back
   218 
   222 
   219 A couple of further macros follow - these are specifically for platforms that provide an custom implementation of the relevant command rather than using fshell's built-in version.
   223 A couple of further macros follow - these are specifically for platforms that provide an custom implementation of the relevant command rather than using fshell's built-in version.
   220 
   224