kerneltest/e32test/hcr/d_hcrut_psl.cpp
branchRCL_3
changeset 36 bbf8bed59bcb
parent 14 5d2844f35677
equal deleted inserted replaced
28:5b5d147c7838 36:bbf8bed59bcb
   125 	// repository is only supported in the ARM bootstrap, not X86 or WINS so 
   125 	// repository is only supported in the ARM bootstrap, not X86 or WINS so 
   126 	// this test code needs conditional compilation.
   126 	// this test code needs conditional compilation.
   127 #if !defined(__WINS__) && !defined(__X86__)
   127 #if !defined(__WINS__) && !defined(__X86__)
   128     
   128     
   129     // Note to future implementor:
   129     // Note to future implementor:
   130 	// #include <kernel\kernboot.h>
   130 	// #include <kernel/kernboot.h>
   131 	// First check to see if SMRIB was created during boot time. 
   131 	// First check to see if SMRIB was created during boot time. 
   132     // If SSuperPageBase::iSmrData == KSuperPageAddressFieldUndefined (i.e. -1) 
   132     // If SSuperPageBase::iSmrData == KSuperPageAddressFieldUndefined (i.e. -1) 
   133 	// it does not exist, return KErrNotSupported, SMR not support by base port
   133 	// it does not exist, return KErrNotSupported, SMR not support by base port
   134     // or it is not available due to boot scenario, i.e. boot from MMC
   134     // or it is not available due to boot scenario, i.e. boot from MMC
   135     //
   135     //