]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf
MdeModulePkg/UfsPciHcDxe: Fix EBC build error
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / Library / PlatformIntelBdsLib / PlatformIntelBdsLib.inf
index d635f133d090107523f4595fc6154e46bcefbaee..d8f892642c2e4f725b240df53b608aee74143028 100644 (file)
@@ -1,17 +1,18 @@
 ## @file\r
 #  Implementation for PlatformBdsLib library class interfaces.\r
-#  using ARM Platform framework.\r
 #\r
-#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (C) 2015, Red Hat, Inc.\r
 #  Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
+#  This program and the accompanying materials are licensed and made available\r
+#  under the terms and conditions of the BSD License which accompanies this\r
+#  distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
+#  IMPLIED.\r
 #\r
 ##\r
 \r
@@ -22,7 +23,6 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PlatformBdsLib|DXE_DRIVER\r
-  CONSTRUCTOR                    = PlatformIntelBdsConstructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 \r
 [Sources]\r
   IntelBdsPlatform.c\r
-  IntelBdsPlatform.h\r
+  QemuKernel.c\r
 \r
 [Packages]\r
-  ArmPkg/ArmPkg.dec\r
-  ArmPlatformPkg/ArmPlatformPkg.dec\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  MdePkg/MdePkg.dec\r
+  OvmfPkg/OvmfPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
   BaseMemoryLib\r
-  BdsLib\r
   DebugLib\r
   DevicePathLib\r
+  GenericBdsLib\r
   MemoryAllocationLib\r
-  UefiBootServicesTableLib\r
   PcdLib\r
-  GenericBdsLib\r
+  PrintLib\r
+  QemuBootOrderLib\r
+  QemuFwCfgLib\r
+  UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
 \r
-[Guids]\r
-  gArmGlobalVariableGuid\r
+[FixedPcd]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits\r
 \r
-[Pcd]\r
-  gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths\r
-  gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
+[Guids]\r
+  gEfiFileInfoGuid\r
+  gEfiFileSystemInfoGuid\r
+  gEfiFileSystemVolumeLabelInfoIdGuid\r
 \r
 [Protocols]\r
-  gEfiDevicePathFromTextProtocolGuid\r
-  gEfiDevicePathToTextProtocolGuid\r
+  gEfiDevicePathProtocolGuid\r
+  gEfiGraphicsOutputProtocolGuid\r
+  gEfiLoadedImageProtocolGuid\r
+  gEfiPciRootBridgeIoProtocolGuid\r
+  gEfiSimpleFileSystemProtocolGuid\r