]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe.inf
OvmfPkg/SmbiosPlatformDxe: split Xen entry point from QEMU entry point
[mirror_edk2.git] / OvmfPkg / SmbiosPlatformDxe / XenSmbiosPlatformDxe.inf
index 5a093c69afd9c1bc52c73c5389fdcaf9f3010dc5..7f4588e33d1e753a94da18fc5828d1ef94b66629 100644 (file)
@@ -16,7 +16,7 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
-  ENTRY_POINT                    = SmbiosTablePublishEntry\r
+  ENTRY_POINT                    = XenSmbiosTablePublishEntry\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -25,9 +25,9 @@
 #\r
 \r
 [Sources]\r
-  Qemu.c\r
   SmbiosPlatformDxe.c\r
   SmbiosPlatformDxe.h\r
+  Xen.c\r
   XenSmbiosPlatformDxe.h\r
 \r
 [Sources.IA32, Sources.X64]\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+\r
+[Packages.IA32, Packages.X64]\r
   OvmfPkg/OvmfPkg.dec\r
 \r
 [LibraryClasses]\r
   DebugLib\r
-  MemoryAllocationLib\r
-  PcdLib\r
-  QemuFwCfgLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
 \r
@@ -52,9 +51,6 @@
   BaseLib\r
   HobLib\r
 \r
-[Pcd]\r
-  gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated\r
-\r
 [Protocols]\r
   gEfiSmbiosProtocolGuid                      # PROTOCOL ALWAYS_CONSUMED\r
 \r