summaryrefslogtreecommitdiff
path: root/Core/EM/NvramSmi/NvramSmiPi1.dxs
blob: 4a63cb570359043d73c696d30fcf89b6c5c9f441 (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
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (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/NvramSmi/NvramSmiPi1.dxs 2     11/28/12 3:02p Oleksiyy $
//
// $Revision: 2 $
//
// $Date: 11/28/12 3:02p $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/NvramSmi/NvramSmiPi1.dxs $
// 
// 2     11/28/12 3:02p Oleksiyy
// [TAG]  		EIP106304
// [Category]  	Improvement
// [Description]  	Fixing Headers.
// [Files]  		NvramSmiPi1.dxs
// 
// 1     11/28/12 2:47p Oleksiyy
// [TAG]  		EIP106304
// [Category]  	Improvement
// [Description]  	Create a new label of NvramSmi eModule.
// [Files]  		NvramSmiPi1.dxs
// 
// 
//
//**********************************************************************
//<AMI_FHDR_START>
//
// Name:	NvramSmiPi1.dxs
//
// Description: Dependency expression for the NvramSmi module used if
// PI_SPECIFICATION_VERSION<0x1000A.
//
//<AMI_FHDR_END>
//**********************************************************************
#include <Protocol/SmmSwDispatch.h>
DEPENDENCY_START
  EFI_SMM_SW_DISPATCH_PROTOCOL_GUID
DEPENDENCY_END

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