]> git.proxmox.com Git - mirror_edk2.git/blob - EdkShellBinPkg/MinimumShell/MinimumShell.inf
Add build support for EDK II Prime
[mirror_edk2.git] / EdkShellBinPkg / MinimumShell / MinimumShell.inf
1 #/** @file
2 # Component description file for EFI Shell module.
3 #
4 # This is a binary module containing multiple binary shell applications.
5 # All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application
6 # file, and they are can be run in shell environment.
7 # Copyright (c) 2006, Intel Corporation.
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 ################################################################################
20 #
21 # Defines Section - statements that will be processed to generate a binary image.
22 #
23 ################################################################################
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = MinimumShell
27 FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37
28 MODULE_TYPE = UEFI_APPLICATION
29 VERSION_STRING = 1.2
30 BINARY_MODULE = true
31 EDK_RELEASE_VERSION = 0x00020000
32 EFI_SPECIFICATION_VERSION = 0x00020000
33
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32 X64 IPF
39 #
40
41 ################################################################################
42 #
43 # Binaries Section - list of binary files that are required for the build
44 # to succeed.
45 #
46 ################################################################################
47 [Binaries.Ia32]
48 UEFI_APP|RELEASE|ia32/Shell.efi
49
50 [Binaries.X64]
51 UEFI_APP|RELEASE|x64/Shell.efi
52
53 [Binaries.IPF]
54 UEFI_APP|RELEASE|ipf/Shell.efi
55