]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkShellBinPkg/MinimumShell/MinimumShell.inf
Update comments to define where stuff comes from
[mirror_edk2.git] / EdkShellBinPkg / MinimumShell / MinimumShell.inf
index d6e044c810e7a2c1b3614b45bbdaebaa8d821edb..eb28ced810d28275aae4d9c019739c9779b46007 100644 (file)
@@ -4,7 +4,7 @@
 # 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 - 2008, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\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
   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
 #  VALID_ARCHITECTURES           = IA32 X64 IPF\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
+  PE32|Ipf/Shell.efi|*\r
  
\ No newline at end of file