blob: 95b3bfa449daa7d42ce52d49de61bf06203398ce [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001Patch in the paths to the SBSA test suite
2
3Upstream-Status: Inappropriate (required action)
4Signed-off-by: Ross Burton <ross.burton@arm.com>
5
6diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc
Patrick Williams7784c422022-11-17 07:29:11 -06007index 38fde3dc71..7240a6b5f7 100644
Brad Bishopbec4ebc2022-08-03 09:55:16 -04008--- a/ShellPkg/ShellPkg.dsc
9+++ b/ShellPkg/ShellPkg.dsc
Patrick Williams7784c422022-11-17 07:29:11 -060010@@ -22,6 +22,8 @@
11 !include MdePkg/MdeLibs.dsc.inc
12
Brad Bishopbec4ebc2022-08-03 09:55:16 -040013 [LibraryClasses.common]
14+ SbsaValLib|ShellPkg/Application/sbsa-acs/val/SbsaValLib.inf
15+ SbsaPalLib|ShellPkg/Application/sbsa-acs/platform/pal_uefi/SbsaPalLib.inf
16 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
Patrick Williams7784c422022-11-17 07:29:11 -060017 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
18 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
19@@ -87,6 +89,7 @@
20 # Build all the libraries when building this package.
21 # This helps developers test changes and how they affect the package.
Brad Bishopbec4ebc2022-08-03 09:55:16 -040022 #
23+ ShellPkg/Application/sbsa-acs/uefi_app/SbsaAvs.inf
24 ShellPkg/Library/UefiShellLib/UefiShellLib.inf
Patrick Williams7784c422022-11-17 07:29:11 -060025 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
26 ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
27--
282.30.2
29