Remove references to gtEfiSalSystemTableGuid as edk2 (edk2-stable201905) has removed IPF support.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh <supreeth.venkat...@arm.com> --- .../TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.c b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.c index 8c6c8c1d..63ca38f8 100644 --- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.c +++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.c @@ -2,6 +2,7 @@ Copyright 2006 - 2015 Unified EFI, Inc.<BR> Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> + Copyright (c) 2019, ARM Ltd. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -118,7 +119,6 @@ EFI_GUID gtEfiMpsTableGuid = EFI_MPS_TABLE_GUID; EFI_GUID gtEfiAcpiTableGuid = EFI_ACPI_TABLE_GUID; EFI_GUID gtEfiAcpi20TableGuid = EFI_ACPI_20_TABLE_GUID; EFI_GUID gtEfiSMBIOSTableGuid = EFI_SMBIOS_TABLE_GUID; -EFI_GUID gtEfiSalSystemTableGuid = EFI_SAL_SYSTEM_TABLE_GUID; EFI_HANDLE mImageHandle = NULL; EFI_DEVICE_PATH_PROTOCOL *gntDevicePath = NULL; -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#42308): https://edk2.groups.io/g/devel/message/42308 Mute This Topic: https://groups.io/mt/32045154/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-