diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 16:54:18 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 16:54:18 +0000 |
commit | 123489db722361e29b23c4e72eb47f630b6c0203 (patch) | |
tree | 979f9c3bacd1b58373bef3309a29d266836f9b5b /MdePkg/Library/PeiHobLib | |
parent | e08ce86e475e33aaf699a964797cea8d8076111f (diff) | |
download | edk2-123489db722361e29b23c4e72eb47f630b6c0203.zip edk2-123489db722361e29b23c4e72eb47f630b6c0203.tar.gz edk2-123489db722361e29b23c4e72eb47f630b6c0203.tar.bz2 |
Add SEC as a supported Module Type for all libraries that are also compatible with the PEI_CORE
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3954 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiHobLib')
-rw-r--r-- | MdePkg/Library/PeiHobLib/PeiHobLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiHobLib/PeiHobLib.inf b/MdePkg/Library/PeiHobLib/PeiHobLib.inf index b4f002c..64733ff 100644 --- a/MdePkg/Library/PeiHobLib/PeiHobLib.inf +++ b/MdePkg/Library/PeiHobLib/PeiHobLib.inf @@ -20,7 +20,7 @@ FILE_GUID = 9643128f-ac24-4b3e-b6be-d8849a306153
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
- LIBRARY_CLASS = HobLib|PEIM PEI_CORE
+ LIBRARY_CLASS = HobLib|PEIM PEI_CORE SEC
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
|