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