summaryrefslogtreecommitdiff
path: root/Core/EM/OemActivation/OemActivation.dxs
blob: ccd249001c2d7826f5611c9871eb489a74fe362c (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
88
89
90
91
92
93
//****************************************************************************
//****************************************************************************
//**                                                                        **
//**             (C)Copyright 1985-2011, American Megatrends, Inc.          **
//**                                                                        **
//**                          All Rights Reserved.                          **
//**                                                                        **
//**             5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093          **
//**                                                                        **
//**                          Phone (770)-246-8600                          **
//**                                                                        **
//****************************************************************************
//****************************************************************************

//*****************************************************************************
// $Header: /Alaska/SOURCE/Modules/OemActivation/OemActivation.dxs 6     1/12/12 9:21a Vyacheslava $
//
// $Revision: 6 $
//
// $Date: 1/12/12 9:21a $
//*****************************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/OemActivation/OemActivation.dxs $
// 
// 6     1/12/12 9:21a Vyacheslava
// Removed dependency on SMM protocols.
// 
// 5     10/03/11 11:04a Vyacheslava
// [TAG]  		EIP64110 
// [Category]  	Spec Update
// [Severity]  	Normal
// [Description]  	(7) IsRoceveryOverSerial, NetBootHotkey, OpromTxT,
// SimpleBootFlag, SLP10, SlpSupport, SmiVariable
// 
// 4     9/22/11 11:13a Vyacheslava
// [TAG]  		EIP64110 
// [Category]  	Spec Update
// [Severity]  	Normal
// [Description]  	Changed according to Aptio 4.6.5.x Components Porting
// Guide (Conversion of the SMM Drivers). 
// 
// 3     8/08/11 10:14a Vyacheslava
// [TAG]  		EIP64110
// [Category]  	Spec Update
// [Severity]  	Normal
// [Description]  	Updated to be compliant with PI 1.2, and UEFI 2.3.1
// specifications. 
// 
// 2     5/20/11 12:35p Vyacheslava
// [TAG]  		EIP59717
// [Category]  	New Feature
// [Description]  	Added SMM dependency.
// 
// 1     11/22/10 10:10a Vyacheslava
// 
// 
//
//*****************************************************************************
//<AMI_FHDR_START>
//
// Name: OemActivation.dxs
//
// Description: This file is the dependency file for OemActivation eModule.
//
//<AMI_FHDR_END>
//*****************************************************************************

//---------------------------------------------------------------------------
// Header files for GUID definitions
//---------------------------------------------------------------------------


#include <Protocol/AcpiTable.h>

DEPENDENCY_START
    EFI_ACPI_TABLE_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                          **
//**                                                                        **
//****************************************************************************
//****************************************************************************