]> git.proxmox.com Git - mirror_edk2.git/blame - EdkShellBinPkg/FullShell/FullShell.inf
Remove the optional "Target" according to Extended INF spec 0.42.
[mirror_edk2.git] / EdkShellBinPkg / FullShell / FullShell.inf
CommitLineData
48f34422 1#/** @file\r
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
7# Copyright (c) 2006, Intel Corporation.\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
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
17#**/\r
18\r
48f34422 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = FullShell\r
22 FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37\r
23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.1\r
25 BINARY_MODULE = true\r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF\r
34#\r
35\r
48f34422 36[Binaries.Ia32]\r
f9e097d4 37 UEFI_APP|ia32/Shell_Full.efi\r
48f34422 38\r
39[Binaries.X64]\r
f9e097d4 40 UEFI_APP|x64/Shell_full.efi\r
48f34422 41\r
42[Binaries.IPF]\r
f9e097d4 43 UEFI_APP|ipf/Shell_Full.efi\r
48f34422 44\r