summaryrefslogtreecommitdiff
path: root/Chipset/NB/GOP/IntelSaGopSetup/IntelSaGopSetup.sdl
blob: ebfe462421623d333541299d38391958d2298557 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
TOKEN
	Name  = "IntelSaGopSetup_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable IntelSaGopSetup support in Project"
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
	Master = Yes
	Token = "AmiGopPolicy" "=" "1"
End

PATH
	Name  = "IntelSaGopSetup_DIR"
End

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

ELINK
	Name  = "IntelSaGopSetupInfo,"
	Parent  = "InitAmiGopPolicyStrings,"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "/I$(IntelSaGopSetup_DIR)"
	Parent  = "$(GLOBAL_DEFINES)"
	InvokeOrder = AfterParent
End

TOKEN
	Name  = "====== For Intel Brightness ======"
	TokenType = Expression
End

ELINK
	Name  = "$(IntelSaGopSetup_DIR)\IntelSaGopSetup.sd"
	Parent  = "$(AMIGOPPOLICY_DIR)\AmiGopPolicy.sd"
	InvokeOrder = ReplaceParent
	Token = "AmiGopPolicy" "=" "1"
End

ELINK
	Name  = "$(IntelSaGopSetup_DIR)\IntelSaGopSetup.uni"
	Parent  = "$(AMIGOPPOLICY_DIR)\AmiGopPolicy.uni"
	InvokeOrder = ReplaceParent
	Token = "AmiGopPolicy" "=" "1"
End

ELINK
	Name  = "IntelGopSwitchFunction,"
	Parent  = "AmiDefaultGopSwitchFunction,"
	InvokeOrder = ReplaceParent
	Token = "AmiGopPolicy" "=" "1"
End

ELINK
    Name = "ITEM_CALLBACK(ADVANCED_FORM_SET_CLASS,0,AGP_BRIGHTNESS_KEY,IntelGopMultifunctionCallback),"
    Parent = "SetupItemCallbacks"
    InvokeOrder = AfterParent
    Token = "AmiGopPolicy" "=" "1"
End


ELINK
    Name = "ITEM_CALLBACK(ADVANCED_FORM_SET_CLASS,0,AGP_BIST_KEY,IntelGopMultifunctionCallback),"
    Parent = "SetupItemCallbacks"
    InvokeOrder = AfterParent
    Token = "AmiGopPolicy" "=" "1"
End