summaryrefslogtreecommitdiff
path: root/MdePkg/MdePkg.dec
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-28 20:26:24 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-28 20:26:24 +0000
commit3a98b778ab22972beb5fe8734d032d477dc5d870 (patch)
tree86263014a649bbc6ad8ccff6872527f9182b5e54 /MdePkg/MdePkg.dec
parent3f9c2429c92af0cf6810d768f7b288a858704deb (diff)
downloadedk2-platforms-3a98b778ab22972beb5fe8734d032d477dc5d870.tar.xz
Updated *.dec files and .h files to support correct include path scheme
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2863 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/MdePkg.dec')
-rw-r--r--MdePkg/MdePkg.dec17
1 files changed, 5 insertions, 12 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec
index 5f6d8176f9..0a84e9a96f 100644
--- a/MdePkg/MdePkg.dec
+++ b/MdePkg/MdePkg.dec
@@ -40,26 +40,19 @@
#
################################################################################
[Includes.common]
- Include # Base PiPei PiDxe Uefi
- Include/Guid # GUIDs that are declared by the MDE Package
- Include/Library # All Mde Libraries
- Include/IndustryStandard # Acpi Pci22 Scsi Usb SmBus
- Include/Protocol # The summary of protocols introduced by UEFI2.0/UEFI2.1/EFI1.1/PI1.0
- Include/Ppi # All PPIs defined in PI1.0
- Include/Pi # PI definitions
- Include/Uefi # UEFI definitions
+ Include # Root include for the package
[Includes.Ia32]
- Include/Ia32 # ProcessorBind
+ Include/Ia32 # Processor specific include path for pacakge
[Includes.X64]
- Include/x64 # ProcessorBind
+ Include/x64 # Processor specific include path for pacakge
[Includes.IPF]
- Include/Ipf # IpfDefines IpfMacro ProcessorBind SalApi
+ Include/Ipf # Processor specific include path for pacakge
[Includes.EBC]
- Include/Ebc # ProcessorBind
+ Include/Ebc # Processor specific include path for pacakge
################################################################################
#