qhuang8 | 48f3442 | 2007-07-02 06:09:27 +0000 | [diff] [blame] | 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.
|
vanjeff | 49eb07e | 2008-09-27 03:13:37 +0000 | [diff] [blame] | 7 | # Copyright (c) 2006 - 2008, Intel Corporation.
|
qhuang8 | 48f3442 | 2007-07-02 06:09:27 +0000 | [diff] [blame] | 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 |
|
qhuang8 | 48f3442 | 2007-07-02 06:09:27 +0000 | [diff] [blame] | 19 | [Defines]
|
| 20 | INF_VERSION = 0x00010005
|
| 21 | BASE_NAME = FullShell
|
| 22 | FILE_GUID = c57ad6b7-0515-40a8-9d21-551652854e37
|
| 23 | MODULE_TYPE = UEFI_APPLICATION
|
| 24 | VERSION_STRING = 1.1
|
qhuang8 | 48f3442 | 2007-07-02 06:09:27 +0000 | [diff] [blame] | 25 | EDK_RELEASE_VERSION = 0x00020000
|
| 26 | EFI_SPECIFICATION_VERSION = 0x00020000
|
| 27 |
|
| 28 |
|
| 29 | #
|
| 30 | # The following information is for reference only and not required by the build tools.
|
| 31 | #
|
| 32 | # VALID_ARCHITECTURES = IA32 X64 IPF
|
| 33 | #
|
| 34 |
|
qhuang8 | 48f3442 | 2007-07-02 06:09:27 +0000 | [diff] [blame] | 35 | [Binaries.Ia32]
|
vanjeff | 49eb07e | 2008-09-27 03:13:37 +0000 | [diff] [blame] | 36 | PE32|Ia32/Shell_Full.efi|*
|
qhuang8 | 48f3442 | 2007-07-02 06:09:27 +0000 | [diff] [blame] | 37 |
|
| 38 | [Binaries.X64]
|
vanjeff | 49eb07e | 2008-09-27 03:13:37 +0000 | [diff] [blame] | 39 | PE32|X64/Shell_full.efi|*
|
qhuang8 | 48f3442 | 2007-07-02 06:09:27 +0000 | [diff] [blame] | 40 |
|
| 41 | [Binaries.IPF]
|
vanjeff | 49eb07e | 2008-09-27 03:13:37 +0000 | [diff] [blame] | 42 | PE32|Ipf/Shell_Full.efi|*
|
qhuang8 | 48f3442 | 2007-07-02 06:09:27 +0000 | [diff] [blame] | 43 |
|