summaryrefslogtreecommitdiff
path: root/Core/CSPLib/CspLibDxe.Dxs
diff options
context:
space:
mode:
Diffstat (limited to 'Core/CSPLib/CspLibDxe.Dxs')
-rw-r--r--Core/CSPLib/CspLibDxe.Dxs67
1 files changed, 67 insertions, 0 deletions
diff --git a/Core/CSPLib/CspLibDxe.Dxs b/Core/CSPLib/CspLibDxe.Dxs
new file mode 100644
index 0000000..0c58b73
--- /dev/null
+++ b/Core/CSPLib/CspLibDxe.Dxs
@@ -0,0 +1,67 @@
+//*************************************************************************
+//*************************************************************************
+//** **
+//** (C)Copyright 1985-2008, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+//** **
+//** Phone: (770)-246-8600 **
+//** **
+//*************************************************************************
+//*************************************************************************
+
+//**********************************************************************
+//
+// $Header: /Alaska/BIN/Chipset/Template/CSPLibrary/CspLibDxe.Dxs 3 2/22/11 3:35p Artems $
+//
+// $Revision: 3 $
+//
+// $Date: 2/22/11 3:35p $
+//
+//**********************************************************************
+// Revision History
+// ----------------
+// $Log: /Alaska/BIN/Chipset/Template/CSPLibrary/CspLibDxe.Dxs $
+//
+// 3 2/22/11 3:35p Artems
+// EIP 51548 - Added AMI copyright headers, replaced TABs with spaces
+//
+// 2 6/11/09 5:43p Robert
+// Comment updates for CHM and coding standard
+//
+//
+//**********************************************************************
+
+//<AMI_FHDR_START>
+//----------------------------------------------------------------------------
+//
+// Name: CspLibDxe.DXS
+//
+// Description: This file is the dependency file for the CspLib DXE
+// driver
+//
+//----------------------------------------------------------------------------
+//<AMI_FHDR_END>
+
+#include <Protocol\Cpu.h>
+
+DEPENDENCY_START
+ EFI_CPU_ARCH_PROTOCOL_GUID
+DEPENDENCY_END
+
+
+//*************************************************************************
+//*************************************************************************
+//** **
+//** (C)Copyright 1985-2008, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+//** **
+//** Phone: (770)-246-8600 **
+//** **
+//*************************************************************************
+//************************************************************************* \ No newline at end of file