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/FloppyCtrl/FloppyCtrlPei.dxs | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Core/EM/FloppyCtrl/FloppyCtrlPei.dxs (limited to 'Core/EM/FloppyCtrl/FloppyCtrlPei.dxs') diff --git a/Core/EM/FloppyCtrl/FloppyCtrlPei.dxs b/Core/EM/FloppyCtrl/FloppyCtrlPei.dxs new file mode 100644 index 0000000..339e6f2 --- /dev/null +++ b/Core/EM/FloppyCtrl/FloppyCtrlPei.dxs @@ -0,0 +1,70 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2007, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** +//********************************************************************** +// $Header: /Alaska/SOURCE/Core/CORE_DXE/FloppyCtrl/FloppyCtrlPei.dxs 2 4/13/07 1:38p Ambikas $ +// +// $Revision: 2 $ +// +// $Date: 4/13/07 1:38p $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Core/CORE_DXE/FloppyCtrl/FloppyCtrlPei.dxs $ +// +// 2 4/13/07 1:38p Ambikas +// Coding standards changes: Updated year in AMI copyright header and +// footer; +// +// changed spaces, dashes, etc. +// +//********************************************************************** + + +// +//---------------------------------------------------------------------- +// +// Name: FloppyCtrlPei.dxs +// +// Description: PEI Dependancy expression for FloppyCtrl component +// +//---------------------------------------------------------------------- +// + + +//---------------------------------------------------------------------- + +#include + +//---------------------------------------------------------------------- + +DEPENDENCY_START +EFI_PEI_FV_FILE_LOADER_GUID +AND +EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI +AND +EFI_PEI_BOOT_IN_RECOVERY_MODE_PEIM_PPI +DEPENDENCY_END +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2007, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** \ No newline at end of file -- cgit v1.2.3