mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcConfigurationLib: Fix ordering in tools entry
This commit is contained in:
parent
5c59effb9f
commit
2e5eaea326
@ -281,8 +281,8 @@
|
||||
OC_DECLARE (OC_MISC_SECURITY)
|
||||
|
||||
#define OC_MISC_TOOLS_ENTRY_FIELDS(_, __) \
|
||||
_(OC_STRING , Comment , , OC_STRING_CONSTR ("", _, __), OC_DESTR (OC_STRING) ) \
|
||||
_(OC_STRING , Arguments , , OC_STRING_CONSTR ("", _, __), OC_DESTR (OC_STRING) ) \
|
||||
_(OC_STRING , Comment , , OC_STRING_CONSTR ("", _, __), OC_DESTR (OC_STRING) ) \
|
||||
_(BOOLEAN , Enabled , , FALSE , () ) \
|
||||
_(OC_STRING , Name , , OC_STRING_CONSTR ("", _, __), OC_DESTR (OC_STRING) ) \
|
||||
_(OC_STRING , Path , , OC_STRING_CONSTR ("", _, __), OC_DESTR (OC_STRING) )
|
||||
|
||||
@ -330,8 +330,8 @@ mMiscConfigurationSecuritySchema[] = {
|
||||
STATIC
|
||||
OC_SCHEMA
|
||||
mMiscToolsSchemaEntry[] = {
|
||||
OC_SCHEMA_STRING_IN ("Comment", OC_MISC_TOOLS_ENTRY, Comment),
|
||||
OC_SCHEMA_STRING_IN ("Arguments", OC_MISC_TOOLS_ENTRY, Arguments),
|
||||
OC_SCHEMA_STRING_IN ("Comment", OC_MISC_TOOLS_ENTRY, Comment),
|
||||
OC_SCHEMA_BOOLEAN_IN ("Enabled", OC_MISC_TOOLS_ENTRY, Enabled),
|
||||
OC_SCHEMA_STRING_IN ("Name", OC_MISC_TOOLS_ENTRY, Name),
|
||||
OC_SCHEMA_STRING_IN ("Path", OC_MISC_TOOLS_ENTRY, Path),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user