blob: 0c784c6fb5872866f3cd240d989eb133941dc7c5 [file] [log] [blame]
Andrew Geissler9347dd42023-03-03 12:38:41 -06001From 90d705333521dd85720a17a29abf1aff1612c917 Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@arm.com>
3Date: Thu, 16 Feb 2023 21:53:25 +0000
4Subject: [PATCH] Patch in the paths to the SBSA test suite
Brad Bishopbec4ebc2022-08-03 09:55:16 -04005
6Upstream-Status: Inappropriate (required action)
7Signed-off-by: Ross Burton <ross.burton@arm.com>
8
Andrew Geissler9347dd42023-03-03 12:38:41 -06009---
10 ShellPkg/ShellPkg.dsc | 3 +++
11 1 file changed, 3 insertions(+)
12
Brad Bishopbec4ebc2022-08-03 09:55:16 -040013diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc
Andrew Geissler9347dd42023-03-03 12:38:41 -060014index dd0d88603f..7367c052fc 100644
Brad Bishopbec4ebc2022-08-03 09:55:16 -040015--- a/ShellPkg/ShellPkg.dsc
16+++ b/ShellPkg/ShellPkg.dsc
Andrew Geissler9347dd42023-03-03 12:38:41 -060017@@ -23,6 +23,8 @@
Patrick Williams7784c422022-11-17 07:29:11 -060018 !include MdePkg/MdeLibs.dsc.inc
19
Brad Bishopbec4ebc2022-08-03 09:55:16 -040020 [LibraryClasses.common]
21+ SbsaValLib|ShellPkg/Application/sbsa-acs/val/SbsaValLib.inf
22+ SbsaPalLib|ShellPkg/Application/sbsa-acs/platform/pal_uefi/SbsaPalLib.inf
23 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
Patrick Williams7784c422022-11-17 07:29:11 -060024 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
25 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
Andrew Geissler9347dd42023-03-03 12:38:41 -060026@@ -88,6 +90,7 @@
Patrick Williams7784c422022-11-17 07:29:11 -060027 # Build all the libraries when building this package.
28 # This helps developers test changes and how they affect the package.
Brad Bishopbec4ebc2022-08-03 09:55:16 -040029 #
30+ ShellPkg/Application/sbsa-acs/uefi_app/SbsaAvs.inf
31 ShellPkg/Library/UefiShellLib/UefiShellLib.inf
Patrick Williams7784c422022-11-17 07:29:11 -060032 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
33 ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf