]> git.proxmox.com Git - mirror_edk2.git/commitdiff
remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Mar 2009 06:17:04 +0000 (06:17 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Mar 2009 06:17:04 +0000 (06:17 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7761 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Include/Guid/Logo.h [new file with mode: 0644]
IntelFrameworkModulePkg/Include/Guid/ShellFile.h [new file with mode: 0644]

diff --git a/IntelFrameworkModulePkg/Include/Guid/Logo.h b/IntelFrameworkModulePkg/Include/Guid/Logo.h
new file mode 100644 (file)
index 0000000..40c4353
--- /dev/null
@@ -0,0 +1,23 @@
+/** @file\r
+  This file defines the File GUID for default BMP logo file.\r
+\r
+Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
+All rights reserved. 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 _LOGO_GUID_H__\r
+#define _LOGO_GUID_H__\r
+\r
+#define EFI_DEFAULT_BMP_LOGO_GUID \\r
+  {0x7BB28B99,0x61BB,0x11d5,{0x9A,0x5D,0x00,0x90,0x27,0x3F,0xC1,0x4D}}\r
+\r
+extern EFI_GUID gEfiDefaultBmpLogoGuid;\r
+\r
+#endif\r
diff --git a/IntelFrameworkModulePkg/Include/Guid/ShellFile.h b/IntelFrameworkModulePkg/Include/Guid/ShellFile.h
new file mode 100644 (file)
index 0000000..91fb9d8
--- /dev/null
@@ -0,0 +1,24 @@
+/** @file\r
+  This file defines File GUID for EFI Shell.\r
+\r
+Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
+All rights reserved. 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 _SHELLFILE_H_\r
+#define _SHELLFILE_H_\r
+\r
+#define EFI_SHELL_FILE_GUID  \\r
+  { 0xc57ad6b7, 0x0515, 0x40a8, {0x9d, 0x21, 0x55, 0x16, 0x52, 0x85, 0x4e, 0x37 } }\r
+\r
+\r
+extern EFI_GUID gEfiShellFileGuid;\r
+\r
+#endif\r