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/HddSecurity/IdeSecurity.dxs | 86 +++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 Core/EM/HddSecurity/IdeSecurity.dxs (limited to 'Core/EM/HddSecurity/IdeSecurity.dxs') diff --git a/Core/EM/HddSecurity/IdeSecurity.dxs b/Core/EM/HddSecurity/IdeSecurity.dxs new file mode 100644 index 0000000..0d3347d --- /dev/null +++ b/Core/EM/HddSecurity/IdeSecurity.dxs @@ -0,0 +1,86 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2007, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** +//********************************************************************** +// $Header: /Alaska/SOURCE/Modules/HddSecurity/IdeSecurity.dxs 5 4/06/11 12:53a Rameshr $ +// +// $Revision: 5 $ +// +// $Date: 4/06/11 12:53a $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Modules/HddSecurity/IdeSecurity.dxs $ +// +// 5 4/06/11 12:53a Rameshr +// [TAG]- EIP 57341 +// [Category]-IMPROVEMENT +// [Description]- Added Support for SMM PI 1.1 in HDDSecurity eModule. +// [Files]- IdeSecurity.c , IdeSecurity.h, IdeSecurity.dxs +// +// 4 2/19/10 12:51p Yul +// Delete comment out codes +// +// 3 1/21/10 12:08p Yul +// Refer to EIP 33848 +// LegacyBios is not needed here. +// +// 2 12/09/09 12:19p Krishnakumarg +// EIP 31797 : IDE Security API documentation. Added comments whereever +// possible and modified files for coding standard +// +// 1 28/02/08 6:40p Anandakrishnanl +// Created new HddSecurity module. Isolated IdeSecurity and IdeSmm from +// IdeBus driver to be compatable with the AHCI Bus driver. +// +// +// +//********************************************************************** + +// +//--------------------------------------------------------------------------- +// +// Name: IdeSecurity.DXS +// +// Description: Dependency expression for IDESecurity driver. +// +//--------------------------------------------------------------------------- +// + +#if defined(PI_SPECIFICATION_VERSION)&&(PI_SPECIFICATION_VERSION>=0x0001000A) +#include +#else +#include +#endif + +DEPENDENCY_START +#if defined(PI_SPECIFICATION_VERSION)&&(PI_SPECIFICATION_VERSION>=0x0001000A) + EFI_SMM_CONTROL2_PROTOCOL_GUID +#else + EFI_SMM_CONTROL_PROTOCOL_GUID +#endif +DEPENDENCY_END + +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2007, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** -- cgit v1.2.3