]> 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 65427055569adb7ecb4eba9dc228343f2ae5ab23..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
 \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
-  PrintLib\r
+  UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
 \r
+[FixedPcd]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits\r
+\r
 [Guids]\r
-  gArmGlobalVariableGuid\r
   gEfiFileInfoGuid\r
   gEfiFileSystemInfoGuid\r
   gEfiFileSystemVolumeLabelInfoIdGuid\r
 \r
-[Pcd]\r
-  gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths\r
-  gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths\r
-\r
 [Protocols]\r
-  gEfiDevicePathFromTextProtocolGuid\r
-  gEfiDevicePathToTextProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
+  gEfiGraphicsOutputProtocolGuid\r
   gEfiLoadedImageProtocolGuid\r
+  gEfiPciRootBridgeIoProtocolGuid\r
   gEfiSimpleFileSystemProtocolGuid\r