]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / FirmwareVolume / UpdateDriverDxe / UpdateDriverDxe.inf
index 32b896442a78382dc4f43a5263f96787e26ea4a4..d83a1ecb57a300ca56b9314d675afaba30975ea0 100644 (file)
@@ -1,9 +1,11 @@
 ## @file\r
+# Update Driver for Capulse update.\r
+#\r
 # This driver is intended to be put in a capsule (FV). If all goes well, \r
 # then it should be dispatched from the capsule FV, then find the image \r
 # in the same FV and program it in a target Firmware Volume device.\r
 #\r
-# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are\r
 # licensed and made available under the terms and conditions of the BSD License\r
@@ -18,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UpdateDriverDxe\r
+  MODULE_UNI_FILE                = UpdateDriverDxe.uni\r
   FILE_GUID                      = 0E84FC69-29CC-4C6D-92AC-6D476921850F\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -57,8 +60,8 @@
   DevicePathLib\r
 \r
 [Guids]\r
-  gEfiConfigFileNameGuid                        ## CONSUMES FileName to store ConfigFile\r
-  gEfiUpdateDataFileGuid                        ## CONSUMES FileName to store Capsule Data.\r
+  gEfiConfigFileNameGuid                        ## CONSUMES ## File # FileName to store ConfigFile\r
+  gEfiUpdateDataFileGuid                        ## CONSUMES ## File # FileName to store Capsule Data.\r
 \r
 [Protocols]\r
   gEfiFaultTolerantWriteProtocolGuid            ## CONSUMES\r
@@ -69,3 +72,5 @@
 [Depex]\r
   gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UpdateDriverDxeExtra.uni\r