]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
Omap35xxPkg: sync log level comments to DebugLib.h
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
CommitLineData
b303605e
MK
1## @file\r
2# Include all platform action which can be customized by IBV/OEM.\r
3#\r
4# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PlatformBootManagerLib\r
18 FILE_GUID = EC67889B-9E62-4c81-8CA0-86E6A6EEE61A\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER\r
22 CONSTRUCTOR = InitializePlatformBootManagerLib\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 EBC\r
28#\r
29\r
30[Sources]\r
31 PlatformData.c\r
32 PlatformBootManager.c\r
33 PlatformBootManager.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
40 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 BaseMemoryLib\r
45 PcdLib\r
46 DebugLib\r
47 DevicePathLib\r
48 MemoryAllocationLib\r
49 UefiBootServicesTableLib\r
50 UefiLib\r
51 UefiBootManagerLib\r
52\r
53[Protocols]\r
54 gEfiFirmwareVolume2ProtocolGuid\r
55 gEfiAcpiS3SaveProtocolGuid\r
56 gEfiDxeSmmReadyToLockProtocolGuid\r
57\r
58[Guids]\r
59 gEfiPcAnsiGuid\r
60 gEfiVT100Guid\r
61 gEfiVT100PlusGuid\r
62 gEfiVTUTF8Guid\r
63 gEfiTtyTermGuid\r
64 gEfiEndOfDxeEventGroupGuid\r
65\r
66[Pcd]\r
67 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
68 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits\r
69 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity\r
70 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits\r
71 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType\r
72 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState\r