From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/EM/Recovery/ReFlash/ReFlash.dxs | 72 ++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Core/EM/Recovery/ReFlash/ReFlash.dxs (limited to 'Core/EM/Recovery/ReFlash/ReFlash.dxs') diff --git a/Core/EM/Recovery/ReFlash/ReFlash.dxs b/Core/EM/Recovery/ReFlash/ReFlash.dxs new file mode 100644 index 0000000..11e6c8d --- /dev/null +++ b/Core/EM/Recovery/ReFlash/ReFlash.dxs @@ -0,0 +1,72 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2009, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** + +//********************************************************************** +// $Header: /Alaska/BIN/Core/Modules/Recovery/ReFlash.dxs 3 10/09/09 6:30p Felixp $ +// +// $Revision: 3 $ +// +// $Date: 10/09/09 6:30p $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/BIN/Core/Modules/Recovery/ReFlash.dxs $ +// +// 3 10/09/09 6:30p Felixp +// ReFlash component is updated to support Framework and UEFI 2.1 HII +// +// 2 5/21/09 4:44p Felixp +// ReFlash driver is updated to use FlashProtocol instead of Flash library +// functions. +// +// 1 12/01/05 9:35a Felixp +// +// 1 11/08/05 4:04a Felixp +// +//********************************************************************** +// +// +// Name: ReFlash.dxs +// +// Description: Dependancy expression for the component +// +// +//********************************************************************** +#if EFI_SPECIFICATION_VERSION>0x20000 +#include +#else +#include +#endif +#include +DEPENDENCY_START +#if EFI_SPECIFICATION_VERSION>0x20000 + EFI_HII_DATABASE_PROTOCOL_GUID +#else + EFI_HII_PROTOCOL_GUID +#endif + AND FLASH_PROTOCOL_GUID +DEPENDENCY_END +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2009, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** \ No newline at end of file -- cgit v1.2.3