]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Include/Guid/EmuSystemConfig.h
InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host
[mirror_edk2.git] / InOsEmuPkg / Include / Guid / EmuSystemConfig.h
diff --git a/InOsEmuPkg/Include/Guid/EmuSystemConfig.h b/InOsEmuPkg/Include/Guid/EmuSystemConfig.h
deleted file mode 100644 (file)
index b3a7d9b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/** @file\r
-  Setup Variable data structure for Emu platform.\r
-\r
-Copyright (c) 2009, 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
-\r
-#ifndef __EMU_SYSTEM_CONFIG_H__\r
-#define __EMU_SYSTEM_CONFIG_H__\r
-\r
-#define EFI_EMU_SYSTEM_CONFIG_GUID  \\r
- { 0x9C4FB516, 0x3A1E, 0xD847, { 0xA1, 0xA1, 0x70, 0x58, 0xB6, 0x98, 0x67, 0x32 } }\r
-\r
-\r
-#pragma pack(1)\r
-typedef struct {\r
-  //\r
-  // Console output mode\r
-  //\r
-  UINT32        ConOutColumn;\r
-  UINT32        ConOutRow;\r
-} EMU_SYSTEM_CONFIGURATION;\r
-#pragma pack()\r
-\r
-\r
-extern EFI_GUID   gEmuSystemConfigGuid;\r
-\r
-#endif\r