Code scrub for PlatformBdsLibNull.inf library instance.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6801 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-12-02 08:09:28 +00:00
parent 7e6a7a6378
commit e6b7d45e9d
5 changed files with 107 additions and 190 deletions

View File

@@ -15,18 +15,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "BdsPlatform.h"
//
// Predefined platform default time out value
//
///
/// Predefined platform default time out value
///
UINT16 gPlatformBootTimeOutDefault = 10;
//
// Platform specific keyboard device path
//
//
// Predefined platform default console device path
//
///
/// Predefined platform default console device path
///
BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
{
NULL,
@@ -34,12 +34,12 @@ BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
}
};
//
// Predefined platform specific driver option
//
///
/// Predefined platform specific driver option
///
EFI_DEVICE_PATH_PROTOCOL *gPlatformDriverOption[] = { NULL };
//
// Predefined platform connect sequence
//
///
/// Predefined platform connect sequence
///
EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[] = { NULL };