]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / Library / PeiNt32OemHookStatusCodeLib / PeiNt32OemHookStatusCodeLib.inf
CommitLineData
7b202cb0 1## @file\r
869f8e34 2# Memory Status Code Library for UEFI drivers\r
3#\r
4# Lib to provide memory journal status code reporting Routines\r
8f2a5f80 5# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
9d2eedba 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
0cc5b7b4 7\r
869f8e34 8#\r
9#\r
7b202cb0 10##\r
869f8e34 11\r
869f8e34 12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = PeiNt32OemHookStatusCodeLib\r
15 FILE_GUID = 0C2070F9-02A7-4e8e-B584-84EA922363FB\r
16 MODULE_TYPE = PEIM\r
17 VERSION_STRING = 1.0\r
55206596 18 LIBRARY_CLASS = OemHookStatusCodeLib|PEIM\r
869f8e34 19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32\r
24#\r
25\r
7b202cb0 26[Sources]\r
869f8e34 27 Nt32OemHookStatusCodeLib.c\r
869f8e34 28\r
29\r
869f8e34 30[Packages]\r
869f8e34 31 MdePkg/MdePkg.dec\r
bef09f33 32 MdeModulePkg/MdeModulePkg.dec\r
bef09f33 33 Nt32Pkg/Nt32Pkg.dec\r
869f8e34 34\r
869f8e34 35[LibraryClasses]\r
36 PeiServicesLib\r
37 ReportStatusCodeLib\r
38 BaseMemoryLib\r
39 PrintLib\r
40 DebugLib\r
41\r
869f8e34 42[Ppis]\r
43 gPeiNtThunkPpiGuid # PPI ALWAYS_CONSUMED\r
44\r