X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FOemHookStatusCodeLibNull%2FOemHookStatusCodeLibNull.inf;h=3002a19b533cd1061bf5d02fac0057da001074c3;hb=HEAD;hp=d075d9e382183c74d85e8ef312819e192ac87563;hpb=d9ab47408e0610c3fa00b7f9f11c616f8447ea3d;p=mirror_edk2.git diff --git a/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf b/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf index d075d9e382..3002a19b53 100644 --- a/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf +++ b/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf @@ -1,34 +1,30 @@ -#/** @file +## @file # Null instance of OEM Hook Status Code Library with empty functions. # -# Copyright (c) 2006 - 2009, Intel Corporation. +# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = OemHookStatusCodeLibNull + MODULE_UNI_FILE = OemHookStatusCodeLibNull.uni FILE_GUID = 54D2878F-25CD-4a2b-8420-EBD18E609C76 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = OemHookStatusCodeLib + LIBRARY_CLASS = OemHookStatusCodeLib # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # -[Sources.common] +[Sources] OemHookStatusCodeLibNull.c [Packages] - MdePkg/MdePkg.dec \ No newline at end of file + MdePkg/MdePkg.dec