]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/XenBusDxe/XenBusDxe.inf
SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
[mirror_edk2.git] / OvmfPkg / XenBusDxe / XenBusDxe.inf
index fb63ec251e48ed326df0458c4a8de456bd856fd7..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
+  GrantTable.c\r
+  GrantTable.h\r
+  EventChannel.c\r
+  EventChannel.h\r
+  XenStore.c\r
+  XenStore.h\r
+  XenBus.c\r
+  XenBus.h\r
+  Helpers.c\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