From: "Luigi Leonardi via groups.io" <leonardi=redhat.com@groups.io>
To: devel@edk2.groups.io
Cc: Luigi Leonardi <leonardi@redhat.com>
Subject: [edk2-devel] [PATCH edk2-test 1/3] SctPkg: Remove EdkCompatibilityPkg references
Date: Tue, 18 Mar 2025 17:31:26 +0100 [thread overview]
Message-ID: <20250318-prova_ml-v1-1-5700aeef79a8@redhat.com> (raw)
In-Reply-To: <20250318-prova_ml-v1-0-5700aeef79a8@redhat.com>
edk2 commit c455bc8c8d78ad51c24426a500914ea32504bf06
("EdkCompatibilityPkg: Remove EdkCompatibilityPkg") removed the
EdkCompatibilityPkg.
Remove all the remaining references and replace them if necessary.
Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
---
uefi-sct/SctPkg/Library/SctLib/Hob.c | 2 +-
.../BlackBoxTest/Dependency/ValidHiiImage1/makefile.forbuild | 10 ----------
.../UEFI/IHV/Protocol/DriverBinding/BlackBoxTest/Print.c | 1 -
3 files changed, 1 insertion(+), 12 deletions(-)
diff --git a/uefi-sct/SctPkg/Library/SctLib/Hob.c b/uefi-sct/SctPkg/Library/SctLib/Hob.c
index 2daf862dbeb31698675ae7a4656103e22c24b7a2..e1cdc89f17497b27721e0170de3ba9f9f9b63212 100644
--- a/uefi-sct/SctPkg/Library/SctLib/Hob.c
+++ b/uefi-sct/SctPkg/Library/SctLib/Hob.c
@@ -385,7 +385,7 @@ Returns:
*BaseAddress = FirmwareVolumeHob.FirmwareVolume2->BaseAddress;
*Length = FirmwareVolumeHob.FirmwareVolume2->Length;
- EfiCommonLibCopyMem(FileName,&FirmwareVolumeHob.FirmwareVolume2->FileName,sizeof(EFI_GUID));
+ SctCopyMem(FileName,&FirmwareVolumeHob.FirmwareVolume2->FileName,sizeof(EFI_GUID));
*HobStart = GET_NEXT_HOB (FirmwareVolumeHob);
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/ImageServices/BlackBoxTest/Dependency/ValidHiiImage1/makefile.forbuild b/uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/ImageServices/BlackBoxTest/Dependency/ValidHiiImage1/makefile.forbuild
index 9b19a1b73ef66a63ea12a6fd5cc99804e896f03b..f2ad8709dd0efe9c5d7ad89c3e913961f11da019 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/ImageServices/BlackBoxTest/Dependency/ValidHiiImage1/makefile.forbuild
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/ImageServices/BlackBoxTest/Dependency/ValidHiiImage1/makefile.forbuild
@@ -252,16 +252,6 @@ OBJECTS = $(OBJECTS) \
#
DEST_OUTPUT_DIRS = $(OUTPUT_DIR)
-#
-# Tool-generated list of libraries that are generated
-# from the list of libraries listed in the [libraries.*] sections
-# of the component INF file.
-#
-LIBS = $(LIBS) \
- $(LIB_DIR)\EdkCompatibilityPkg\Foundation\Efi\Guid\EfiGuidLib\OUTPUT\EfiGuidLib.lib \
- $(LIB_DIR)\EdkCompatibilityPkg\Foundation\Efi\Protocol\EfiProtocolLib\OUTPUT\EfiProtocolLib.lib \
- $(LIB_DIR)\EdkCompatibilityPkg\Foundation\Library\EfiCommonLib\EfiCommonLib\OUTPUT\EfiCommonLib.lib
-
#
# ORIGIN: [Build.X64.???] section of the platform DSC file
#
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/DriverBinding/BlackBoxTest/Print.c b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/DriverBinding/BlackBoxTest/Print.c
index 752189d6d57af6da359328129dde287a13fd7ca3..d9a8ec7be915edb060c1306a92d545b2d38d59de 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/DriverBinding/BlackBoxTest/Print.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/DriverBinding/BlackBoxTest/Print.c
@@ -15,7 +15,6 @@
//#include "TianoCommon.h"
-//#include "EfiCommonLib.h"
//#include "EfiPrintLib.h"
#include "Print.h"
#include "SctLib.h"
--
2.48.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121211): https://edk2.groups.io/g/devel/message/121211
Mute This Topic: https://groups.io/mt/111793445/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
next parent reply other threads:[~2025-03-19 16:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250318-prova_ml-v1-0-5700aeef79a8@redhat.com>
2025-03-18 16:31 ` Luigi Leonardi via groups.io [this message]
2025-03-18 16:31 ` [edk2-devel] [PATCH edk2-test 2/3] SctPkg: Remove UsbHostController reference Luigi Leonardi via groups.io
2025-03-18 16:31 ` [edk2-devel] [PATCH edk2-test 3/3] SctPkg: Fix missing function declaration error Luigi Leonardi via groups.io
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250318-prova_ml-v1-1-5700aeef79a8@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox