summaryrefslogtreecommitdiff
path: root/Core/EM/RestoreSpecialBootOptions/RestoreSpecialBootOptions.sdl
blob: cb6a89e7b831762d8aa0edae2c96f70f37db4d74 (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
33
34
35
36
37
38
39
TOKEN
	Name  = RestoreSpecialBootOptions_SUPPORT
	Value  = "1"
	TokenType = Boolean
	Master = Yes
	Help  = "Main switch to enable RestoreSpecialBootOptions support in Project"
End

PATH
	Name  = "RestoreSpecialBootOptions_DIR"
End

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

ELINK
	Name = "RestoreSpecialOrphanBootOptions,"
	Parent = "PreProcessBootOptions,"
	InvokeOrder = AfterParent
End

ELINK
	Name = "RESTORED_BOOT_OPTION_NAMES"
	InvokeOrder = ReplaceParent
End

ELINK
	Name = 'L"USB Entry for Windows To Go",'
	Parent = "RESTORED_BOOT_OPTION_NAMES"
	InvokeOrder = AfterParent
End

ELINK
	Name = 'L"USB Entry for Windows To Go Logo Test",'
	Parent = "RESTORED_BOOT_OPTION_NAMES"
	InvokeOrder = AfterParent
End