diff options
Diffstat (limited to 'Board/EM/Isct/Guid/IsctPersistentData/IsctPersistentData.c')
-rw-r--r-- | Board/EM/Isct/Guid/IsctPersistentData/IsctPersistentData.c | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Board/EM/Isct/Guid/IsctPersistentData/IsctPersistentData.c b/Board/EM/Isct/Guid/IsctPersistentData/IsctPersistentData.c new file mode 100644 index 0000000..fd06f89 --- /dev/null +++ b/Board/EM/Isct/Guid/IsctPersistentData/IsctPersistentData.c @@ -0,0 +1,60 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2012, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** + +//********************************************************************** +// $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/ISCT/IsctGuidLib/IsctPersistentData/IsctPersistentData.c 1 9/02/12 11:20p Bensonlai $ +// +// $Revision: 1 $ +// +// $Date: 9/02/12 11:20p $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/ISCT/IsctGuidLib/IsctPersistentData/IsctPersistentData.c $ +// +// 1 9/02/12 11:20p Bensonlai +// Intel Smart Connect Technology initially releases. +// +// +//********************************************************************** +//<AMI_FHDR_START> +// +// Name: IsctPersistentData.c +// +// Description: The GUID definition for Isct Persistent Data +// +//<AMI_FHDR_END> +//********************************************************************** + +#include "EdkIIGlueDxe.h" +#include "IsctPersistentData.h" + +EFI_GUID gIsctPersistentDataGuid = ISCT_PERSISTENT_DATA_GUID; + +EFI_GUID_STRING + (&gIsctPersistentDataGuid, "Isct Persistent Data", "Isct Persistent Data GUID"); + +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2012, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** |