diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 16:56:51 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 16:56:51 +0000 |
commit | 117bc842fae2223409774f62f14fb96e05a2aace (patch) | |
tree | eef93faf22d9d3ff424e83a48e7b02ce9bedcc97 /Nt32Pkg | |
parent | 43351b9fc24fbf32bd4a0f78f4b81713ab2842e1 (diff) | |
download | edk2-platforms-117bc842fae2223409774f62f14fb96e05a2aace.tar.xz |
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@3957 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf b/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf index 705aa2fa86..8ca534fd1f 100644 --- a/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf +++ b/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf @@ -20,7 +20,7 @@ FILE_GUID = 434b164e-5fa6-4a3d-bc04-02da2a4eeb26
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
- LIBRARY_CLASS = PeCoffGetEntryPointLib|PEI_CORE PEIM
+ LIBRARY_CLASS = PeCoffGetEntryPointLib|PEI_CORE PEIM SEC
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
|