summaryrefslogtreecommitdiff
path: root/Core/EM/CryptoPkg/CryptoDxe.dxs
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/CryptoPkg/CryptoDxe.dxs')
-rw-r--r--Core/EM/CryptoPkg/CryptoDxe.dxs53
1 files changed, 53 insertions, 0 deletions
diff --git a/Core/EM/CryptoPkg/CryptoDxe.dxs b/Core/EM/CryptoPkg/CryptoDxe.dxs
new file mode 100644
index 0000000..ba16a62
--- /dev/null
+++ b/Core/EM/CryptoPkg/CryptoDxe.dxs
@@ -0,0 +1,53 @@
+//****************************************************************************
+//****************************************************************************
+//** **
+//** (C)Copyright 1985-2008, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
+//** **
+//** Phone (770)-246-8600 **
+//** **
+//****************************************************************************
+//****************************************************************************
+//**********************************************************************
+// $Header: /Alaska/BIN/Modules/CryptoPkg/CryptoDxe.dxs 1 6/13/11 5:19p Alexp $
+//
+// $Revision: 1 $
+//
+// $Date: 6/13/11 5:19p $
+//**********************************************************************
+// Revision History
+// ----------------
+// $Log: /Alaska/BIN/Modules/CryptoPkg/CryptoDxe.dxs $
+//
+// 1 6/13/11 5:19p Alexp
+//
+// 1 5/06/11 6:11p Alexp
+// initial module release
+//
+// 1 3/10/11 4:52p Alexp
+//
+// 1 2/18/11 5:42p Alexp
+//
+//**********************************************************************
+#include <Protocol/SmmBase.h>
+
+DEPENDENCY_START
+ EFI_SMM_BASE_PROTOCOL_GUID
+DEPENDENCY_END
+
+//****************************************************************************
+//****************************************************************************
+//** **
+//** (C)Copyright 1985-2008, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
+//** **
+//** Phone (770)-246-8600 **
+//** **
+//****************************************************************************
+//****************************************************************************