]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/Logo.h
Synchronize the build tools' binary with source files at r1645 in build tool project.
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / Logo.h
CommitLineData
eaa154ea 1/** @file\r
2 This file defines the File GUID for default BMP logo file.\r
3\r
4Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _LOGO_GUID_H__\r
16#define _LOGO_GUID_H__\r
17\r
18#define EFI_DEFAULT_BMP_LOGO_GUID \\r
19 {0x7BB28B99,0x61BB,0x11d5,{0x9A,0x5D,0x00,0x90,0x27,0x3F,0xC1,0x4D}}\r
20\r
21extern EFI_GUID gEfiDefaultBmpLogoGuid;\r
22\r
23#endif\r