]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/CapsuleDataFile.h
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / CapsuleDataFile.h
CommitLineData
e24fc103
LG
1/** @file\r
2 GUID to specify which FFS file to store the updated capsule data.\r
3\r
4Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials are licensed and made available under \r
6the terms and conditions of the BSD License that accompanies this distribution. \r
7The 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 __UPDATE_DATA_FILE_GUID_H__\r
16#define __UPDATE_DATA_FILE_GUID_H__\r
17\r
18#define EFI_UPDATE_DATA_FILE_GUID \\r
19 { 0x283fa2ee, 0x532c, 0x484d, { 0x93, 0x83, 0x9f, 0x93, 0xb3, 0x6f, 0xb, 0x7e } }\r
20\r
21extern GUID gEfiUpdateDataFileGuid;\r
22\r
23#endif\r