X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UnixPkg%2FLibrary%2FDxeUnixOemHookStatusCodeLib%2FDxeUnixOemHookStatusCodeLib.inf;h=f07d494f52a610e201eb2e05e774efab7a3bc9c6;hb=bf6ee6c7c33cf280cdfb2fd0e6b66a712b7aa4a1;hp=5fed85f1fbc991bb7b2359c0fc786741d26bc3ad;hpb=cdf360f8e4a084622fb3cd2f757e652e7892837e;p=mirror_edk2.git diff --git a/UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf b/UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf index 5fed85f1fb..f07d494f52 100644 --- a/UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf +++ b/UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf @@ -1,20 +1,19 @@ -#/** @file +## @file # Memory Status Code Library for UEFI drivers # # Lib to provide memory journal status code reporting Routines -# Copyright (c) 2007, Intel Corporation. # -# All rights reserved. -# This software and associated documentation (if any) is furnished -# under a license and may only be used or copied in accordance -# with the terms of the license. Except as permitted by such -# license, no part of this software or documentation may be -# reproduced, stored in a retrieval system, or transmitted in any -# form or by any means without the express written consent of -# Intel Corporation. +# Copyright (c) 2009 - 2010, 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 +# 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. # -#**/ +# +## [Defines] INF_VERSION = 0x00010005 @@ -23,8 +22,6 @@ MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = OemHookStatusCodeLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # @@ -33,15 +30,14 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] UnixOemHookStatusCodeLib.c [Packages] - IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec UnixPkg/UnixPkg.dec MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec [LibraryClasses]