]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformBootManagerLib/PlatformData.c
Nt32Pkg/WinNtSimpleFileSystemDxe: Fix ASSERT() parsing '\'
[mirror_edk2.git] / OvmfPkg / Library / PlatformBootManagerLib / PlatformData.c
CommitLineData
30541881
RN
1/** @file\r
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
9828cc24 5 Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>\r
30541881
RN
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#include "BdsPlatform.h"\r
17\r
30541881
RN
18ACPI_HID_DEVICE_PATH gPnpPs2KeyboardDeviceNode = gPnpPs2Keyboard;\r
19ACPI_HID_DEVICE_PATH gPnp16550ComPortDeviceNode = gPnp16550ComPort;\r
20UART_DEVICE_PATH gUartDeviceNode = gUart;\r
21VENDOR_DEVICE_PATH gTerminalTypeDeviceNode = gPcAnsiTerminal;\r
22\r
23//\r
24// Platform specific keyboard device path\r
25//\r
26\r
27//\r
28// Predefined platform default console device path\r
29//\r
e9e9ad64 30PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {\r
30541881
RN
31 {\r
32 NULL,\r
33 0\r
34 }\r
35};\r
36\r
30541881
RN
37//\r
38// Predefined platform connect sequence\r
39//\r
40EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[] = { NULL };\r
41\r