summaryrefslogtreecommitdiff
path: root/Core/EM/SLP20/SlpSupport.sdl
blob: 780efb5d9940aee1a303539283b8d04ea123c7b6 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
TOKEN
	Name  = "SlpSupport_SUPPORT"
	Value = "1"
	Help  = "Main switch to enable SlpSupport support in Project"
	TokenType = Boolean
	TargetMAK = Yes
	Master    = Yes
	Token     = "ACPI_SUPPORT" "=" "1"
End

PATH
	Name = "SLP_SUPPORT_DIR"
End

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

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

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

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

TOKEN
    Name  = "SLP_MARKER_ROM_FILENAME"
    Value = "$(SLP_SUPPORT_DIR)\Marker.bin"
    Help  = "SLP2.0 Marker key rom file"
    TokenType = File
    TargetMAK = Yes
End

TOKEN
    Name  = "SLP_PUBKEY_ROM_FILENAME"
    Value = "$(SLP_SUPPORT_DIR)\PubKey.bin"
    Help  = "SLP2.0 Public key rom file"
    TokenType = File
    TargetMAK = Yes
End