]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
Nt32Pkg: Keep boot behavior using new BDS almost same as that using old BDS
[mirror_edk2.git] / Nt32Pkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
index 7fac55b3fd1855213141dd53444e5638c48704e9..d6175380583b73c6da0d06b7d8f743ef97b19b20 100644 (file)
   PlatformData.c\r
   PlatformBootManager.c\r
   PlatformBootManager.h\r
+  MemoryTest.c\r
+  Strings.uni\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
+  UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
   UefiLib\r
   UefiBootManagerLib\r
   PcdLib\r
+  DxeServicesLib\r
+  MemoryAllocationLib\r
+  DevicePathLib\r
+  HiiLib\r
+  PrintLib\r
 \r
 [Guids]\r
   gEfiWinNtSystemConfigGuid\r
 \r
 [Protocols]\r
   gEfiGenericMemTestProtocolGuid  ## CONSUMES\r
+  gEfiGraphicsOutputProtocolGuid  ## CONSUMES\r
+  gEfiUgaDrawProtocolGuid         ## CONSUMES\r
+  gEfiOEMBadgingProtocolGuid      ## CONSUMES\r
+  gEfiBootLogoProtocolGuid        ## CONSUMES\r
 \r
 [Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
+  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand\r