diff options
author | AlexeiFedorov <Alexei.Fedorov@arm.com> | 2018-07-17 03:59:25 -0700 |
---|---|---|
committer | Jaben Carsey <jaben.carsey@intel.com> | 2018-07-25 13:44:09 -0700 |
commit | 304a27e08f9139555694fbd27d2b78c430df9b8f (patch) | |
tree | 144a8abd0fb5cea4164a24d5a6c0732e67eb2238 /ShellPkg | |
parent | ef529e6ab7c31290a33045bb1f1837447cc0eb56 (diff) | |
download | edk2-304a27e08f9139555694fbd27d2b78c430df9b8f.tar.gz |
ShellPkg: add UefiShellAcpiViewCommandLib.inf to ShellPkg.dsc
This patch adds UefiShellAcpiViewCommandLib INF file into
[Components] section of ShellPkg.dsc so this library can be built
in ShellPkg level build.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/ShellPkg.dsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 21038ae8d5..cb2a2422ed 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -2,6 +2,7 @@ # Shell Package
#
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2018, Arm Limited. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -90,6 +91,7 @@ # This helps developers test changes and how they affect the package.
#
ShellPkg/Library/UefiShellLib/UefiShellLib.inf
+ ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
|