Skip to content

Commit

Permalink
adding example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Flickdm committed Sep 11, 2024
1 parent a9409a3 commit 26fd335
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions edk2toolext/windows/variables/variables.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# This file is only meant to be used as a example for the Variables.ini file
# These are real variables expected to exist in the UEFI firmware however other
# variables may be accessed by the tool assuming the variable is marked with
# the RUNTIME attr
#

[SECUREBOOT]

[[SECUREBOOT.variables]]

name = "PK"
namespace = "{8be4df61-93ca-11d2-aa0d-00e098032b8c}"

[[SECUREBOOT.variables]]

name = "KEK"
namespace = "{8be4df61-93ca-11d2-aa0d-00e098032b8c}"

[[SECUREBOOT.variables]]

name = "db"
namespace = "{d719b2cb-3d3a-4596-a3bc-dad00e67656f}"

[[SECUREBOOT.variables]]

name = "dbx"
namespace = "{d719b2cb-3d3a-4596-a3bc-dad00e67656f}"

0 comments on commit 26fd335

Please sign in to comment.