23 lines
841 B
C
23 lines
841 B
C
/** @file
|
|
Defination GUID of H2O Hii Layout File Guid
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2013, Insyde Software Corp. All Rights Reserved.
|
|
;*
|
|
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
;* any part of this publication in any form, by any means, without the prior
|
|
;* written permission of Insyde Software Corporation.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
#ifndef _H2O_HII_LAYOUT_FILE_H_
|
|
#define _H2O_HII_LAYOUT_FILE_H_
|
|
|
|
#define H2O_HII_LAYOUT_FILE_GUID \
|
|
{ 0x0e8b5f41, 0x6845, 0x484d, { 0x8d, 0x53, 0xef, 0xa3, 0x17, 0x4d, 0x0a, 0x0c } }
|
|
|
|
extern EFI_GUID gH2OHiiLayoutFileGuid;
|
|
|
|
#endif //_H2O_HII_LAYOUT_FILE_H_
|