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