]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
index a04ed537dd27d789af8fdc9be48de9c0e42bbc59..fe8befd51d3cf1c9a536ebf796705b7b07c1d3ba 100644 (file)
@@ -2,15 +2,9 @@
 #  This driver is a sample implementation of the Graphics Output Protocol for\r
 #  the QEMU (Cirrus Logic 5446) video controller.\r
 #\r
-#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2019, 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
-#  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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Sources.common]\r
   ComponentName.c\r
   Driver.c\r
-  DriverSupportedEfiVersion.c\r
   Gop.c\r
   Initialize.c\r
   Qemu.h\r
-  UnalignedIoInternal.h\r
 \r
 [Sources.Ia32, Sources.X64]\r
-  UnalignedIoGcc.c    | GCC\r
-  UnalignedIoIcc.c    | INTEL\r
-  UnalignedIoMsc.c    | MSFT\r
   VbeShim.c\r
   VbeShim.h\r
 \r
-[Sources.EBC]\r
-  UnalignedIoUnsupported.c\r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  OptionRomPkg/OptionRomPkg.dec\r
   OvmfPkg/OvmfPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiLib\r
 \r
 [Protocols]\r
-  gEfiDriverSupportedEfiVersionProtocolGuid     # PROTOCOL ALWAYS_PRODUCED\r
   gEfiGraphicsOutputProtocolGuid                # PROTOCOL BY_START\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL BY_START\r
   gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
 \r
 [Pcd]\r
-  gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask\r