]> git.proxmox.com Git - mirror_edk2.git/blame - EdkShellBinPkg/MinimumShell/MinimumShell.inf
EdkShellBinPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / EdkShellBinPkg / MinimumShell / MinimumShell.inf
CommitLineData
ec0ae8ff 1## @file\r
48f34422 2# Component description file for EFI Shell module.\r
3#\r
4# This is a binary module containing multiple binary shell applications.\r
5# All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application\r
6# file, and they are can be run in shell environment.\r
bef1933e 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
48f34422 8#\r
e97f389d 9# This program and the accompanying materials\r
48f34422 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
ec0ae8ff 17##\r
48f34422 18\r
48f34422 19[Defines]\r
20 INF_VERSION = 0x00010005\r
22f68249 21 BASE_NAME = Shell\r
48f34422 22 FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37\r
23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.2\r
48f34422 25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
bef1933e 29# VALID_ARCHITECTURES = IA32 X64\r
48f34422 30#\r
31\r
48f34422 32[Binaries.Ia32]\r
49eb07e4 33 PE32|Ia32/Shell.efi|*\r
48f34422 34\r
35[Binaries.X64]\r
49eb07e4 36 PE32|X64/Shell.efi|*\r
48f34422 37 \r
3f922953 38[Binaries.ARM]\r
39 PE32|Arm/Shell.efi|*\r
40\r