summaryrefslogtreecommitdiff
path: root/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.sdl')
-rw-r--r--Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.sdl26
1 files changed, 26 insertions, 0 deletions
diff --git a/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.sdl b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.sdl
new file mode 100644
index 0000000..b403a5e
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.sdl
@@ -0,0 +1,26 @@
+TOKEN
+ Name = "IpSec_SUPPORT"
+ Value = "0"
+ Help = "Main switch to enable IpSec support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "IpSec_DIR"
+End
+
+MODULE
+ Help = "Includes IpSec.mak to Project"
+ File = "IpSec.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\IpSec.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+