summaryrefslogtreecommitdiff
path: root/Core/EM/UEfiNetworkStack/Common/IpSec
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/UEfiNetworkStack/Common/IpSec')
-rw-r--r--Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.cif11
-rw-r--r--Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.mak59
-rw-r--r--Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.sdl26
-rw-r--r--Core/EM/UEfiNetworkStack/Common/IpSec/IpSecDxe.efibin0 -> 530112 bytes
-rw-r--r--Core/EM/UEfiNetworkStack/Common/IpSec/IpSecDxeIa32.efibin0 -> 403072 bytes
5 files changed, 96 insertions, 0 deletions
diff --git a/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.cif b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.cif
new file mode 100644
index 0000000..fb9656a
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.cif
@@ -0,0 +1,11 @@
+<component>
+ name = "IpSec"
+ category = ModulePart
+ LocalRoot = "Core\EM\UEfiNetworkStack\Common\IpSec"
+ RefName = "IpSec"
+[files]
+"IpSec.sdl"
+"IpSec.mak"
+"IpSecDxeIa32.efi"
+"IpSecDxe.efi"
+<endComponent>
diff --git a/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.mak b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.mak
new file mode 100644
index 0000000..59d9fc1
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSec.mak
@@ -0,0 +1,59 @@
+#//**********************************************************************
+#//**********************************************************************
+#//** **
+#//** (C)Copyright 1985-2008, American Megatrends, Inc. **
+#//** **
+#//** All Rights Reserved. **
+#//** **
+#//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
+#//** **
+#//** Phone: (770)-246-8600 **
+#//** **
+#//**********************************************************************
+#//**********************************************************************
+
+#**********************************************************************
+# $Header: /Alaska/BIN/Modules/Network/UEFINetworkStack II/Common/IpSec/IpSec.mak 2 5/01/12 9:57a Hari $
+#
+# Revision: $
+#
+# $Date: 5/01/12 9:57a $
+#**********************************************************************
+# Revision History
+# ----------------
+#
+#**********************************************************************
+#<AMI_FHDR_START>
+#
+# Name: IpSec.mak
+#
+# Description:
+#
+#<AMI_FHDR_END>
+#**********************************************************************
+all : IpSec
+
+IpSec : $(BUILD_DIR)\IpSec.ffs
+
+!IF "$(x64_BUILD)"=="1"
+$(BUILD_DIR)\IpSec.ffs : $(IpSec_DIR)\IpSecDxe.efi
+!ELSE
+$(BUILD_DIR)\IpSec.ffs : $(IpSec_DIR)\IpSecDxeIa32.efi
+!ENDIF
+ $(MAKE) /f Core\FFS.mak \
+ BUILD_DIR=$(BUILD_DIR) \
+ GUID=FCF94301-9763-4a64-AA84-7892C4712367\
+ TYPE=EFI_FV_FILETYPE_DRIVER \
+ PEFILE=$** FFSFILE=$@ COMPRESS=1 NAME=$(**B)
+#**********************************************************************
+#** **
+#** (C)Copyright 1985-2004, American Megatrends, Inc. **
+#** **
+#** All Rights Reserved. **
+#** **
+#** 6145-F Northbelt Pkwy, Norcross, GA 30071 **
+#** **
+#** Phone: (770)-246-8600 **
+#** **
+#**********************************************************************
+#********************************************************************** \ No newline at end of file
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
+
diff --git a/Core/EM/UEfiNetworkStack/Common/IpSec/IpSecDxe.efi b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSecDxe.efi
new file mode 100644
index 0000000..5bc767d
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSecDxe.efi
Binary files differ
diff --git a/Core/EM/UEfiNetworkStack/Common/IpSec/IpSecDxeIa32.efi b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSecDxeIa32.efi
new file mode 100644
index 0000000..5a75a8f
--- /dev/null
+++ b/Core/EM/UEfiNetworkStack/Common/IpSec/IpSecDxeIa32.efi
Binary files differ