summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/SampleCode/PlatformReset/RuntimeDxe/PlatformReset.sdl
blob: 97fc45eb160efc338d2cd8553dccc76c842055ec (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
TOKEN
	Name  = "PlatformReset_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable PlatformReset support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	TargetH = Yes
	Master = Yes
End

PATH
	Name  = "PlatformReset_DIR"
End

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

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