]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / Library / DxeUnixOemHookStatusCodeLib / DxeUnixOemHookStatusCodeLib.inf
CommitLineData
7b202cb0 1## @file\r
804405e7 2# Memory Status Code Library for UEFI drivers\r
3#\r
4# Lib to provide memory journal status code reporting Routines\r
804405e7 5#\r
f9b8ab56
HT
6# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials\r
1adf568b 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
804405e7 14#\r
15#\r
7b202cb0 16##\r
804405e7 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeUnixOemHookStatusCodeLib\r
21 FILE_GUID = 0BB6F68A-2FC5-4394-9375-2B43F1C34B59\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = OemHookStatusCodeLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
804405e7 25\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32\r
31#\r
32\r
7b202cb0 33[Sources]\r
804405e7 34 UnixOemHookStatusCodeLib.c\r
35\r
36\r
37[Packages]\r
804405e7 38 UnixPkg/UnixPkg.dec\r
39 MdePkg/MdePkg.dec\r
6a37c6bc 40 MdeModulePkg/MdeModulePkg.dec\r
804405e7 41\r
42\r
43[LibraryClasses]\r
44 ReportStatusCodeLib\r
45 BaseMemoryLib\r
46 PrintLib\r
47 HobLib\r
48 DebugLib\r
49\r
804405e7 50[Protocols]\r
51 gEfiUnixThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
52\r