diff options
Diffstat (limited to 'Core/EM/UEfiNetworkStack/Common/Mnp')
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.cif | 11 | ||||
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.mak | 59 | ||||
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.sdl | 26 | ||||
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Mnp/MnpDxe.efi | bin | 0 -> 26496 bytes | |||
-rw-r--r-- | Core/EM/UEfiNetworkStack/Common/Mnp/MnpDxeIa32.efi | bin | 0 -> 19328 bytes |
5 files changed, 96 insertions, 0 deletions
diff --git a/Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.cif b/Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.cif new file mode 100644 index 0000000..bbee870 --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.cif @@ -0,0 +1,11 @@ +<component> + name = "Mnp" + category = ModulePart + LocalRoot = "Core\EM\UEfiNetworkStack\Common\Mnp" + RefName = "Mnp" +[files] +"Mnp.sdl" +"Mnp.mak" +"MnpDxeIa32.efi" +"MnpDxe.efi" +<endComponent> diff --git a/Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.mak b/Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.mak new file mode 100644 index 0000000..9ebcc4b --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.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/Mnp/Mnp.mak 2 5/01/12 9:47a Hari $ +# +# Revision: $ +# +# $Date: 5/01/12 9:47a $ +#********************************************************************** +# Revision History +# ---------------- +# +#********************************************************************** +#<AMI_FHDR_START> +# +# Name: Mnp.mak +# +# Description: +# +#<AMI_FHDR_END> +#********************************************************************** +all : Mnp + +Mnp : $(BUILD_DIR)\Mnp.ffs + +!IF "$(x64_BUILD)"=="1" +$(BUILD_DIR)\Mnp.ffs : $(Mnp_DIR)\MnpDxe.efi +!ELSE +$(BUILD_DIR)\Mnp.ffs : $(Mnp_DIR)\MnpDxeIa32.efi +!ENDIF + $(MAKE) /f Core\FFS.mak \ + BUILD_DIR=$(BUILD_DIR) \ + GUID=C30B94E3-C8F2-4ab0-91AB-FA8DF621B1C9\ + 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/Mnp/Mnp.sdl b/Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.sdl new file mode 100644 index 0000000..31d40f8 --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.sdl @@ -0,0 +1,26 @@ +TOKEN + Name = "Mnp_SUPPORT" + Value = "1" + Help = "Main switch to enable Mnp support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + TargetH = Yes + Master = Yes +End + +PATH + Name = "Mnp_DIR" +End + +MODULE + Help = "Includes Mnp.mak to Project" + File = "Mnp.mak" +End + +ELINK + Name = "$(BUILD_DIR)\Mnp.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End + diff --git a/Core/EM/UEfiNetworkStack/Common/Mnp/MnpDxe.efi b/Core/EM/UEfiNetworkStack/Common/Mnp/MnpDxe.efi Binary files differnew file mode 100644 index 0000000..b0a5e71 --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Mnp/MnpDxe.efi diff --git a/Core/EM/UEfiNetworkStack/Common/Mnp/MnpDxeIa32.efi b/Core/EM/UEfiNetworkStack/Common/Mnp/MnpDxeIa32.efi Binary files differnew file mode 100644 index 0000000..fed4444 --- /dev/null +++ b/Core/EM/UEfiNetworkStack/Common/Mnp/MnpDxeIa32.efi |