lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 1 | ## @file
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 2 | # Shell Package
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 3 | #
|
hhtian | 3a888f2 | 2010-04-24 12:12:42 +0000 | [diff] [blame] | 4 | # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 5 | #
|
hhtian | 3a888f2 | 2010-04-24 12:12:42 +0000 | [diff] [blame] | 6 | # This program and the accompanying materials
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 7 | # are licensed and made available under the terms and conditions of the BSD License
|
| 8 | # which accompanies this distribution. The full text of the license may be found at
|
| 9 | # http://opensource.org/licenses/bsd-license.php
|
| 10 | #
|
| 11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 13 | #
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 14 | ##
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 15 |
|
| 16 | [Defines]
|
| 17 | PLATFORM_NAME = Shell
|
| 18 | PLATFORM_GUID = E1DC9BF8-7013-4c99-9437-795DAA45F3BD
|
jcarsey | d2b4564 | 2009-05-11 18:02:16 +0000 | [diff] [blame] | 19 | PLATFORM_VERSION = 0.2
|
| 20 | DSC_SPECIFICATION = 0x00010006
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 21 | OUTPUT_DIRECTORY = Build/Shell
|
| 22 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
| 23 | BUILD_TARGETS = DEBUG|RELEASE
|
| 24 | SKUID_IDENTIFIER = DEFAULT
|
| 25 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 26 | [LibraryClasses]
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 27 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 28 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 29 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 30 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 31 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 32 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 33 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 34 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
jcarsey | d2b4564 | 2009-05-11 18:02:16 +0000 | [diff] [blame] | 35 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 36 | PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
|
| 37 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
jcarsey | b1f95a0 | 2009-06-16 00:23:19 +0000 | [diff] [blame] | 38 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
| 39 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
jcarsey | d2b4564 | 2009-05-11 18:02:16 +0000 | [diff] [blame] | 40 |
|
jcarsey | 14e96c2 | 2009-06-15 23:45:12 +0000 | [diff] [blame] | 41 | ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
|
jcarsey | d2b4564 | 2009-05-11 18:02:16 +0000 | [diff] [blame] | 42 | FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
|
jcarsey | b1f95a0 | 2009-06-16 00:23:19 +0000 | [diff] [blame] | 43 | ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
|
jcarsey | 4983ca9 | 2009-07-13 19:33:35 +0000 | [diff] [blame] | 44 | SortLib|ShellPkg/Library/BaseSortLib/BaseSortLib.inf
|
| 45 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 46 | [PcdsFixedAtBuild]
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 47 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 48 | [Components]
|
jcarsey | 94b17fa | 2009-05-07 18:46:18 +0000 | [diff] [blame] | 49 | ShellPkg/Application/ShellExecTestApp/SA.inf
|
jcarsey | b1f95a0 | 2009-06-16 00:23:19 +0000 | [diff] [blame] | 50 | ShellPkg/Application/ShellLibTestApp/SA3.inf
|
| 51 | ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
|
| 52 | ShellPkg/Library/UefiShellLib/UefiShellLib.inf
|
jcarsey | 722529b | 2009-06-16 19:59:59 +0000 | [diff] [blame] | 53 | ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
|
jcarsey | 4983ca9 | 2009-07-13 19:33:35 +0000 | [diff] [blame] | 54 | ShellPkg/Library/BaseSortLib/BaseSortLib.inf
|
| 55 | ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf
|
| 56 | ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf |