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 /Board/EM/MeWrapper/MePlatformPolicy/Pei/MePeiPolicyInit.sdl | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'Board/EM/MeWrapper/MePlatformPolicy/Pei/MePeiPolicyInit.sdl')
-rw-r--r-- | Board/EM/MeWrapper/MePlatformPolicy/Pei/MePeiPolicyInit.sdl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Board/EM/MeWrapper/MePlatformPolicy/Pei/MePeiPolicyInit.sdl b/Board/EM/MeWrapper/MePlatformPolicy/Pei/MePeiPolicyInit.sdl new file mode 100644 index 0000000..ff7d692 --- /dev/null +++ b/Board/EM/MeWrapper/MePlatformPolicy/Pei/MePeiPolicyInit.sdl @@ -0,0 +1,25 @@ +TOKEN + Name = "MEPeiPlatformPolicy_SUPPORT" + Value = "1" + Help = "Main switch to enable AmtPlatformPolicy support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes +End + +PATH + Name = "MEPeiPlatformPolicy_DIR" +End + +MODULE + Help = "Includes AmtPlatformPolicy.mak to Project" + File = "MEPeiPolicyInit.mak" +End + +ELINK + Name = "$(BUILD_DIR)\MEPeiPolicyInit.ffs" + Parent = "FV_BB" + InvokeOrder = AfterParent +End + |