]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxePalLib/DxePalLib.inf
Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF file
[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
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IPF
34 #
35
36 [Sources.IPF]
37 DxePalCallLib.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 IntelFrameworkPkg/IntelFrameworkPkg.dec
42 ItaniumFamilyCpuPkg/ItaniumFamilyCpuPkg.dec
43 ItaniumPlatformPkg/ItaniumPlatformPkg.dec
44
45 [LibraryClasses]
46 BaseLib
47 HobLib
48 UefiLib
49 DebugLib
50
51 [Guids]
52 gPalEntryHobGuid # ALWAYS_CONSUMED
53 gEfiSalSystemTableGuid # ALWAYS_CONSUMED