summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/ActiveManagement/AlertStandardFormat/Heci/Pei/AlertStandardFormatPei.sdl
blob: ec7b2cd07d93845007f70cf938e1a1efa54d2968 (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  = AlertStandardFormatPei_SUPPORT
	Value  = 1
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable AlertStandardFormat support in Project"
End

MODULE
	Help  = "Includes AlertStandardFormat.mak to Project"
	File  = "AlertStandardFormatPei.mak"
End

PATH
	Name  = "AlertStandardFormatPei_DIR"
	Help  = "AlertStandardFormatPei files source directory"
End

ELINK
	Name  = "$(BUILD_DIR)\AlertStandardFormatPei.ffs"
	Parent  = "FV_BB"
	InvokeOrder = AfterParent
End