summaryrefslogtreecommitdiff
path: root/Core/EM/SMBIOS/SmbiosPeim/SmbiosPeim.dxs
blob: c76912885aefed51607895882d40f8fed5c69e04 (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-2014, American Megatrends, Inc.         **//
//**                                                                  **//
//**                       All Rights Reserved.                       **//
//**                                                                  **//
//**        5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093         **//
//**                                                                  **//
//**                       Phone: (770)-246-8600                      **//
//**                                                                  **//
//**********************************************************************//
//**********************************************************************//

//**********************************************************************//
// $Header: /Alaska/SOURCE/Modules/SMBIOS/SmbiosPeim/SmbiosPeim.dxs 1     5/27/14 1:44p Davidd $
//
// $Revision: 1 $
//
// $Date: 5/27/14 1:44p $
//**********************************************************************//
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/SMBIOS/SmbiosPeim/SmbiosPeim.dxs $
// 
// 1     5/27/14 1:44p Davidd
// [TAG]  		EIP103526
// [Category]  	Improvement
// [Files]  		SmbiosPeim.cif
// SmbiosPeim.sdl
// SmbiosPeim.mak
// SmbiosPeim.dxs
// SmbiosPei.c
// 
// 1     4/29/14 4:44p Davidd
// [TAG]  		EIP103526
// [Category]  	Improvement
// [Description]  	We should update Wake-up Type in SMBIOS type 1
// dynamically
// [Files]  		Core\EM\SMBios\SmbiosPeim\SmbiosPeim.cif
// Core\EM\SMBios\SmbiosPeim\SmbiosPeim.sdl
// Core\EM\SMBios\SmbiosPeim\SmbiosPeim.mak
// Core\EM\SMBios\SmbiosPeim\SmbiosPeim.dxs
// Core\EM\SMBios\SmbiosPeim\SmbiosPei.c
// 
//**********************************************************************//

#include "ppi\ReadOnlyVariable2.h"

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