]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPalCallLib/PeiPalCallLib.inf
Since PciXXXReadBuffer/PciXXXWriteBuffer does not check the alignment of user buffer...
[mirror_edk2.git] / MdePkg / Library / PeiPalCallLib / PeiPalCallLib.inf
CommitLineData
ed8717c5 1#/** @file\r
2# Component description file for Pei PAL call Library\r
3#\r
4# PAL Call Library implementation to wrap the PAL call in PEI.\r
5# Copyright (c) 2006, Intel Corporation\r
6#\r
7# All rights reserved.\r
8# This software and associated documentation (if any) is furnished\r
9# under a license and may only be used or copied in accordance\r
10# with the terms of the license. Except as permitted by such\r
11# license, no part of this software or documentation may be\r
12# reproduced, stored in a retrieval system, or transmitted in any\r
13# form or by any means without the express written consent of\r
14# Intel Corporation.\r
15#\r
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PeiPalCallLib\r
22 FILE_GUID = B53DC524-6B98-4584-940B-8F1363DEF09E\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = PalCallLib \r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IPF\r
34#\r
35\r
36[Sources.common]\r
37 PalCallLib.c\r
38\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 PeiServicesLib\r
47 PeiServicesTablePointerLib\r
48\r
49\r
50[Ppis]\r
51 gEfiSecPlatformInformationPpiGuid # PPI ALWAYS_CONSUMED\r
52\r