Skip to content

Commit

Permalink
Merge branch 'main' into personal/v-chruffin/remove-smt-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flickdm authored Aug 6, 2024
2 parents e801274 + 2dd22c3 commit 2f41104
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions DfciPkg/Include/Settings/DfciSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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).
//
Expand Down
4 changes: 2 additions & 2 deletions pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f41104

Please sign in to comment.