@@ -88,35 +88,35 @@ impl ConfigTableEntry {
88
88
89
89
/// Entry pointing to the old ACPI 1 RSDP.
90
90
#[ deprecated(
91
- since = "0.35.1 " ,
91
+ since = "0.36.0 " ,
92
92
note = "please use `ConfigTableEntry::ACPI_GUID` instead"
93
93
) ]
94
94
pub const ACPI_GUID : Guid = ConfigTableEntry :: ACPI_GUID ;
95
95
96
96
/// Entry pointing to the ACPI 2 RSDP.
97
97
#[ deprecated(
98
- since = "0.35.1 " ,
98
+ since = "0.36.0 " ,
99
99
note = "please use `ConfigTableEntry::ACPI2_GUID` instead"
100
100
) ]
101
101
pub const ACPI2_GUID : Guid = ConfigTableEntry :: ACPI2_GUID ;
102
102
103
103
/// Entry pointing to the SMBIOS 1.0 table.
104
104
#[ deprecated(
105
- since = "0.35.1 " ,
105
+ since = "0.36.0 " ,
106
106
note = "please use `ConfigTableEntry::SMBIOS_GUID` instead"
107
107
) ]
108
108
pub const SMBIOS_GUID : Guid = ConfigTableEntry :: SMBIOS_GUID ;
109
109
110
110
/// Entry pointing to the SMBIOS 3.0 table.
111
111
#[ deprecated(
112
- since = "0.35.1 " ,
112
+ since = "0.36.0 " ,
113
113
note = "please use `ConfigTableEntry::SMBIOS3_GUID` instead"
114
114
) ]
115
115
pub const SMBIOS3_GUID : Guid = ConfigTableEntry :: SMBIOS3_GUID ;
116
116
117
117
/// Entry pointing to the EFI System Resource table (ESRT).
118
118
#[ deprecated(
119
- since = "0.35.1 " ,
119
+ since = "0.36.0 " ,
120
120
note = "please use `ConfigTableEntry::ESRT_GUID` instead"
121
121
) ]
122
122
pub const ESRT_GUID : Guid = ConfigTableEntry :: ESRT_GUID ;
@@ -126,7 +126,7 @@ pub const ESRT_GUID: Guid = ConfigTableEntry::ESRT_GUID;
126
126
/// The properties table is used to provide additional info
127
127
/// about the UEFI implementation.
128
128
#[ deprecated(
129
- since = "0.35.1 " ,
129
+ since = "0.36.0 " ,
130
130
note = "please use `ConfigTableEntry::PROPERTIES_TABLE_GUID` instead"
131
131
) ]
132
132
pub const PROPERTIES_TABLE_GUID : Guid = ConfigTableEntry :: PROPERTIES_TABLE_GUID ;
@@ -162,49 +162,49 @@ bitflags! {
162
162
///
163
163
/// Most OS loaders or applications should not mess with this.
164
164
#[ deprecated(
165
- since = "0.35.1 " ,
165
+ since = "0.36.0 " ,
166
166
note = "please use `ConfigTableEntry::HAND_OFF_BLOCK_LIST_GUID` instead"
167
167
) ]
168
168
pub const HAND_OFF_BLOCK_LIST_GUID : Guid = ConfigTableEntry :: HAND_OFF_BLOCK_LIST_GUID ;
169
169
170
170
/// Table used in the early boot environment to record memory ranges.
171
171
#[ deprecated(
172
- since = "0.35.1 " ,
172
+ since = "0.36.0 " ,
173
173
note = "please use `ConfigTableEntry::MEMORY_TYPE_INFORMATION_GUID` instead"
174
174
) ]
175
175
pub const MEMORY_TYPE_INFORMATION_GUID : Guid = ConfigTableEntry :: MEMORY_TYPE_INFORMATION_GUID ;
176
176
177
177
/// Used to identify Hand-off Blocks which store
178
178
/// status codes reported during the pre-UEFI environment.
179
179
#[ deprecated(
180
- since = "0.35.1 " ,
180
+ since = "0.36.0 " ,
181
181
note = "please use `ConfigTableEntry::MEMORY_STATUS_CODE_RECORD_GUID` instead"
182
182
) ]
183
183
pub const MEMORY_STATUS_CODE_RECORD_GUID : Guid = ConfigTableEntry :: MEMORY_STATUS_CODE_RECORD_GUID ;
184
184
185
185
/// Table which provides Driver eXecution Environment services.
186
186
#[ deprecated(
187
- since = "0.35.1 " ,
187
+ since = "0.36.0 " ,
188
188
note = "please use `ConfigTableEntry::DXE_SERVICES_GUID` instead"
189
189
) ]
190
190
pub const DXE_SERVICES_GUID : Guid = ConfigTableEntry :: DXE_SERVICES_GUID ;
191
191
192
192
/// LZMA-compressed filesystem.
193
193
#[ deprecated(
194
- since = "0.35.1 " ,
194
+ since = "0.36.0 " ,
195
195
note = "please use `ConfigTableEntry::LZMA_COMPRESS_GUID` instead"
196
196
) ]
197
197
pub const LZMA_COMPRESS_GUID : Guid = ConfigTableEntry :: LZMA_COMPRESS_GUID ;
198
198
199
199
/// A custom compressed filesystem used by the Tiano UEFI implementation.
200
200
#[ deprecated(
201
- since = "0.35.1 " ,
201
+ since = "0.36.0 " ,
202
202
note = "please use `ConfigTableEntry::TIANO_COMPRESS_GUID` instead"
203
203
) ]
204
204
pub const TIANO_COMPRESS_GUID : Guid = ConfigTableEntry :: TIANO_COMPRESS_GUID ;
205
205
/// Pointer to the debug image info table.
206
206
#[ deprecated(
207
- since = "0.35.1 " ,
207
+ since = "0.36.0 " ,
208
208
note = "please use `ConfigTableEntry::DEBUG_IMAGE_INFO_GUID` instead"
209
209
) ]
210
210
pub const DEBUG_IMAGE_INFO_GUID : Guid = ConfigTableEntry :: DEBUG_IMAGE_INFO_GUID ;
0 commit comments