From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.sdl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.sdl (limited to 'Core/EM/UEfiNetworkStack/Common/Mnp/Mnp.sdl') 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 + -- cgit v1.2.3