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