summaryrefslogtreecommitdiff
path: root/EDK/EDK.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/EDK.sdl')
-rw-r--r--EDK/EDK.sdl141
1 files changed, 141 insertions, 0 deletions
diff --git a/EDK/EDK.sdl b/EDK/EDK.sdl
new file mode 100644
index 0000000..f61b5f3
--- /dev/null
+++ b/EDK/EDK.sdl
@@ -0,0 +1,141 @@
+TOKEN
+ Name = "INTEL_EDK_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable Intel EDK support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "EDK_DEFAULTS"
+ Value = "$(BUILD_DEFAULTS) FAMILY_RULES=$(EDK_DIR)\EdkRules.mak"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+TOKEN
+ Name = "EDK_GUID_DEFINITIONS"
+ Value = "$(EFIGUIDLIB) $(EFIPROTOCOLLIB) $(EDKFRAMEWORKGUIDLIB) $(EDKFRAMEWORKPPILIB) $(EDKFRAMEWORKPROTOCOLLIB) $(EDKGUIDLIB) $(EDKPPILIB) $(EDKPROTOCOLLIB)"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+TOKEN
+ Name = "TIANO_RELEASE_VERSION"
+ Value = "0x00080006"
+ Help = "Release version of this EDK (0x00080006 - R8.6)"
+ TokenType = Integer
+ TargetMAK = Yes
+ Range = "0x00080005, 0x00080006"
+End
+
+PATH
+ Name = "EDK_DIR"
+End
+
+PATH
+ Name = "EDK_SOURCE"
+ Path = "$(EDK_DIR)"
+End
+
+MODULE
+ Help = "Includes EDK.mak to Project"
+ File = "EDK.mak"
+End
+
+ELINK
+ Name = "EDK_INCLUDES"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Framework"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Efi"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Efi"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Include"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Include\$(PROCESSOR)"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Efi\Include"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Framework\Include"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Include\IndustryStandard"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Core\Dxe"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Include\Pei"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Library\Pei\Include"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Library\Dxe\Include"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Library\Dxe\Include\$(PROCESSOR)"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "/I$(EDK_SOURCE)\Foundation\Cpu\Pentium\Include"
+ Parent = "EDK_INCLUDES"
+ InvokeOrder = AfterParent
+End