summaryrefslogtreecommitdiff
path: root/Core/EM/PCI/PciBusSrc.sdl
blob: 8d50c1fd5bdf30ead9e948fac05877eb217a678b (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
TOKEN
	Name  = "PciBusSrc_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable PciBusSrs support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

TOKEN
	Name  = "PCI_BUS_DEBUG_MESSAGES"
	Value  = "0"
	Help  = "A switch to enable PciBus Driver Debug messages over Serial Port."
	TokenType = Boolean
	TargetH = Yes
	Token = "DEBUG_CODE" "=" "1"
End

TOKEN
	Name  = "PCI_BUS_SKIP_BRG_RECURSIVELY"
	Value  = "0"
	Help  = "A switch to Disable enumeration for all Bridge children if bridge set to be skipped from enumeration."
	TokenType = Boolean
	TargetH = Yes
End

MODULE
	Help  = "Includes PciBusSrs.mak to Project"
	File  = "PciBusSrc.mak"
End

ELINK
	Name  = "$(BUILD_DIR)\PciBusSrc.lib"
	Parent  = "$(PCIBUS_DIR)\PciBusSrc$(ARCH).lib"
	InvokeOrder = ReplaceParent
End