]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
Clean up DEC files:
[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
19388d29 6# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
e386b444 7#\r
19388d29 8# This program and the accompanying materials\r
e386b444 9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 11# http://opensource.org/licenses/bsd-license.php.\r
e386b444 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
14#\r
15#\r
6bfbb5f0 16##\r
e386b444 17\r
e386b444 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PeiResourcePublicationLib\r
21 FILE_GUID = e8d6390d-e190-4957-9ab6-d47d51b01336\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
fc0c5b3a 24 LIBRARY_CLASS = ResourcePublicationLib|PEIM SEC\r
e386b444 25\r
26\r
e386b444 27#\r
078bee4e 28# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
e386b444 29#\r
30\r
6bfbb5f0 31[Sources]\r
e386b444 32 PeiResourcePublicationLib.c\r
e386b444 33\r
34\r
e386b444 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
e386b444 38[LibraryClasses]\r
39 DebugLib\r
40 PeiServicesLib\r
41\r