]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiResourcePublicationLib / PeiResourcePublicationLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of Resource Publication Library using PEI Services.\r
e386b444 3#\r
4# Resource Publication Library that uses PEI Services to publish system memory.\r
85ea851e 5#\r
3cb0a311 6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e386b444 7#\r
9344f092 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e386b444 9#\r
10#\r
6bfbb5f0 11##\r
e386b444 12\r
e386b444 13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = PeiResourcePublicationLib\r
c92c1790 16 MODULE_UNI_FILE = PeiResourcePublicationLib.uni\r
e386b444 17 FILE_GUID = e8d6390d-e190-4957-9ab6-d47d51b01336\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
fc0c5b3a 20 LIBRARY_CLASS = ResourcePublicationLib|PEIM SEC\r
e386b444 21\r
22\r
e386b444 23#\r
3cb0a311 24# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
e386b444 25#\r
26\r
6bfbb5f0 27[Sources]\r
e386b444 28 PeiResourcePublicationLib.c\r
e386b444 29\r
30\r
e386b444 31[Packages]\r
32 MdePkg/MdePkg.dec\r
33\r
e386b444 34[LibraryClasses]\r
35 DebugLib\r
36 PeiServicesLib\r
37\r