]> git.proxmox.com Git - mirror_edk2.git/blame - EdkShellBinPkg/MinimumShell/MinimumShell.inf
Renaming files/directories
[mirror_edk2.git] / EdkShellBinPkg / MinimumShell / MinimumShell.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
19################################################################################\r
20#\r
21# Defines Section - statements that will be processed to generate a binary image.\r
22#\r
23################################################################################\r
24[Defines]\r
25 INF_VERSION = 0x00010005\r
26 BASE_NAME = MinimumShell\r
27 FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37\r
28 MODULE_TYPE = UEFI_APPLICATION\r
29 VERSION_STRING = 1.2\r
30 BINARY_MODULE = true\r
31 EDK_RELEASE_VERSION = 0x00020000\r
32 EFI_SPECIFICATION_VERSION = 0x00020000\r
33\r
34\r
35#\r
36# The following information is for reference only and not required by the build tools.\r
37#\r
38# VALID_ARCHITECTURES = IA32 X64 IPF\r
39#\r
40\r
41################################################################################\r
42#\r
43# Binaries Section - list of binary files that are required for the build\r
44# to succeed.\r
45#\r
46################################################################################\r
47[Binaries.Ia32]\r
48 UEFI_APP|RELEASE|ia32/Shell.efi\r
49\r
50[Binaries.X64]\r
51 UEFI_APP|RELEASE|x64/Shell.efi\r
52 \r
53[Binaries.IPF]\r
54 UEFI_APP|RELEASE|ipf/Shell.efi\r
55