X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FOemHookStatusCodeLibNull%2FOemHookStatusCodeLibNull.inf;h=c6ca7f658b5ee7f7f0b201253e9b4561ca98aad5;hb=630b41877e9a1afe59d4f8a1c22bc691fe933ff8;hp=7da7f0982f94d02fc9174d2fb1ded47ee6ca7df7;hpb=58ca4e8bdb57538b383dd3be097197780c15cad9;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf index 7da7f0982f..c6ca7f658b 100644 --- a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf +++ b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf @@ -1,8 +1,7 @@ #/** @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 - 2007, Intel Corporation. +# Copyright (c) 2006 - 2009, Intel Corporation. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -14,21 +13,13 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] 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 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - # # The following information is for reference only and not required by the build tools. @@ -36,34 +27,8 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - [Sources.common] OemHookStatusCodeLibNull.c - CommonHeader.h - - -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include - $(WORKSPACE)/IntelFrameworkModulePkg/Include - -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ [Packages] MdePkg/MdePkg.dec