summaryrefslogtreecommitdiff
path: root/Core/EM/FloppyCtrl/FloppyCtrlPei.dxs
diff options
context:
space:
mode:
authorraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
committerraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
commitb7c51c9cf4864df6aabb99a1ae843becd577237c (patch)
treeeebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/FloppyCtrl/FloppyCtrlPei.dxs
downloadzprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz
init. 1AQQW051HEADmaster
Diffstat (limited to 'Core/EM/FloppyCtrl/FloppyCtrlPei.dxs')
-rw-r--r--Core/EM/FloppyCtrl/FloppyCtrlPei.dxs70
1 files changed, 70 insertions, 0 deletions
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.
+//
+//**********************************************************************
+
+
+//<AMI_FHDR_START>
+//----------------------------------------------------------------------
+//
+// Name: FloppyCtrlPei.dxs
+//
+// Description: PEI Dependancy expression for FloppyCtrl component
+//
+//----------------------------------------------------------------------
+//<AMI_FHDR_END>
+
+
+//----------------------------------------------------------------------
+
+#include <PPI/LoadFile.h>
+
+//----------------------------------------------------------------------
+
+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