summaryrefslogtreecommitdiff
path: root/Core/EM/Ahci/AhciSmm/AhciSmm.dxs
blob: c9cad9c7a9f5e6957619402792a8026914e46f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
//**                                                                     **
//**                       All Rights Reserved.                          **
//**                                                                     **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
//**                                                                     **
//**                       Phone: (770)-246-8600                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************

//**********************************************************************
// $Header: /Alaska/SOURCE/Modules/AHCI/AhciSmm/AhciSmm.dxs 6     2/11/11 4:11a Rameshr $
//
// $Revision: 6 $
//
// $Date: 2/11/11 4:11a $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/AHCI/AhciSmm/AhciSmm.dxs $
// 
// 6     2/11/11 4:11a Rameshr
// [TAG]  		EIP53704
// [Category]  	Improvement
// [Description]  	AMI headers update for Alaska Ahci Driver
// [Files]  		AhciSmm.mak
// AhciSmm.dxs
// AhciSmm.c
// AhciSmm.h
// 
// 5     12/13/10 11:15a Krishnakumarg
// [TAG]            EIP48678
// [Category]     Action Item
// [Description] AHCI module does not build without CSM
// [Solution]      Remove dependecies on CSM that are required for AHCI
// module
// [Files]	
// AhciSmm.c
// 
// 4     5/07/10 12:40p Krishnakumarg
// Updated the AMI header.
// 
// 3     12/09/09 12:32p Fasihm
// EIP#29827: Updated the dependency and added the LegayBoot to the
// dependents.
// 
// 2     11/20/09 11:18a Fasihm
// EIP#29827:HDD Password can not be unlocked on AHCI mode when the system
// resume from S3.
// 
// 1     4/28/09 6:39p Rameshr
// Initial Check-in
// 
//
//**********************************************************************
//<AMI_FHDR_START>
//
// Name:	AhciSmm.dxs
//
// Description:	This file is the dependency file for the AhciSmm driver
//
//<AMI_FHDR_END>
//**********************************************************************

#include <Protocol\SmmBase.h>

DEPENDENCY_START
    EFI_SMM_BASE_PROTOCOL_GUID
DEPENDENCY_END

//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2011, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**         5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093        **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************