diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-16 00:23:19 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-16 00:23:19 +0000 |
commit | b1f95a06ca1a66ad15b3d8843fb4c7563c5350d2 (patch) | |
tree | cf88e0c20fe3952951914456198608b58c471aa1 /ShellPkg/ShellPkg.dsc | |
parent | 14e96c2996a138b22f544da4d7921782ef85e51e (diff) | |
download | edk2-b1f95a06ca1a66ad15b3d8843fb4c7563c5350d2.tar.gz |
Updating with new functions and adding "C" style entrypoint library with example application.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8564 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/ShellPkg.dsc')
-rw-r--r-- | ShellPkg/ShellPkg.dsc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index ed7d46d9ca..70e6fbc1a2 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -35,12 +35,19 @@ BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
+ UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
+ HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
-
+ ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
[PcdsFixedAtBuild.common]
[Components.common]
ShellPkg/Application/ShellExecTestApp/SA.inf
- ShellPkg/Application/ShellLibTestApp/SA3.inf
\ No newline at end of file + ShellPkg/Application/ShellLibTestApp/SA3.inf
+ ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
+ ShellPkg/Library/UefiShellLib/UefiShellLib.inf
+ ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
+ ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
+ ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf
\ No newline at end of file |