]> git.proxmox.com Git - mirror_edk2.git/blob - ShellBinPkg/UefiShell/UefiShell.inf
ShellBinPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ShellBinPkg / UefiShell / UefiShell.inf
1 ## @file
2 # This is the UEFI Shell application binary file.
3 #
4 # Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010006
14 BASE_NAME = Shell
15 FILE_GUID = 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1
16 MODULE_TYPE = UEFI_APPLICATION
17 VERSION_STRING = 1.0
18
19 [Binaries.Ia32]
20 PE32|Ia32/Shell.efi|*
21
22 [Binaries.X64]
23 PE32|X64/Shell.efi|*
24
25 [Binaries.ARM]
26 PE32|Arm/Shell.efi|*
27
28 [Binaries.AArch64]
29 PE32|AArch64/Shell.efi|*