]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Update GenericBdsLib to support BootOption for VLAN device.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GenericBdsLib / GenericBdsLib.inf
index d017c922fc45c5dfd759f52993e91e60039b28a2..4aa9f124ddd620e4d74ead3cf78c00a83eebf0d1 100644 (file)
@@ -74,7 +74,6 @@
   gEfiMemoryTypeInformationGuid                 ## CONSUMES ## GUID (The identifier of memory type information type in system table)\r
                                                 ## CONSUMES ## GUID HOB (The hob holding memory type information)\r
   gEfiVTUTF8Guid                                ## CONSUMES ## GUID (The type of terminal)\r
-  gEfiShellFileGuid                             ## CONSUMES ## GUID (Identify the shell file)\r
   gEfiGlobalVariableGuid                        ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)\r
                                                 ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)\r
                                                 ## CONSUMES           ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
@@ -91,6 +90,8 @@
 \r
 [Protocols]\r
   gEfiSimpleFileSystemProtocolGuid              # PROTOCOL CONSUMES\r
+  gEfiManagedNetworkServiceBindingProtocolGuid  # PROTOCOL CONSUMES\r
+  gEfiLoadFileProtocolGuid                      # PROTOCOL CONSUMES\r
   gEfiSimpleTextOutProtocolGuid                 # PROTOCOL CONSUMES\r
   gEfiPciIoProtocolGuid                         # PROTOCOL CONSUMES\r
   gEfiLoadedImageProtocolGuid                   # PROTOCOL CONSUMES\r
   gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES\r
   gEfiOEMBadgingProtocolGuid                    # PROTOCOL CONSUMES\r
   gEfiHiiFontProtocolGuid                       # PROTOCOL CONSUMES\r
-  gEfiSecurityArchProtocolGuid                  # PROTOCOL CONSUMES\r
 \r
-[FeaturePcd.common]\r
+[FeaturePcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
 \r
+[Pcd]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r