diff --git a/DfciPkg/Include/Settings/DfciSettings.h b/DfciPkg/Include/Settings/DfciSettings.h index c553ee0d..98dbcac1 100644 --- a/DfciPkg/Include/Settings/DfciSettings.h +++ b/DfciPkg/Include/Settings/DfciSettings.h @@ -108,6 +108,16 @@ SPDX-License-Identifier: BSD-2-Clause-Patent // #define DFCI_STD_SETTING_ID_V4_ENABLE_WAKE_ON_POWER "Dfci4.WakeOnPower.Enable" +// +// Enable or Disable Wake After Power Loss. +// +#define DFCI_STD_SETTING_ID_V4_ENABLE_WAKE_AFTER_POWER_LOSS "Dfci4.WakeAfterPowerLoss.Enable" + +// +// Enable or Disable Wake Always +// +#define DFCI_STD_SETTING_ID_V4_ENABLE_WAKE_ALWAYS "Dfci4.WakeAlways.Enable" + // // Enable or Disable the Front Camera(s). // diff --git a/pip-requirements.txt b/pip-requirements.txt index 54057b48..7f370736 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -12,8 +12,8 @@ # https://www.python.org/dev/peps/pep-0440/#version-specifiers ## -edk2-pytool-library==0.21.8 +edk2-pytool-library==0.21.9 edk2-pytool-extensions==0.27.10 antlr4-python3-runtime==4.13.1 -regex==2024.5.15 +regex==2024.7.24 pygount==1.8.0