]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/CapsuleApp/AppSupport.c
MdeModulePkg/CapsuleApp: Enhance Capsule-On-Disk related functions.
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / AppSupport.c
index d9ce1b4843f8544b9d269d3f511264b0772fbd25..8fe70dc3b6d8bfb3651245c84702b375962f5ae7 100644 (file)
@@ -1,21 +1,12 @@
 /** @file\r
   A shell application that triggers capsule update process.\r
 \r
-  Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
-#include <Uefi.h>\r
-#include <Library/BaseLib.h>\r
-#include <Library/DebugLib.h>\r
-#include <Library/BaseMemoryLib.h>\r
-#include <Library/MemoryAllocationLib.h>\r
-#include <Library/UefiBootServicesTableLib.h>\r
-#include <Protocol/SimpleFileSystem.h>\r
-#include <Protocol/ShellParameters.h>\r
-#include <Protocol/Shell.h>\r
-#include <Guid/FileInfo.h>\r
+#include "CapsuleApp.h"\r
 \r
 UINTN  Argc;\r
 CHAR16 **Argv;\r