2010-02-24 00:58:38 +01:00
|
|
|
## @file
|
2009-05-07 20:46:18 +02:00
|
|
|
# Shell Package
|
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
# Copyright (c) 2007 - 2010, Intel Corporation
|
2009-05-07 20:46:18 +02:00
|
|
|
#
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
##
|
2009-05-07 20:46:18 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
PLATFORM_NAME = Shell
|
|
|
|
PLATFORM_GUID = E1DC9BF8-7013-4c99-9437-795DAA45F3BD
|
2009-05-11 20:02:16 +02:00
|
|
|
PLATFORM_VERSION = 0.2
|
|
|
|
DSC_SPECIFICATION = 0x00010006
|
2009-05-07 20:46:18 +02:00
|
|
|
OUTPUT_DIRECTORY = Build/Shell
|
|
|
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
|
|
|
BUILD_TARGETS = DEBUG|RELEASE
|
|
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[LibraryClasses]
|
2009-05-07 20:46:18 +02:00
|
|
|
UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
|
|
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
|
|
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
|
|
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
|
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
|
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
|
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
2009-05-11 20:02:16 +02:00
|
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
2009-05-07 20:46:18 +02:00
|
|
|
PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
|
|
|
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
2009-06-16 02:23:19 +02:00
|
|
|
UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
|
|
|
HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
2009-05-11 20:02:16 +02:00
|
|
|
|
2009-06-16 01:45:12 +02:00
|
|
|
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
|
2009-05-11 20:02:16 +02:00
|
|
|
FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
|
2009-06-16 02:23:19 +02:00
|
|
|
ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
|
2009-07-13 21:33:35 +02:00
|
|
|
SortLib|ShellPkg/Library/BaseSortLib/BaseSortLib.inf
|
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[PcdsFixedAtBuild]
|
2009-05-07 20:46:18 +02:00
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[Components]
|
2009-05-07 20:46:18 +02:00
|
|
|
ShellPkg/Application/ShellExecTestApp/SA.inf
|
2009-06-16 02:23:19 +02:00
|
|
|
ShellPkg/Application/ShellLibTestApp/SA3.inf
|
|
|
|
ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
|
|
|
|
ShellPkg/Library/UefiShellLib/UefiShellLib.inf
|
2009-06-16 21:59:59 +02:00
|
|
|
ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
|
2009-07-13 21:33:35 +02:00
|
|
|
ShellPkg/Library/BaseSortLib/BaseSortLib.inf
|
|
|
|
ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf
|
|
|
|
ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf
|