summaryrefslogtreecommitdiff
path: root/ReferenceCode/AcpiTables/Protocol/AcpiProtocolLib.sdl
blob: 14f950325a7af5b698ccc8edb6c5b1f836922354 (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
TOKEN
  Name  = "AcpiProtocolLib_SUPPORT"
  Value  = "1"
  TokenType = Boolean
  TargetEQU = Yes
  TargetMAK = Yes
  Master = Yes
  Help  = "Main switch to enable AcpiProtocolLib support in Project"
End

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

PATH
  Name  = "AcpiProtocolLib_DIR"
End

TOKEN
    Name  = "AcpiProtocolLib_LIB"
    Value  = "$(BUILD_DIR)\AcpiProtocolLib.lib"
    TokenType = Expression
    TargetMAK = Yes
End

ELINK
	Name  = "AcpiProtocolLib_INCLUDES"
	InvokeOrder = ReplaceParent
End

ELINK
    Name  = "/I$(AcpiProtocolLib_DIR)"
    Parent  = "AcpiProtocolLib_INCLUDES"
    InvokeOrder = AfterParent
End