提交 e52a5153 编写于 作者: V vit9696

OpenCoreMisc: Sync with GUID changes

上级 b65a47c8
......@@ -563,7 +563,7 @@ some of those are provided as a part of OpenCore.
\texttt{Enabled}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Default value}: \texttt{false}\\
\textbf{Description}: This ACPI table will not be removed unless set to
\textbf{Description}: This ACPI table will not be added unless set to
\texttt{true}.
\item
......
......@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <OpenCore.h>
#include <Uefi.h>
#include <Guid/OcLogVariable.h>
#include <Guid/OcVariables.h>
#include <Protocol/DevicePath.h>
#include <Protocol/LoadedImage.h>
......
......@@ -55,7 +55,7 @@
MdeModulePkg/MdeModulePkg.dec
[Guids]
gOcLogVariableGuid
gOcVendorVariableGuid
[Protocols]
gEfiDevicePathProtocolGuid ## CONSUMES
......
......@@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <OpenCore.h>
#include <Guid/OcLogVariable.h>
#include <Guid/OcVariables.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
......@@ -53,7 +53,7 @@ OcStoreLoadPath (
Status = gRT->SetVariable (
OC_LOG_VARIABLE_PATH,
&gOcLogVariableGuid,
&gOcVendorVariableGuid,
OPEN_CORE_NVRAM_ATTR,
AsciiStrSize (OutPath),
OutPath
......@@ -62,7 +62,7 @@ OcStoreLoadPath (
DEBUG ((
EFI_ERROR (Status) ? DEBUG_WARN : DEBUG_INFO,
"OC: Setting NVRAM %g:%a = %a - %r\n",
&gOcLogVariableGuid,
&gOcVendorVariableGuid,
OC_LOG_VARIABLE_PATH,
OutPath,
Status
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册