diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-29 07:39:14 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-29 07:39:14 +0000 |
commit | 75dea6bdd54aed07ce21672c2f8661c1c7d0be31 (patch) | |
tree | 7b34822fb276129df8e0aa9b46a8492c619610a3 /MdeModulePkg/MdeModulePkg.dec | |
parent | d9ab47408e0610c3fa00b7f9f11c616f8447ea3d (diff) | |
download | edk2-platforms-75dea6bdd54aed07ce21672c2f8661c1c7d0be31.tar.xz |
Create DxeReportStatusCodeLib instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9627 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index e7aa7735e1..50d52a2896 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -72,6 +72,10 @@ #
SecurityManagementLib|MdeModulePkg/Include/Library/SecurityManagementLib.h
+ ## @libraryclass OEM status code libary is used to report status code to OEM device.
+ #
+ OemHookStatusCodeLib|Include/Library/OemHookStatusCodeLib.h
+
[Guids.common]
## MdeModule package token space guid
# Include/Guid/MdeModulePkgTokenSpace.h
|