Added SecDispatchTable library to allow custom PPIs to be passed up to into PEI Core. This will allow platform specific libraries to do thinks like map hardware devices directly into the emulator.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10882 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-09-16 20:23:33 +00:00
parent 45059fab2a
commit 249383cf15
8 changed files with 129 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
BaseLib
PeCoffLib
ReportStatusCodeLib
SecDispatchTableLib
[Ppis]