kernel/eka/rombuild/user.iby
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
equal deleted inserted replaced
42:a179b74831c9 43:c1f20ce4abcf
    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 #ifndef USE_CUSTOM_MMC_PARTITION
    70 #if !(defined(INST_X86) || defined(INST_X86GCC)) && !defined(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 // Run-mode debug subsystem
    74 // Stop-mode debug subsystem
    75 #include "rm_debug_svr.iby"
    75 #include "sm_debug.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 
   177 // Test constant patching works by setting KHeapMinCellSize to zero, which is the default anyway
   181 // Test constant patching works by setting KHeapMinCellSize to zero, which is the default anyway
   178 patchdata ekern.exe @ KHeapMinCellSize 0
   182 patchdata ekern.exe @ KHeapMinCellSize 0
   179 patchdata euser.dll @ KHeapMinCellSize 0
   183 patchdata euser.dll @ KHeapMinCellSize 0