summaryrefslogtreecommitdiff
path: root/Core/EM/PlatformToDriver/PlatformToDriver.sdl
blob: 71ae95f80ced6ff3b88337daf709139010b6c8b7 (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
TOKEN
    Name  = "PlatformToDriver_SUPPORT"
    Value  = "1"
    Help  = "Main switch to enable Platform-to-driver configuration support in Project"
    TokenType = Boolean
    TargetMAK = Yes
    TargetH = Yes
    Master = Yes
End

PATH
    Name  = "PlatformToDriver_DIR"
    Help  = "Path to PlatformToDriver Module in Project"
End

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

ELINK
	Name  = "PlatformToDriverEntryPoint,"
	Parent  = "BdsEntryInitialize"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "PlatformToDriverAgents"
	InvokeOrder = ReplaceParent
End