]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/CapsuleDataFile.h
FmpDevicePkg: Replace BSD License with BSD+Patent License
[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
0a6f4824
LG
4Copyright (c) 2011 - 2018, 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
e24fc103 7The full text of the license may be found at\r
0a6f4824
LG
8http://opensource.org/licenses/bsd-license.php.\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
e24fc103
LG
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