diff options
Diffstat (limited to 'ShellPkg/ShellPkg.dec')
-rw-r--r-- | ShellPkg/ShellPkg.dec | 7 |
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}}
|