summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/ActiveManagement/AlertStandardFormat/Heci/Dxe/AlertStandardFormatDxe.sdl
blob: 938ff011cc04787ede0f81667adea9f5296c2dc6 (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
TOKEN
	Name  = AlertStandardFormatDxe_SUPPORT
	Value  = 1
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable AlertStandardFormatDxe support in Project"
End

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

PATH
	Name  = "AlertStandardFormatDxe_DIR"
	Help  = "AlertStandardFormatDxe files source directory"
End

ELINK
	Name  = "$(BUILD_DIR)\AlertStandardFormatDxe.ffs"
	Parent  = "FV_MAIN"
	InvokeOrder = AfterParent
End