]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/XenBusDxe/XenBusDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / XenBusDxe / XenBusDxe.inf
index 2478e35b635718c3201d5caf97c37e2542a57ab5..536b49fa8c35e935231559a8f4dd5c2abb28ca2b 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 #  Copyright (C) 2014, Citrix Ltd.\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
   DriverBinding.h\r
   ComponentName.c\r
   ComponentName.h\r
-  XenHypercall.c\r
-  XenHypercall.h\r
-  InterlockedCompareExchange16.c\r
-  InterlockedCompareExchange16.h\r
   GrantTable.c\r
   GrantTable.h\r
   EventChannel.c\r
   XenBus.c\r
   XenBus.h\r
   Helpers.c\r
-\r
-[Sources.IA32]\r
-  Ia32/hypercall.nasm\r
-  Ia32/InterlockedCompareExchange16.S\r
-  Ia32/InterlockedCompareExchange16.asm\r
-  Ia32/TestAndClearBit.S\r
-  Ia32/TestAndClearBit.asm\r
-\r
-[Sources.X64]\r
-  X64/hypercall.S\r
-  X64/hypercall.asm\r
-  X64/InterlockedCompareExchange16.S\r
-  X64/InterlockedCompareExchange16.asm\r
-  X64/TestAndClearBit.S\r
-  X64/TestAndClearBit.asm\r
+  TestAndClearBit.c\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   UefiLib\r
   DevicePathLib\r
   DebugLib\r
-  HobLib\r
-\r
+  XenHypercallLib\r
+  SynchronizationLib\r
+  PrintLib\r
+  PcdLib\r
 \r
 [Protocols]\r
   gEfiDriverBindingProtocolGuid\r
-  gEfiPciIoProtocolGuid\r
   gEfiComponentName2ProtocolGuid\r
   gEfiComponentNameProtocolGuid\r
   gXenBusProtocolGuid\r
+  gXenIoProtocolGuid\r
 \r
-\r
-[Guids]\r
-  gEfiXenInfoGuid\r
-\r
+[FixedPcd]\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdXenGrantFrames\r