//********************************************************************** //********************************************************************** //** ** //** (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. // // //********************************************************************** // // // Name: IsctPersistentData.c // // Description: The GUID definition for Isct Persistent Data // // //********************************************************************** #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 ** //** ** //********************************************************************** //**********************************************************************