]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / FirmwareVolume / UpdateDriverDxe / UpdateDriverDxe.inf
index 5ec26e249e1da4cecd0f1223339d8728a34eafae..eaf62a066337e5af51b19bfffc1e7eb0ac971054 100644 (file)
@@ -1,23 +1,20 @@
 ## @file\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
+# Update Driver for Capulse update.\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\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
-# This program and the accompanying materials are\r
-# licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [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
@@ -26,7 +23,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -40,6 +37,7 @@
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
@@ -56,7 +54,8 @@
   DevicePathLib\r
 \r
 [Guids]\r
-  gEfiConfigFileNameGuid                        ## CONSUMES FileName to store ConfigFile\r
+  gEfiConfigFileNameGuid                        ## CONSUMES ## File # FileName to store ConfigFile\r
+  gEfiUpdateDataFileGuid                        ## CONSUMES ## File # FileName to store Capsule Data.\r
 \r
 [Protocols]\r
   gEfiFaultTolerantWriteProtocolGuid            ## CONSUMES\r
@@ -67,3 +66,5 @@
 [Depex]\r
   gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UpdateDriverDxeExtra.uni\r