diff options
author | Jaben Carsey <jaben.carsey@intel.com> | 2014-09-10 20:55:37 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-10 20:55:37 +0000 |
commit | fba9b6ba24bbbed0666f4e184c95f6b15a581d49 (patch) | |
tree | 3b5aad6fe6046f2a658707c822644852efc0bebf /ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf | |
parent | 7b01f0f312247afbbeb08880670ae8db81c637cf (diff) | |
download | edk2-fba9b6ba24bbbed0666f4e184c95f6b15a581d49.tar.gz edk2-fba9b6ba24bbbed0666f4e184c95f6b15a581d49.tar.bz2 edk2-fba9b6ba24bbbed0666f4e184c95f6b15a581d49.zip |
ShellPkg: Use the new library for "bcfg" command
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Chris Phillips <chrisp@hp.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
Reviewed by: Tapan Shah <tapandshah@hp.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16093 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf index 37f6f60aee..d1d732d50a 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf @@ -36,7 +36,6 @@ Mm.c
SetVar.c
SerMode.c
- Bcfg.c
Pci.c
Pci.h
DmpStore.c
@@ -115,6 +114,7 @@ UefiBootServicesTableLib
SortLib
PrintLib
+ BcfgCommandLib
[Pcd]
gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED
|