From 586cd1f1f4129ab7ec24543d4968801e17cc870b Mon Sep 17 00:00:00 2001 From: lhauch Date: Fri, 1 Jun 2007 14:49:55 +0000 Subject: Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing builds. Also updated the SPD and FPD files UiNames git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2616 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DxeServicesTableLib/DxeServicesTableLib.c | 54 ---------------------- .../DxeServicesTableLib/DxeServicesTableLib.msa | 54 ---------------------- 2 files changed, 108 deletions(-) delete mode 100644 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c delete mode 100644 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa (limited to 'MdePkg/Library/DxeServicesTableLib') diff --git a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c deleted file mode 100644 index af19099def..0000000000 --- a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c +++ /dev/null @@ -1,54 +0,0 @@ -/** @file - DXE Library. - - Copyright (c) 2006, Intel Corporation
- All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - Module Name: DxeServicesTableLib.c - -**/ - - -// -// Cache copy of the DXE Services Table -// -EFI_DXE_SERVICES *gDS = NULL; - -/** - The constructor function caches the pointer of DXE Services Table. - - The constructor function caches the pointer of DXE Services Table. - It will ASSERT() if that operation fails. - It will ASSERT() if the pointer of DXE Services Table is NULL. - It will always return EFI_SUCCESS. - - @param ImageHandle The firmware allocated handle for the EFI image. - @param SystemTable A pointer to the EFI System Table. - - @retval EFI_SUCCESS The constructor always returns EFI_SUCCESS. - -**/ -EFI_STATUS -EFIAPI -DxeServicesTableLibConstructor ( - IN EFI_HANDLE ImageHandle, - IN EFI_SYSTEM_TABLE *SystemTable - ) -{ - EFI_STATUS Status; - - // - // Cache copy of the DXE Services Table - // - Status = EfiGetSystemConfigurationTable (&gEfiDxeServicesTableGuid, (VOID **) &gDS); - ASSERT_EFI_ERROR (Status); - ASSERT (gDS != NULL); - - return Status; -} diff --git a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa deleted file mode 100644 index 83df67e218..0000000000 --- a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa +++ /dev/null @@ -1,54 +0,0 @@ - - - - DxeServicesTableLib - DXE_DRIVER - baa1baa3-0a8d-402c-8042-985115fae953 - 1.0 - Component description file for Dxe Services Table Library. - DXE Services Table Library that retrieves a pointer to the DXE Services - Table from the Configuration Table in the EFI System Table. - Copyright (c) 2006, Intel Corporation. - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 - - - IA32 X64 IPF EBC - false - DxeServicesTableLib - - - - DxeServicesTableLib - - - DebugLib - - - UefiLib - - - - DxeServicesTableLib.c - - - - - - - gEfiDxeServicesTableGuid - - - - EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00020000 - - DxeServicesTableLibConstructor - - - \ No newline at end of file -- cgit v1.2.3