diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Include/Protocol/SmmPiProtocols.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Include/Protocol/SmmPiProtocols.sdl')
-rw-r--r-- | Include/Protocol/SmmPiProtocols.sdl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Include/Protocol/SmmPiProtocols.sdl b/Include/Protocol/SmmPiProtocols.sdl new file mode 100644 index 0000000..a2fc051 --- /dev/null +++ b/Include/Protocol/SmmPiProtocols.sdl @@ -0,0 +1,11 @@ +TOKEN + Name = "SMM_PI_PROTOCOLS_SUPPORT" + Value = "1" + Help = "Main switch to enable SMM PI Protocols in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + TargetH = Yes + Master = Yes + Token = "PI_SPECIFICATION_VERSION" ">=" "0x1000A" +End |