summaryrefslogtreecommitdiff
path: root/Board/EM/MeWrapper/MdesStatusCode/MdesStatusCode.sdl
blob: d9367062cdcea3d7af60303460fcfb1c4223c82b (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
TOKEN
	Name  = "MdesStatusCode_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable MeStatusCode support in Project"
	TokenType = Boolean
	TargetH = Yes
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "MdesStatusCode_DIR"
End

MODULE
	Help  = "Includes MdesStatusCode.mak to Project"
	File  = "MdesStatusCode.mak"
End

ELINK
	Name  = "DXE(MdesBiosStatusCode),"
	Parent  = "ReportMiscStatus"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "DXE(MdesBiosStatusCodeInit),"
	Parent  = "StatusCodeInitialize"
	InvokeOrder = AfterParent
End