summaryrefslogtreecommitdiff
path: root/Board/EM/MeWrapper/MeSetup/NfcSupportDxe/NfcSupportDxe.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/MeWrapper/MeSetup/NfcSupportDxe/NfcSupportDxe.sdl')
-rw-r--r--Board/EM/MeWrapper/MeSetup/NfcSupportDxe/NfcSupportDxe.sdl62
1 files changed, 62 insertions, 0 deletions
diff --git a/Board/EM/MeWrapper/MeSetup/NfcSupportDxe/NfcSupportDxe.sdl b/Board/EM/MeWrapper/MeSetup/NfcSupportDxe/NfcSupportDxe.sdl
new file mode 100644
index 0000000..4e3500d
--- /dev/null
+++ b/Board/EM/MeWrapper/MeSetup/NfcSupportDxe/NfcSupportDxe.sdl
@@ -0,0 +1,62 @@
+TOKEN
+ Name = "NFC_SUPPORT_DXE_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable NfcSupportDxe support in DXE Phase"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "DEFAULT_NFC_SETTING"
+ Value = "1"
+ Help = "Default value of NFC Enable option"
+ TokenType = Integer
+ TargetH = Yes
+End
+
+PATH
+ Name = "NFC_SUPPORT_DXE_PATH"
+End
+
+MODULE
+ Help = "Includes NfcSupportDxe.mak to Project"
+ File = "NfcSupportDxe.mak"
+End
+
+ELINK
+ Name = "NfcSupportResetHook,"
+ Parent = "PreSystemResetHook,"
+ Priority = 60
+ Token = "NFC_SUPPORT_DXE_SUPPORT" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\NfcSupportDxe.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "-i $(NFC_SUPPORT_DXE_PATH)"
+ Parent = "SETUP_VFR_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\NfcSupportSetupHook.obj"
+ Parent = "AMITSE_Objects"
+ Token = "NFC_SUPPORT_DXE_SUPPORT" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "NfcSupportEnterSetup,"
+ Parent = "ProcessEnterSetup,"
+ Token = "NFC_SUPPORT_DXE_SUPPORT" "=" "1"
+ InvokeOrder = AfterParent
+End
+