mirror of https://github.com/acidanthera/audk.git
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@3956 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3048d63c26
commit
43351b9fc2
|
@ -20,7 +20,7 @@
|
|||
FILE_GUID = F72DE735-B24F-4ef6-897F-70A85D01A047
|
||||
MODULE_TYPE = PEIM
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = PerformanceLib|PEIM PEI_CORE
|
||||
LIBRARY_CLASS = PerformanceLib|PEIM PEI_CORE SEC
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
||||
|
|
Loading…
Reference in New Issue