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