29 lines
809 B
C
29 lines
809 B
C
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2012, 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.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
/**
|
|
|
|
EmuSec module Filename GUID
|
|
|
|
**/
|
|
|
|
#ifndef __EMU_SEC_FILENAME_GUID__
|
|
#define __EMU_SEC_FILENAME_GUID__
|
|
|
|
#define EMU_SEC_FILENAME_GUID \
|
|
{ 0xEAA96391, 0x9BE3, 0x4488, {0x8A, 0xF3, 0xB3, 0xE6, 0xEF, 0xD1, 0x57, 0xD5} }
|
|
|
|
extern EFI_GUID gEmuSecFileNameGuid;
|
|
|
|
#endif
|