summaryrefslogtreecommitdiffstats
path: root/ShellPkg/ShellPkg.dec
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.dec
parent19525fed8dbd55ca72a170a89d9a4642db5be694 (diff)
downloadedk2-4983ca934c85ed80b15264d3a7ee10a4d3c0d51f.tar.gz
edk2-4983ca934c85ed80b15264d3a7ee10a4d3c0d51f.tar.bz2
edk2-4983ca934c85ed80b15264d3a7ee10a4d3c0d51f.zip
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.dec')
-rw-r--r--ShellPkg/ShellPkg.dec7
1 files changed, 6 insertions, 1 deletions
diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec
index 7e0b1a07c5..4c7292b3b0 100644
--- a/ShellPkg/ShellPkg.dec
+++ b/ShellPkg/ShellPkg.dec
@@ -37,9 +37,14 @@
##
FileHandleLib|Include/Library/FileHandleLib.h
- ## Allows for a shell application to have a C style entry point
+ ## @libraryclass Allows for a shell application to have a C style entry point
+ ##
ShellCEntryLib|Include/Library/ShellCEntryLib.h
+ ## @libraryclass Provides sorting functions
+ ##
+ SortLib|Include/Library/Sortlib.h
+
[Guids.common]
gEfiShellEnvironment2ExtGuid = {0xd2c18636, 0x40e5, 0x4eb5, {0xa3, 0x1b, 0x36, 0x69, 0x5f, 0xd4, 0x2c, 0x87}}