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