summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-12 16:53:17 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-12 16:53:17 +0000
commitcd3685385839631944927b30b8616ba926001f82 (patch)
treef81ce4ee4dd1b5daa6876abf1ee198f2e036af70
parent8a1fd113ea382b201e4fd56f5e8a03db96fa1123 (diff)
downloadedk2-cd3685385839631944927b30b8616ba926001f82.zip
edk2-cd3685385839631944927b30b8616ba926001f82.tar.gz
edk2-cd3685385839631944927b30b8616ba926001f82.tar.bz2
Add CapsuleVendor and BootState GUIDs to PEIMs that depend on the EDK Module Package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@135 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--EdkModulePkg/Include/EdkPeim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/EdkModulePkg/Include/EdkPeim.h b/EdkModulePkg/Include/EdkPeim.h
index 5da04e5..3c17999 100644
--- a/EdkModulePkg/Include/EdkPeim.h
+++ b/EdkModulePkg/Include/EdkPeim.h
@@ -44,6 +44,8 @@ Abstract:
#include <Guid/SystemNvDataGuid.h>
#include <Guid/FlashMapHob.h>
#include <Guid/MemoryTypeInformation.h>
+#include <Guid/CapsuleVendor.h>
+#include <Guid/BootState.h>
#include <Ppi/PeiInMemory.h>
#include <Ppi/FlashMap.h>