]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
Add TPM2 definition in trusted computing group.
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
index 098a04d5cb8737272e7eb2d4dad7400c81e29a4b..ce1ff93d839de8117e78912ecd481098f931ed27 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 #  This driver is a sample implementation of the Graphics Output Protocol for\r
 #  the QEMU (Cirrus Logic 5446) video controller.\r
 #\r
@@ -12,7 +12,7 @@
 #  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
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 \r
   ENTRY_POINT                    = InitializeQemuVideo\r
 \r
-  PCI_VENDOR_ID  = 0x1013\r
-  PCI_DEVICE_ID  = 0x00A8\r
-  PCI_CLASS_CODE = 0x030000\r
-  PCI_REVISION   = 0x00\r
-  COMPRESS       = TRUE\r
-  PCI_COMPRESS   = TRUE\r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM AARCH64\r
 #\r
 #  DRIVER_BINDING                =  gQemuVideoDriverBinding\r
 #  COMPONENT_NAME                =  gQemuVideoComponentName\r
   Gop.c\r
   Initialize.c\r
 \r
+[Sources.Ia32, Sources.X64]\r
+  VbeShim.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   OptionRomPkg/OptionRomPkg.dec\r
+  OvmfPkg/OvmfPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
@@ -56,6 +53,8 @@
   DebugLib\r
   DevicePathLib\r
   MemoryAllocationLib\r
+  PciLib\r
+  PrintLib\r
   TimerLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r