summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/BiosExtension/Efi/BiosExtensionLoader/Dxe/BiosExtensionLoader.sdl
blob: 9a9d9de906a33d6b4dad7ad30c4a9dfc0f42cd02 (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
TOKEN
	Name  = "BiosExtensionLoader_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable BiosExtensionLoader support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Token = "iAMT_SUPPORT" "=" "1"
End

PATH
	Name  = "BiosExtensionLoader_DIR"
	Help  = "iAMT BiosExtensionLoader file source directory"
End

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

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

ELINK
	Name  = "/I$(BiosExtensionLoader_DIR)"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End