OvmfPkg: add ShellLibs.dsc.inc

Move EFI Shell libraries from OvmfPkgX64.dsc to
the new ShellComponents.dsc.inc include file.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
Message-Id: <20240222101358.67818-3-kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann
2024-02-22 11:13:48 +01:00
committed by mergify[bot]
parent 2cb466cc2c
commit efca2c6cfc
2 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
##
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
!if $(BUILD_SHELL) == TRUE
[LibraryClasses]
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
!endif