1 ## @file 2 # This is the UEFI Shell application binary file. 3 # 4 # Copyright (c) 2011, Intel Corporation. All rights reserved.<BR> 5 # 6 # This program and the accompanying materials 7 # are licensed and made available under the terms and conditions of the BSD License 8 # which accompanies this distribution. The full text of the license may be found at 9 # http://opensource.org/licenses/bsd-license.php 10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 # 13 # 14 ## 15 ## 16 17 [Defines] 18 INF_VERSION = 0x00010006 19 BASE_NAME = Shell 20 FILE_GUID = 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1 21 MODULE_TYPE = UEFI_APPLICATION 22 VERSION_STRING = 1.0 23 24 [Binaries.Ia32] 25 PE32|Ia32/Shell.efi|* 26 27 [Binaries.X64] 28 PE32|X64/Shell.efi|* 29 30 [Binaries.ARM] 31 PE32|Arm/Shell.efi|* 32 33 [Binaries.AArch64] 34 PE32|AArch64/Shell.efi|* 35