]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/Include/Protocol/SmmBaseHelperReady.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Include / Protocol / SmmBaseHelperReady.h
diff --git a/EdkCompatibilityPkg/Compatibility/Include/Protocol/SmmBaseHelperReady.h b/EdkCompatibilityPkg/Compatibility/Include/Protocol/SmmBaseHelperReady.h
deleted file mode 100644 (file)
index e1df202..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/** @file\r
-  EFI SMM Base Helper Ready Protocol.\r
-\r
-  This UEFI protocol is produced by the SMM Base Helper SMM driver to provide\r
-  a Framework SMST to the SMM Base Thunk driver. This protocol is also an indicator\r
-  that the SMM Base Helper SMM driver is ready in SMRAM for communication with\r
-  the SMM Base Thunk driver.\r
-\r
-Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#ifndef __EFI_SMM_BASE_HELPER_READY_H__\r
-#define __EFI_SMM_BASE_HELPER_READY_H__\r
-\r
-#define EFI_SMM_BASE_HELPER_READY_PROTOCOL_GUID  \\r
-  { \\r
-    0x910dca07, 0x1f94, 0x4ee7, { 0xaf, 0x2f, 0xff, 0x72, 0xf3, 0x15, 0x43, 0x53 } \\r
-  }\r
-\r
-typedef struct {\r
-  ///\r
-  /// Pointer to the Framework SMST built from PI SMST by SMM Base Helper SMM driver.\r
-  ///\r
-  EFI_SMM_SYSTEM_TABLE          *FrameworkSmst;\r
-  ///\r
-  /// Services function directly called by SMM Base Thunk when in SMM\r
-  ///\r
-  EFI_SMM_HANDLER_ENTRY_POINT2  ServiceEntry;\r
-} EFI_SMM_BASE_HELPER_READY_PROTOCOL;\r
-\r
-extern EFI_GUID gEfiSmmBaseHelperReadyProtocolGuid;\r
-\r
-#endif\r