]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Include/Guid/ShellFile.h
Synchronize the build tools' binary with source files at r1645 in build tool project.
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / ShellFile.h
1 /** @file
2 This file defines File GUID for EFI Shell.
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 _SHELLFILE_H_
16 #define _SHELLFILE_H_
17
18 #define EFI_SHELL_FILE_GUID \
19 { 0xc57ad6b7, 0x0515, 0x40a8, {0x9d, 0x21, 0x55, 0x16, 0x52, 0x85, 0x4e, 0x37 } }
20
21
22 extern EFI_GUID gEfiShellFileGuid;
23
24 #endif