]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
MdeModulePkg/CapsuleApp: Add CapsuleApp application.
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / CapsuleApp.inf
diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
new file mode 100644 (file)
index 0000000..2084e5f
--- /dev/null
@@ -0,0 +1,71 @@
+##  @file\r
+#  A shell application that triggers capsule update process.\r
+#\r
+# This application can trigger capsule update process. It can also\r
+# generate capsule image, or dump capsule variable information.\r
+#\r
+#  Copyright (c) 2016, 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
+#  http://opensource.org/licenses/bsd-license.php\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
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010006\r
+  BASE_NAME                      = CapsuleApp\r
+  MODULE_UNI_FILE                = CapsuleApp.uni\r
+  FILE_GUID                      = 4CEF31DA-8682-4274-9CC4-AEE7516A5E7B\r
+  MODULE_TYPE                    = UEFI_APPLICATION\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = UefiMain\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  CapsuleApp.c\r
+  CapsuleDump.c\r
+  AppSupport.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[Guids]\r
+  gEfiFileInfoGuid\r
+  gEfiPartTypeSystemPartGuid\r
+  gEfiGlobalVariableGuid\r
+  gEfiCapsuleReportGuid\r
+  gEfiFmpCapsuleGuid\r
+  gWindowsUxCapsuleGuid\r
+  gEfiCertTypeRsa2048Sha256Guid\r
+  gEfiCertPkcs7Guid\r
+  gEfiSystemResourceTableGuid\r
+\r
+[Protocols]\r
+  gEfiLoadedImageProtocolGuid\r
+  gEfiSimpleFileSystemProtocolGuid\r
+  gEfiGraphicsOutputProtocolGuid\r
+  gEfiFirmwareManagementProtocolGuid\r
+  gEfiShellParametersProtocolGuid\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  UefiApplicationEntryPoint\r
+  DebugLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
+  UefiLib\r
+  PrintLib\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CapsuleAppExtra.uni\r