]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriOverrideDxe / PlatformDriOverrideDxe.inf
index 2a59f65c41618b0f48cd910a0929532a6e62107e..4225fb92c339bf682d22ba59bb9ae057c3275423 100644 (file)
@@ -33,6 +33,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PlatDriOverrideDxe\r
+  MODULE_UNI_FILE                = PlatDriOverrideDxe.uni\r
   FILE_GUID                      = 35034CE2-A6E5-4fb4-BABE-A0156E9B2549\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   PrintLib \r
    \r
 [Guids]\r
-  ##  This GUID C Name is not required for build since it is from UefiLib and not directly used by this module source.\r
-  ##  gEfiGlobalVariableGuid                      ## SOMETIMES_CONSUMED ## Variable:L"PlatformLang" this variable specifies the platform supported language string (RFC 4646 format)\r
-  ##  gEfiGlobalVariableGuid                      ## SOMETIMES_CONSUMED ## Variable:L"Lang" this variable specifies the platform supported language string (ISO 639-2 format)\r
-  ##\r
+  #\r
+  # This GUID C Name is not required for build since it is from UefiLib and not directly used by this module source.\r
+  #  gEfiGlobalVariableGuid                     ## SOMETIMES_CONSUMES   ## Variable:L"PlatformLang" # this variable specifies the platform supported language string (RFC 4646 format)\r
+  #  gEfiGlobalVariableGuid                     ## SOMETIMES_CONSUMES   ## Variable:L"Lang" # this variable specifies the platform supported language string (ISO 639-2 format)\r
+  #\r
   # There could be more than one variables, from PlatDriOver, PlatDriOver1, PlatDriOver2,...\r
+  #  gEfiCallerIdGuid                           ## Private  ## Variable:L"PlatDriOver"\r
   #\r
-  # gEfiCallerIdGuid                            ## Private  ## Variable:L"PlatDriOver"\r
-  gEfiIfrTianoGuid                              ## CONSUMES ## Guid\r
-  gPlatformOverridesManagerGuid                 ## PRODUCES ## Guid\r
+  gEfiIfrTianoGuid                              ## SOMETIMES_PRODUCES   ## UNDEFINED\r
+  ## SOMETIMES_CONSUMES ## GUID # HiiIsConfigHdrMatch Data\r
+  ## SOMETIMES_PRODUCES ## GUID # HiiGetBrowserData Data\r
+  ## SOMETIMES_CONSUMES ## GUID # HiiSetBrowserData Data\r
+  ## SOMETIMES_PRODUCES ## GUID # HiiConstructConfigHdr Data\r
+  ## CONSUMES           ## HII\r
+  gPlatformOverridesManagerGuid\r
 \r
 [Protocols]\r
-  gEfiComponentName2ProtocolGuid                ## SOMETIMES_CONSUMED (Get Driver Name if ComponentName2Protocol exists)\r
-  gEfiComponentNameProtocolGuid                 ## SOMETIMES_CONSUMED (Get Driver Name if ComponentNameProtocol exists and ComponentName2Protocol doesn't exist)\r
-  gEfiFirmwareVolume2ProtocolGuid               ## SOMETIMES_CONSUMED (Get Driver Name from EFI UI section if ComponentName2Protocol and ComponentNameProtocol don't exist)\r
-  gEfiPciIoProtocolGuid                         ## SOMETIMES_CONSUMED (Find the PCI device if PciIo protocol is installed)\r
-  gEfiBusSpecificDriverOverrideProtocolGuid     ## SOMETIMES_CONSUMED (Check whether the PCI device contains one or more efi drivers in its option rom by this protocol) \r
+  gEfiComponentName2ProtocolGuid                ## SOMETIMES_CONSUMES # Get Driver Name if ComponentName2Protocol exists\r
+  gEfiComponentNameProtocolGuid                 ## SOMETIMES_CONSUMES # Get Driver Name if ComponentNameProtocol exists and ComponentName2Protocol doesn't exist\r
+  gEfiFirmwareVolume2ProtocolGuid               ## SOMETIMES_CONSUMES # Get Driver Name from EFI UI section if ComponentName2Protocol and ComponentNameProtocol don't exist\r
+  gEfiPciIoProtocolGuid                         ## SOMETIMES_CONSUMES # Find the PCI device if PciIo protocol is installed\r
+  gEfiBusSpecificDriverOverrideProtocolGuid     ## SOMETIMES_CONSUMES # Check whether the PCI device contains one or more efi drivers in its option rom by this protocol\r
 \r
-  gEfiDriverBindingProtocolGuid                 ## SOMETIMES_CONSUMED\r
-  gEfiLoadedImageProtocolGuid                   ## SOMETIMES_CONSUMED\r
-  gEfiLoadedImageDevicePathProtocolGuid         ## SOMETIMES_CONSUMED (Show the drivers in the second page that support DriverBindingProtocol, LoadedImageProtocol and LoadedImageDevicePathProtocol)\r
-  gEfiDevicePathProtocolGuid                    ## SOMETIMES_CONSUMED (Show the controller device in the first page that support DevicePathProtocol)\r
+  gEfiDriverBindingProtocolGuid                 ## SOMETIMES_CONSUMES\r
+  gEfiLoadedImageProtocolGuid                   ## SOMETIMES_CONSUMES\r
+  gEfiLoadedImageDevicePathProtocolGuid         ## SOMETIMES_CONSUMES # Show the drivers in the second page that support DriverBindingProtocol, LoadedImageProtocol and LoadedImageDevicePathProtocol\r
 \r
-  gEfiFormBrowser2ProtocolGuid                  ## CONSUMED\r
-  gEfiHiiConfigRoutingProtocolGuid              ## CONSUMED\r
-  gEfiHiiConfigAccessProtocolGuid               ## PRODUCED\r
-  gEfiPlatformDriverOverrideProtocolGuid        ## PRODUCED\r
+  gEfiFormBrowser2ProtocolGuid                  ## CONSUMES\r
+  gEfiHiiConfigRoutingProtocolGuid              ## CONSUMES\r
+  gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
+  gEfiPlatformDriverOverrideProtocolGuid        ## PRODUCES\r
+  ## PRODUCES\r
+  ## SOMETIMES_CONSUMES # Show the controller device in the first page that support DevicePathProtocol\r
+  gEfiDevicePathProtocolGuid\r
 \r
 [Depex]\r
-  gEfiFormBrowser2ProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
\ No newline at end of file
+  gEfiFormBrowser2ProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PlatDriOverrideDxeExtra.uni\r