/** @file
Define some data used for Boot Maint
Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "BootMaint.h"
///
/// Terminal type string token storage
///
};
///
/// Flow Control type string token storage
///
};
0,
};
///
/// File system selection menu
///
{NULL},
0
};
///
/// Console Input Device Selection Menu
///
{NULL},
0
};
///
/// Console Output Device Selection Menu
///
{NULL},
0
};
///
/// Error Output Device Selection Menu
///
{NULL},
0
};
///
/// Boot Option from variable Menu
///
{NULL},
0
};
///
/// Driver Option from variable menu
///
{NULL},
0
};
///
/// Legacy FD Info from LegacyBios.GetBbsInfo()
///
{NULL},
0
};
///
/// Legacy HD Info from LegacyBios.GetBbsInfo()
///
{NULL},
0
};
///
/// Legacy CD Info from LegacyBios.GetBbsInfo()
///
{NULL},
0
};
///
/// Legacy NET Info from LegacyBios.GetBbsInfo()
///
{NULL},
0
};
///
/// Legacy NET Info from LegacyBios.GetBbsInfo()
///
{NULL},
0
};
///
/// Files and sub-directories in current directory menu
///
{NULL},
0
};
///
/// Handles in current system selection menu
///
{NULL},
0
};
{NULL},
0
};
///
/// Value and string token correspondency for BaudRate
///
{
115200,
},
{
57600,
},
{
38400,
},
{
19200,
},
{
9600,
},
{
7200,
},
{
4800,
},
{
3600,
},
{
2400,
},
{
2000,
},
{
1800,
},
{
1200,
},
{
600,
},
{
300,
},
{
150,
},
{
134,
},
{
110,
},
{
75,
},
{
50,
}
};
///
/// Value and string token correspondency for DataBits
///
{
5,
},
{
6,
},
{
7,
},
{
8,
}
};
///
/// Value and string token correspondency for Parity
///
{
},
{
},
{
},
{
},
{
}
};
///
/// Value and string token correspondency for Baudreate
///
{
},
{
},
{
}
};
///
/// Guid for messaging path, used in Serial port setting.
///
};