commonservices/sysutil/group/sysutil.iby
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __SYSUTIL_IBY__
       
    17 #define __SYSUTIL_IBY__
       
    18 
       
    19 file=ABI_DIR\BUILD_DIR\sysutil.dll		sys\bin\sysutil.dll
       
    20 file=ABI_DIR\BUILD_DIR\sysutilsetup.exe	sys\bin\sysutilsetup.exe
       
    21 
       
    22 // For both the H2 and H4 boards the RAM disk critical threshold has
       
    23 // been configured to approximately 1/10 of 1% of the disk space
       
    24 // and for the non-RAM disk to 1/2 of 1% of the disk space.
       
    25 
       
    26 #ifdef __MOMAP16XX_H2__
       
    27 patchdata sysutil.dll@KSysUtilRamDiskCriticalThreshold 65536
       
    28 patchdata sysutil.dll@KSysUtilOtherDiskCriticalThreshold 262144
       
    29 #endif 
       
    30 
       
    31 #ifdef __MOMAP24XX_H4HRP__ 
       
    32 patchdata sysutil.dll@KSysUtilRamDiskCriticalThreshold 65536
       
    33 patchdata sysutil.dll@KSysUtilOtherDiskCriticalThreshold 262144
       
    34 #endif
       
    35 
       
    36 #ifdef __MOMAP34XX_SDP__
       
    37 patchdata sysutil.dll@KSysUtilRamDiskCriticalThreshold 65536
       
    38 patchdata sysutil.dll@KSysUtilOtherDiskCriticalThreshold 262144
       
    39 #endif
       
    40 
       
    41 #ifdef __NE1_TB__
       
    42 patchdata sysutil.dll@KSysUtilRamDiskCriticalThreshold 65536
       
    43 patchdata sysutil.dll@KSysUtilOtherDiskCriticalThreshold 262144
       
    44 #endif
       
    45 
       
    46 #ifdef SYMBIAN_BAFL_SYSUTIL_DEFAULT_MMC_DRIVE
       
    47 patchdata sysutil.dll@KSysUtilDefaultMMCDrive SYMBIAN_BAFL_SYSUTIL_DEFAULT_MMC_DRIVE
       
    48 #endif
       
    49 #ifdef SYMBIAN_BAFL_SYSUTIL_RAM_DRIVE_CRITICAL_THRESHOLD
       
    50 patchdata sysutil.dll@KSysUtilRamDiskCriticalThreshold SYMBIAN_BAFL_SYSUTIL_RAM_DRIVE_CRITICAL_THRESHOLD
       
    51 #endif
       
    52 #ifdef SYMBIAN_BAFL_SYSUTIL_OTHER_DISK_CRITICAL_THRESHOLD
       
    53 patchdata sysutil.dll@KSysUtilOtherDiskCriticalThreshold SYMBIAN_BAFL_SYSUTIL_OTHER_DISK_CRITICAL_THRESHOLD
       
    54 #endif
       
    55 #ifdef SYMBIAN_BAFL_SYSUTIL_DEFAULT_FFS_DRIVE
       
    56 patchdata sysutil.dll@KSysUtilDefaultFFSDrive SYMBIAN_BAFL_SYSUTIL_DEFAULT_FFS_DRIVE
       
    57 #endif
       
    58 
       
    59 #ifdef SYMBIAN_BAFL_SYSUTIL_ENABLE_VERSION_SETUP_EXE
       
    60 patchdata sysutil.dll@KSysUtilDisableVersionSetupExe 0
       
    61 #endif
       
    62 
       
    63 #ifdef SYMBIAN_BAFL_SYSUTIL_DISABLE_DEVICE_TYPE_INFO_SETUP_EXE
       
    64 patchdata sysutil.dll@KSysUtilDisableDeviceTypeInfoSetupExe 1
       
    65 #endif
       
    66 
       
    67 #ifdef SYMBIAN_BAFL_SYSUTIL_TEST_MODE_ENABLED
       
    68 patchdata sysutil.dll@KSysUtilTestModeEnabled 1
       
    69 #endif
       
    70 
       
    71 #endif // __SYSUTIL_IBY__