blob: f9a588626a487bc3c400974abd567d51364d2839 (
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
|
TOKEN
Name = "PchGuidLib_SUPPORT"
Value = "1"
TokenType = Boolean
TargetEQU = Yes
TargetMAK = Yes
Master = Yes
Help = "Main switch to enable PchGuidLib support in Project"
End
MODULE
Help = "Includes PchGuidLib.mak to Project"
File = "PchGuidLib.mak"
End
PATH
Name = "PchGuidLib_DIR"
End
ELINK
Name = "/I$(PchGuidLib_DIR)"
Parent = "INTEL_PCH_INCLUDES"
InvokeOrder = AfterParent
End
ELINK
Name = "/I$(PchGuidLib_DIR)\ChipsetInitHob"
Parent = "INTEL_PCH_INCLUDES"
InvokeOrder = AfterParent
End
ELINK
Name = "/I$(PchGuidLib_DIR)\S3SupportHob"
Parent = "INTEL_PCH_INCLUDES"
InvokeOrder = AfterParent
End
TOKEN
Name = "PchGuidLib_LIB"
Value = "$$(LIB_BUILD_DIR)\PchGuidLib.lib"
TokenType = Expression
TargetMAK = Yes
End
|