X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FShellPkg.dsc;h=1f9bec645e92f903c96f0d30050eeb47fb961c0b;hp=97eb76e965267a251049353259979353fb6a233c;hb=2b649f74775d0efd1e75c91f77c3045ae6249cb4;hpb=722529bb0db62b7864259da853794570163d9144 diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 97eb76e965..1f9bec645e 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -1,9 +1,9 @@ -#/** @file +## @file # Shell Package # -# Copyright (c) 2007 - 2008, Intel Corporation +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 @@ -11,7 +11,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -#**/ +## [Defines] PLATFORM_NAME = Shell @@ -23,7 +23,7 @@ BUILD_TARGETS = DEBUG|RELEASE SKUID_IDENTIFIER = DEFAULT -[LibraryClasses.common] +[LibraryClasses] UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf @@ -41,12 +41,16 @@ ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf -[PcdsFixedAtBuild.common] + SortLib|ShellPkg/Library/BaseSortLib/BaseSortLib.inf -[Components.common] +[PcdsFixedAtBuild] + +[Components] ShellPkg/Application/ShellExecTestApp/SA.inf ShellPkg/Application/ShellLibTestApp/SA3.inf ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf ShellPkg/Library/UefiShellLib/UefiShellLib.inf ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf - ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf \ No newline at end of file + ShellPkg/Library/BaseSortLib/BaseSortLib.inf + ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf + ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf \ No newline at end of file