Refine code for OemHookStatusCodeLibNull.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8255 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2009-05-07 08:51:16 +00:00
parent da801a6e9b
commit 85a9032180
2 changed files with 7 additions and 21 deletions

View File

@ -1,7 +1,6 @@
#/** @file
# Memory Status Code Library for UEFI drivers
# Null instance of OEM Hook Status Code Library with empty functions.
#
# Lib to provide memory journal status code reporting Routines
# Copyright (c) 2006 - 2009, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
@ -18,10 +17,9 @@
INF_VERSION = 0x00010005
BASE_NAME = OemHookStatusCodeLibNull
FILE_GUID = 54D2878F-25CD-4a2b-8420-EBD18E609C76
MODULE_TYPE = PEIM
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = OemHookStatusCodeLib
EFI_SPECIFICATION_VERSION = 0x00020000
#
# The following information is for reference only and not required by the build tools.
@ -32,8 +30,6 @@
[Sources.common]
OemHookStatusCodeLibNull.c
[Packages]
MdePkg/MdePkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec