blob: 6662a1b0b00d03af1c3ffcf033fee67372d637f9 (
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
|
TOKEN
Name = "CpuSampleCodeProtocolLib_SUPPORT"
Value = "1"
Help = "Main switch to enable CpuSampleCodeProtocolLib support in Project"
TokenType = Boolean
TargetMAK = Yes
Master = Yes
End
PATH
Name = "CpuSampleCodeProtocolLib_DIR"
End
MODULE
Help = "Includes CpuSampleCodeProtocolLib.mak to Project"
File = "CpuSampleCodeProtocolLib.mak"
End
TOKEN
Name = "CpuSampleCodeProtocolLib_LIB"
Value = "$$(LIB_BUILD_DIR)\CpuSampleCodeProtocolLib.lib"
TokenType = Expression
TargetMAK = Yes
End
|