]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkShellBinPkg/MinimumShell/MinimumShell.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / EdkShellBinPkg / MinimumShell / MinimumShell.inf
index d6e044c810e7a2c1b3614b45bbdaebaa8d821edb..d4c1681236586c6f35fa1a25718b2f764d78cd1d 100644 (file)
@@ -1,12 +1,12 @@
-#/** @file\r
+## @file\r
 # Component description file for EFI Shell module.\r
 #\r
 # This is a binary module containing multiple binary shell applications.\r
 #  All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application\r
 #  file, and they are can be run in shell environment.\r
-# Copyright (c) 2006, Intel Corporation.\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to generate a binary image.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = MinimumShell\r
+  BASE_NAME                      = Shell\r
   FILE_GUID                      = c57ad6b7-0515-40a8-9d21-551652854e37\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.2\r
-  BINARY_MODULE                  = true\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
-################################################################################\r
-#\r
-# Binaries Section - list of binary files that are required for the build\r
-# to succeed.\r
-#\r
-################################################################################\r
 [Binaries.Ia32]\r
-  UEFI_APP|RELEASE|ia32/Shell.efi\r
+  PE32|Ia32/Shell.efi|*\r
 \r
 [Binaries.X64]\r
-  UEFI_APP|RELEASE|x64/Shell.efi\r
+  PE32|X64/Shell.efi|*\r
  \r
-[Binaries.IPF]\r
-  UEFI_APP|RELEASE|ipf/Shell.efi\r
\ No newline at end of file
+[Binaries.ARM]\r
+  PE32|Arm/Shell.efi|*\r
+\r