summaryrefslogtreecommitdiff
path: root/ShellPkg/ShellPkg.dsc
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-13 19:33:35 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-13 19:33:35 +0000
commit4983ca934c85ed80b15264d3a7ee10a4d3c0d51f (patch)
tree96cfdf4ea41775fa159b02e1161e356ea56d77a8 /ShellPkg/ShellPkg.dsc
parent19525fed8dbd55ca72a170a89d9a4642db5be694 (diff)
downloadedk2-platforms-4983ca934c85ed80b15264d3a7ee10a4d3c0d51f.tar.xz
add:
1) sorting library 2) sorting test Application/ShellSortTestApp update DEC and DSC for 2 additions git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8938 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/ShellPkg.dsc')
-rw-r--r--ShellPkg/ShellPkg.dsc6
1 files changed, 5 insertions, 1 deletions
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc
index 97eb76e965..86c6c82829 100644
--- a/ShellPkg/ShellPkg.dsc
+++ b/ShellPkg/ShellPkg.dsc
@@ -41,6 +41,8 @@
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
+ SortLib|ShellPkg/Library/BaseSortLib/BaseSortLib.inf
+
[PcdsFixedAtBuild.common]
[Components.common]
@@ -49,4 +51,6 @@
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