]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PlatformBdsLibNull/PlatformData.c
Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg
[mirror_edk2.git] / MdeModulePkg / Library / PlatformBdsLibNull / PlatformData.c
CommitLineData
8dbae30d 1/** @file\r
93e3992d 2 Defined the platform specific device path which will be used by\r
3 platform Bbd to perform the platform policy connect.\r
4\r
8dbae30d 5Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
6All rights reserved. This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
93e3992d 15\r
16#include "BdsPlatform.h"\r
17\r
e6b7d45e 18///\r
19/// Predefined platform default time out value\r
20///\r
93e3992d 21UINT16 gPlatformBootTimeOutDefault = 10;\r
22\r
23//\r
24// Platform specific keyboard device path\r
25//\r
26\r
e6b7d45e 27///\r
28/// Predefined platform default console device path\r
29///\r
93e3992d 30BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {\r
31 {\r
32 NULL,\r
33 0\r
34 }\r
35};\r
36\r
e6b7d45e 37///\r
38/// Predefined platform specific driver option\r
39///\r
93e3992d 40EFI_DEVICE_PATH_PROTOCOL *gPlatformDriverOption[] = { NULL };\r
41\r
e6b7d45e 42///\r
43/// Predefined platform connect sequence\r
44///\r
93e3992d 45EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[] = { NULL };\r