]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
IntelSiliconPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / CapsuleApp.inf
index b06c4ea1bc8813af9c5122f4ce506bcd330b2db0..0334e0caaf31fd8c2c78e801c8bf18e4c70c10bb 100644 (file)
@@ -4,7 +4,7 @@
 # This application can trigger capsule update process. It can also\r
 # generate capsule image, or dump capsule variable information.\r
 #\r
-#  Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are 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
@@ -33,6 +33,7 @@
 [Sources]\r
   CapsuleApp.c\r
   CapsuleDump.c\r
+  CapsuleOnDisk.c\r
   AppSupport.c\r
 \r
 [Packages]\r
   gEfiCapsuleReportGuid                  ## CONSUMES   ## GUID\r
   gEfiFmpCapsuleGuid                     ## CONSUMES   ## GUID\r
   gWindowsUxCapsuleGuid                  ## CONSUMES   ## GUID\r
-  gEfiCertTypeRsa2048Sha256Guid          ## CONSUMES   ## GUID\r
-  gEfiCertPkcs7Guid                      ## CONSUMES   ## GUID\r
   gEfiSystemResourceTableGuid            ## CONSUMES   ## GUID\r
+  gEfiCapsuleVendorGuid                  ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
+  gEfiPartTypeSystemPartGuid             ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [Protocols]\r
   gEfiGraphicsOutputProtocolGuid         ## CONSUMES\r
   gEfiFirmwareManagementProtocolGuid     ## CONSUMES\r
   gEfiShellParametersProtocolGuid        ## CONSUMES\r
   gEfiShellProtocolGuid                  ## CONSUMES\r
+  gEfiSimpleFileSystemProtocolGuid       ## SOMETIMES_CONSUMES\r
 \r
 [LibraryClasses]\r
   BaseLib\r
   UefiRuntimeServicesTableLib\r
   UefiLib\r
   PrintLib\r
+  BmpSupportLib\r
+  FileHandleLib\r
+  UefiBootManagerLib\r
+  SortLib\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   CapsuleAppExtra.uni\r