]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf
ArmPlatformPkg: Use EfiEventGroupSignal from UefiLib
[mirror_edk2.git] / ArmPlatformPkg / Library / PlatformIntelBdsLib / PlatformIntelBdsLib.inf
1 ## @file
2 # Implementation for PlatformBdsLib library class interfaces.
3 # using ARM Platform framework.
4 #
5 # Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>
6 # Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PlatformIntelBdsLib
21 FILE_GUID = 67780d14-60eb-4894-ab7c-eed6af427f9f
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER
25 CONSTRUCTOR = PlatformIntelBdsConstructor
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = ARM AARCH64
31 #
32
33 [Sources]
34 IntelBdsPlatform.c
35 IntelBdsPlatform.h
36
37 [Packages]
38 ArmPkg/ArmPkg.dec
39 ArmPlatformPkg/ArmPlatformPkg.dec
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
43
44 [LibraryClasses]
45 BaseLib
46 BaseMemoryLib
47 DebugLib
48 DevicePathLib
49 MemoryAllocationLib
50 UefiBootServicesTableLib
51 PcdLib
52 GenericBdsLib
53 UefiLib
54
55 [Guids]
56 gEfiEndOfDxeEventGroupGuid
57
58 [Pcd]
59 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
60 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
61 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
62 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
63
64 [Protocols]
65 gEfiDevicePathFromTextProtocolGuid
66 gEfiDevicePathToTextProtocolGuid