kernel/eka/rombuild/user.iby
branchRCL_3
changeset 44 3e88ff8f41d5
parent 43 c1f20ce4abcf
equal deleted inserted replaced
43:c1f20ce4abcf 44:3e88ff8f41d5
    65 #if !(defined(INST_X86) || defined(INST_X86GCC)) && !defined(RVCT)
    65 #if !(defined(INST_X86) || defined(INST_X86GCC)) && !defined(RVCT)
    66 file=\Epoc32\Release\##MAIN##\##BUILD##\eka1_entry_stub.dll				\sys\bin\eka1_entry_stub.dll
    66 file=\Epoc32\Release\##MAIN##\##BUILD##\eka1_entry_stub.dll				\sys\bin\eka1_entry_stub.dll
    67 #endif
    67 #endif
    68 
    68 
    69 
    69 
    70 #if !(defined(INST_X86) || defined(INST_X86GCC)) && !defined(USE_CUSTOM_MMC_PARTITION)
    70 #ifndef USE_CUSTOM_MMC_PARTITION
    71 extension[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\EMMCPTN.DLL                   \Sys\Bin\EMMCPTN.DLL
    71 extension[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\EMMCPTN.DLL                   \Sys\Bin\EMMCPTN.DLL
    72 #endif
    72 #endif
    73 
    73 
    74 // Stop-mode debug subsystem
    74 // Run-mode debug subsystem
    75 #include "sm_debug.iby"
    75 #include "rm_debug_svr.iby"
    76 
    76 
    77 // Load Platform Security settings
    77 // Load Platform Security settings
    78 #ifndef __DONT_LOAD_PLATSEC_SETTINGS__
    78 #ifndef __DONT_LOAD_PLATSEC_SETTINGS__
    79 #ifndef NOPLATSEC
    79 #ifndef NOPLATSEC
    80 #include "platsec.settings"
    80 #include "platsec.settings"
   172 #if defined(NO_PAGINGPOLICY)
   172 #if defined(NO_PAGINGPOLICY)
   173 datapagingpolicy nopaging
   173 datapagingpolicy nopaging
   174 #endif
   174 #endif
   175 #endif // PAGED_DATA
   175 #endif // PAGED_DATA
   176 
   176 
   177 #if !defined(PAGED_DATA)
       
   178 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\not_data_paged.txt  Test\not_data_paged.txt unpaged paging_unmovable
       
   179 #endif //#if !defined(PAGED_DATA)
       
   180 
       
   181 // Test constant patching works by setting KHeapMinCellSize to zero, which is the default anyway
   177 // Test constant patching works by setting KHeapMinCellSize to zero, which is the default anyway
   182 patchdata ekern.exe @ KHeapMinCellSize 0
   178 patchdata ekern.exe @ KHeapMinCellSize 0
   183 patchdata euser.dll @ KHeapMinCellSize 0
   179 patchdata euser.dll @ KHeapMinCellSize 0