]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
MdePkg: introduce standalone MM entry point library implementation
[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
9bd5e0cc 4# Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>\r
b303605e
MK
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
9bd5e0cc
JY
41 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
42 SecurityPkg/SecurityPkg.dec\r
93c4bb63 43 ShellPkg/ShellPkg.dec\r
9bd5e0cc 44 SignedCapsulePkg/SignedCapsulePkg.dec\r
b303605e
MK
45\r
46[LibraryClasses]\r
47 BaseLib\r
48 BaseMemoryLib\r
49 PcdLib\r
50 DebugLib\r
51 DevicePathLib\r
52 MemoryAllocationLib\r
53 UefiBootServicesTableLib\r
54 UefiLib\r
55 UefiBootManagerLib\r
9bd5e0cc
JY
56 PrintLib\r
57 HobLib\r
58 CapsuleLib\r
59 DxeServicesLib\r
b303605e
MK
60\r
61[Protocols]\r
62 gEfiFirmwareVolume2ProtocolGuid\r
63 gEfiAcpiS3SaveProtocolGuid\r
64 gEfiDxeSmmReadyToLockProtocolGuid\r
9bd5e0cc 65 gEsrtManagementProtocolGuid\r
b303605e
MK
66\r
67[Guids]\r
68 gEfiPcAnsiGuid\r
69 gEfiVT100Guid\r
70 gEfiVT100PlusGuid\r
71 gEfiVTUTF8Guid\r
72 gEfiTtyTermGuid\r
73 gEfiEndOfDxeEventGroupGuid\r
93c4bb63 74 gUefiShellFileGuid\r
b303605e
MK
75\r
76[Pcd]\r
77 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
78 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits\r
79 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity\r
80 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits\r
81 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType\r
82 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState\r
9bd5e0cc
JY
83 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset\r
84 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiRsa2048Sha256TestPublicKeyFileGuid\r
85 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiPkcs7TestPublicKeyFileGuid\r
86 gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer\r
87 gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer\r
88 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed\r
89\r