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