diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-18 20:52:51 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-18 20:52:51 +0000 |
commit | 5ce029d5001daf849fd390ded95e057bf69972f2 (patch) | |
tree | 69bb04c4421a626465baa0089994533ecdb9ea73 | |
parent | ef05ac5fd5b42e1171c3fbb45689539cc8a2d20c (diff) | |
download | edk2-platforms-5ce029d5001daf849fd390ded95e057bf69972f2.tar.xz |
Add ARM specific include path
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9104 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/MdePkg.dec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 8ab3e1cfca..b85749a880 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -5,7 +5,8 @@ # It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of
# EFI1.10/UEFI2.0/UEFI2.1/PI1.0 and some Industry Standards.
#
-# Copyright (c) 2007 - 2009, Intel Corporation.
+# Copyright (c) 2007 - 2009, Intel Corporation.<BR>
+# Portions Copyright (c) 2008-2009 Apple Inc.<BR> #
# All rights reserved.
# This program and the accompanying materials are licensed and made available under
@@ -29,7 +30,7 @@ [Includes]
Include
-[Includes.Ia32]
+[Includes.IA32]
Include/Ia32
[Includes.X64]
@@ -41,6 +42,9 @@ [Includes.EBC]
Include/Ebc
+[Includes.ARM] + Include/Arm + [LibraryClasses]
## @libraryclass Provides most usb APIs to support the Hid requests defined in Usb Hid 1.1 spec
# and the standard requests defined in Usb 1.1 spec.
|