X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FFramework%2FGuid%2FDxeServices%2FDxeServices.h;fp=EdkCompatibilityPkg%2FFoundation%2FFramework%2FGuid%2FDxeServices%2FDxeServices.h;h=0000000000000000000000000000000000000000;hp=81439b7e42551e26236d9a396cc681763a2966c2;hb=c455bc8c8d78ad51c24426a500914ea32504bf06;hpb=5bca07268acabe7f31407358e875ccf89cb5e386 diff --git a/EdkCompatibilityPkg/Foundation/Framework/Guid/DxeServices/DxeServices.h b/EdkCompatibilityPkg/Foundation/Framework/Guid/DxeServices/DxeServices.h deleted file mode 100644 index 81439b7e42..0000000000 --- a/EdkCompatibilityPkg/Foundation/Framework/Guid/DxeServices/DxeServices.h +++ /dev/null @@ -1,32 +0,0 @@ -/*++ - -Copyright (c) 2004, 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: - - DxeServices.h - -Abstract: - - GUID used for the DXE Services Table - ---*/ - -#ifndef _DXE_SERVICES_H_ -#define _DXE_SERVICES_H_ - -#define EFI_DXE_SERVICES_TABLE_GUID \ - { \ - 0x5ad34ba, 0x6f02, 0x4214, {0x95, 0x2e, 0x4d, 0xa0, 0x39, 0x8e, 0x2b, 0xb9} \ - } - -extern EFI_GUID gEfiDxeServicesTableGuid; - -#endif