]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxePalLib/DxePalLib.inf
Refine file header for INF files of MDE library instances.
[mirror_edk2.git] / MdePkg / Library / DxePalLib / DxePalLib.inf
CommitLineData
677472aa 1# @file\r
85ea851e 2# Instance of PAL Library retrieving PAL entrypoint from HOB.\r
3#\r
4# Instance of PAL Library that uses a HOB to retrieve the PAL\r
5# Entry Point and layers on top of AsmPalCall() in the Base Library.\r
677472aa 6#\r
55256f51 7# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
677472aa 8#\r
9# This software and associated documentation (if any) is furnished\r
10# under a license and may only be used or copied in accordance\r
11# with the terms of the license. Except as permitted by such\r
12# license, no part of this software or documentation may be\r
13# reproduced, stored in a retrieval system, or transmitted in any\r
14# form or by any means without the express written consent of\r
15# Intel Corporation.\r
16#\r
17#\r
18#\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = DxePalLib\r
23 FILE_GUID = B05D4251-5BA5-46f2-A011-46CC46D9A590\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
55256f51 26 LIBRARY_CLASS = PalCallLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
677472aa 27 EDK_RELEASE_VERSION = 0x00020000\r
28 EFI_SPECIFICATION_VERSION = 0x00020000\r
29\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IPF\r
35#\r
36\r
37[Sources.IPF]\r
38 DxePalCallLib.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
43 ItaniumFamilyCpuPkg/ItaniumFamilyCpuPkg.dec\r
44 ItaniumPlatformPkg/ItaniumPlatformPkg.dec \r
45\r
46[LibraryClasses]\r
47 BaseLib\r
48 HobLib\r
49 UefiLib\r
50 DebugLib\r
51\r
52[Guids]\r
677472aa 53 gPalEntryHobGuid # ALWAYS_CONSUMED\r
54 gEfiSalSystemTableGuid # ALWAYS_CONSUMED\r