emulator/emulatorbsp/inc/variantmediadef.h
branchRCL_3
changeset 55 7151b503b58d
parent 40 cb9d56c0e2af
equal deleted inserted replaced
49:a4ff6126ec76 55:7151b503b58d
    55 #define NAND_DRIVECOUNT 3
    55 #define NAND_DRIVECOUNT 3
    56 #define NAND_DRIVELIST 5,6,9
    56 #define NAND_DRIVELIST 5,6,9
    57 #define NAND_NUMMEDIA 1
    57 #define NAND_NUMMEDIA 1
    58 #define NAND_DRIVENAME "Nand"
    58 #define NAND_DRIVENAME "Nand"
    59 
    59 
    60 // Variant parameters for test NFE media extension driver 
       
    61 #define NFE_DRIVECOUNT 2
       
    62 #define NFE_DRIVELIST 1,5
       
    63 #define NFE_DRIVELETTERLIST 23,20			// EDRive? IDs of the each instance. (EDriveX,EDriveU from estart.txt)
       
    64 
       
    65 #define NFE_INSTANCE_COUNT 2				// the number of NFE media driver instances
       
    66 #define NFE_INSTANCE_DRIVE_COUNTS 1,1		// the number of drives in NFE_DRIVELIST for each instance of the driver
       
    67 
       
    68 // Variant parameters for production NFE media extension driver (same as NFE_DRIVELETTERLIST)
       
    69 #define NFE_INSTANCE_UI_DRIVE_ID 23,20			// EDRive? IDs of the each instance. (EDriveX,EDriveU from estart.txt)
       
    70 
       
    71 
       
    72 
       
    73 #endif
    60 #endif