diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-24 03:05:43 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-24 03:05:43 +0000 |
commit | 978baf50be487ad7d74f8b7d34772517c2219526 (patch) | |
tree | f82d1ce0071097d77b76a609b5296e737f95ab60 /MdePkg/Library/PeiPalLib | |
parent | d52be0e242223138773f6c9e185dc5d3463a2cae (diff) | |
download | edk2-platforms-978baf50be487ad7d74f8b7d34772517c2219526.tar.xz |
Update supported module type of PeiPalLib according to the latest MDE library spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6690 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiPalLib')
-rw-r--r-- | MdePkg/Library/PeiPalLib/PeiPalLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiPalLib/PeiPalLib.inf b/MdePkg/Library/PeiPalLib/PeiPalLib.inf index 96ce561918..217ca5eb9d 100644 --- a/MdePkg/Library/PeiPalLib/PeiPalLib.inf +++ b/MdePkg/Library/PeiPalLib/PeiPalLib.inf @@ -22,7 +22,7 @@ FILE_GUID = B53DC524-6B98-4584-940B-8F1363DEF09E
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
- LIBRARY_CLASS = PalLib|PEIM PEI_CORE
+ LIBRARY_CLASS = PalLib|PEIM SEC PEI_CORE
EDK_RELEASE_VERSION = 0x00020000
|