summaryrefslogtreecommitdiff
path: root/EDK/MiniSetup/Legacy/LegacyBin.sdl
blob: ad9f37b117eaf7242705123feb1a0f465049783f (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
TOKEN
	Name  = "TSE_STYLE_LEGACY_BIN_SUPPORT"
	Value  = "0"
	Help  = "Main switch to enable Legacy Style in TSE"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

TOKEN	
	Name  = "STYLE_COLOR_GRAYOUT"
	Value = "EFI_DARKGRAY"
	Help  = " Item grayout colour "
	TokenType = Expression
	TargetH = Yes
	Range  = "0x0-0x0f"
End


TOKEN
	Name  = "SETUP_STYLE_BIN_LEGACY"
	Value  = "1"
	Help  = "Condition to support Legacy Style Sources"
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
	Name  = "TSE_PRN_SCRN_KEY_SCAN"
	Value  = "SCAN_F12"
	Help  = "Set to one of the defined constants from EFI_SIMPLE_TEXT_INPUT protocol. On pressing this key AMITSE_PRINT_SCREEN_PRESS_GUID event will be generated."
	TokenType = Expression
	TargetH = Yes
End

TOKEN
	Name  = "HOTCLICK_FULLSCREEN_SUPPORT"
	Value  = "1"
	Help  = "Set one to enable the hot click support for full screen. The x,y coordinates for corresponding hot click ELINKS are done for a sample case(style). If customer needs his own style or not needs full screen then values in the ELINKS should be customized based on thier needs."
	TokenType = Boolean
	TargetH = Yes
End

ELINK
	Name  = "{{SCAN_F4, 0},0, LegacyHandleSaveExitKey, 0 },"
	Parent  = "HOTKEY_LIST"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{{SCAN_F2, 0 },0,LegacyHandlePrevValuesKey, 1 },"
	Parent  = "HOTKEY_LIST"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{{SCAN_F3, 0 },0,LegacyHandleOptimalKey, 1 },"
	Parent  = "HOTKEY_LIST"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{{SCAN_F1, 0 },0,LegacyHandleHelpKey, 1 },"
	Parent  = "HOTKEY_LIST"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{{SCAN_ESC,0},0, LegacyHandleEscKey, 0 },"
	Parent  = "HOTKEY_LIST"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{{TSE_PRN_SCRN_KEY_SCAN,0},0, LegacyHandlePrnScrnKey, 0 },"
	Parent  = "HOTKEY_LIST"
	InvokeOrder = AfterParent
	Token = "TSE_PRN_SCRN_EVENT_SUPPORT" "=" "1"
End

PATH
	Name  = "TSE_STYLE_DIR"
End

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

ELINK
	Name  = "$(TSE_STYLE_DIR)\TSEStyleLegacy$(ARCH).lib"
	Parent  = "MINISETUPLIB"
	Priority  = 30
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{ 1, 2, 1 + 98, 2+19, LegacyMainFrameHandlewithMouse, 0 },"
	Parent  = "HOTCLICK_LIST"
	InvokeOrder = AfterParent
	Help  = "Dont change the HOTCLICK_LIST order, for 100*31 mode"
    Token = "HOTCLICK_FULLSCREEN_SUPPORT" "=" "1"
End

ELINK
	Name  = "{ 70, 5, 70 + 29, 5 + 21, LegacyHelpFrameHandlewithMouse, 1 },"
	Parent  = "HOTCLICK_LIST"
	InvokeOrder = AfterParent
	Help  = "Dont change the HOTCLICK_LIST order, for 100*31 mode"
    Token = "HOTCLICK_FULLSCREEN_SUPPORT" "=" "1"
End

ELINK
	Name  = "{ 0, 29, 0 + 100, 29 + 2, LegacyNavFrameHandlewithMouse, 1 },"
	Parent  = "HOTCLICK_LIST"
	InvokeOrder = AfterParent
	Help  = "Dont change the HOTCLICK_LIST order, for 100*31 mode"
    Token = "HOTCLICK_FULLSCREEN_SUPPORT" "=" "1"
End

ELINK
	Name  = "{ 0, 0, 0, 0, LegacyMainFrameHandlewithMouse, 0 },"
	Parent  = "HOTCLICK_LIST"
	InvokeOrder = AfterParent
	Help  = "Dont change the HOTCLICK_LIST order, for 80*25 mode. Not supported customization needed"
    Token = "HOTCLICK_FULLSCREEN_SUPPORT" "=" "1"
End

ELINK
	Name  = "{ 0, 0, 0, 0, LegacyHelpFrameHandlewithMouse, 1 },"
	Parent  = "HOTCLICK_LIST"
	InvokeOrder = AfterParent
	Help  = "Dont change the HOTCLICK_LIST order, for 80*25 mode. Not supported customization needed"
    Token = "HOTCLICK_FULLSCREEN_SUPPORT" "=" "1"
End

ELINK
	Name  = "{ 0, 0, 0, 0, LegacyNavFrameHandlewithMouse, 1 },"
	Parent  = "HOTCLICK_LIST"
	InvokeOrder = AfterParent
	Help  = "Dont change the HOTCLICK_LIST order, for 80*25 mode. Not supported customization needed"
    Token = "HOTCLICK_FULLSCREEN_SUPPORT" "=" "1"
End

ELINK
	Name  = "-i $(TSE_STYLE_DIR)"
	Parent  = "TSE_UNI_INCLUDE_PATH"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(TSE_STYLE_DIR)\StyleTokens.c"
	Parent  = "TSE_STRING_CONSUMERS_LIST"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(BUILD_DIR)\LegacyBin.sdb"
	Parent  = "TSE_SDBS"
	InvokeOrder = AfterParent
End