]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Library/UnixBdsLib/PlatformBds.inf
Update Unix platform to use dynamic HII pcd to save console output mode.
[mirror_edk2.git] / UnixPkg / Library / UnixBdsLib / PlatformBds.inf
index ffdec8a2eedd9f9b39468942ceb318c91eb11573..c296fe8c6118ed640f78241f2ca8dc64c545b2bd 100644 (file)
@@ -24,7 +24,6 @@
   EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
-  ENTRY_POINT                    = BdsInitialize\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -34,9 +33,8 @@
 \r
 [Sources.common]\r
   BdsPlatform.c\r
-  BdsPlatform.h\r
   PlatformData.c\r
-\r
+  BdsPlatform.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -69,6 +67,7 @@
   BaseLib\r
   MemoryAllocationLib\r
   UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
   BaseMemoryLib\r
   DebugLib\r
   PcdLib\r
 \r
 [Guids]\r
   gEfiDefaultBmpLogoGuid                        # ALWAYS_CONSUMED
+  gEfiUnixSystemConfigGuid\r
+\r
+[Pcd.common]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
+\r
+[Depex]\r
+  gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r