diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/Ahci/AhciInt13Dxe.dxs | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/Ahci/AhciInt13Dxe.dxs')
-rw-r--r-- | Core/EM/Ahci/AhciInt13Dxe.dxs | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Core/EM/Ahci/AhciInt13Dxe.dxs b/Core/EM/Ahci/AhciInt13Dxe.dxs new file mode 100644 index 0000000..8223f9b --- /dev/null +++ b/Core/EM/Ahci/AhciInt13Dxe.dxs @@ -0,0 +1,51 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2014, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** +//********************************************************************** +// $Header: /Alaska/SOURCE/Modules/AHCI/INT13/AhciInt13Dxe.dxs 1 11/25/14 12:09a Kapilporwal $Revision: +// +// $Date: 11/25/14 12:09a $Log: /Alaska/SOURCE/Modules/AHCI/INT13/AhciInt13Dxe.dxs $ +// +// +// +//**************************************************************************** + +//<AMI_FHDR_START> +//**************************************************************************** +// +// Name: AhciInt13Dxe.dxs +// +// Description: +// Dependency expression for the AhciInt13Dxe component +//**************************************************************************** +//<AMI_FHDR_END> + +#include<Protocol\SmmCommunication.h> + +DEPENDENCY_START + EFI_SMM_COMMUNICATION_PROTOCOL_GUID +DEPENDENCY_END + +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2014, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//**********************************************************************
\ No newline at end of file |