diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-09 08:59:40 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-09 08:59:40 +0000 |
commit | 2d200d72f059a836f08ff22e4711cdcafd86d383 (patch) | |
tree | 83397be74dfb5e6ef28da580a880ba6211db235b /IntelFrameworkPkg/Library | |
parent | b432a9116937d7f7a9df6db978bc74f0f40790b9 (diff) | |
download | edk2-platforms-2d200d72f059a836f08ff22e4711cdcafd86d383.tar.xz |
Added USER_DEFINED in the supported module type list
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3593 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library')
-rw-r--r-- | IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf b/IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf index 08d81b34c6..7eb01c435d 100644 --- a/IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf +++ b/IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf @@ -20,7 +20,7 @@ FILE_GUID = 1DE0B8C2-FFB6-4bdf-97F5-0FFB33979038
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = ReportStatusCodeLib|BASE SEC
+ LIBRARY_CLASS = ReportStatusCodeLib|BASE SEC USER_DEFINED
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
|