]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.inf
Remove IntelSiliconPkg that has been moved to edk2-platform repo
[mirror_edk2.git] / IntelSiliconPkg / Feature / VTd / IntelVTdDxe / IntelVTdDxe.inf
diff --git a/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.inf b/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.inf
deleted file mode 100644 (file)
index 220636a..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-## @file\r
-# Intel VTd DXE Driver.\r
-#\r
-# This driver initializes VTd engine based upon DMAR ACPI tables\r
-# and provide DMA protection to PCI or ACPI device.\r
-#\r
-# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
-# SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = IntelVTdDxe\r
-  MODULE_UNI_FILE                = IntelVTdDxe.uni\r
-  FILE_GUID                      = 987555D6-595D-4CFA-B895-59B89368BD4D\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = IntelVTdInitialize\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-#\r
-\r
-[Sources]\r
-  IntelVTdDxe.c\r
-  BmDma.c\r
-  DmaProtection.c\r
-  DmaProtection.h\r
-  DmarAcpiTable.c\r
-  PciInfo.c\r
-  TranslationTable.c\r
-  TranslationTableEx.c\r
-  VtdReg.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelSiliconPkg/IntelSiliconPkg.dec\r
-\r
-[LibraryClasses]\r
-  DebugLib\r
-  UefiDriverEntryPoint\r
-  UefiBootServicesTableLib\r
-  BaseLib\r
-  IoLib\r
-  PciSegmentLib\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-  UefiLib\r
-  CacheMaintenanceLib\r
-  PerformanceLib\r
-  PrintLib\r
-  ReportStatusCodeLib\r
-\r
-[Guids]\r
-  gEfiEventExitBootServicesGuid   ## CONSUMES ## Event\r
-  ## CONSUMES ## SystemTable\r
-  ## CONSUMES ## Event\r
-  gEfiAcpi20TableGuid\r
-  ## CONSUMES ## SystemTable\r
-  ## CONSUMES ## Event\r
-  gEfiAcpi10TableGuid\r
-\r
-[Protocols]\r
-  gEdkiiIoMmuProtocolGuid                     ## PRODUCES\r
-  gEfiPciIoProtocolGuid                       ## CONSUMES\r
-  gEfiPciEnumerationCompleteProtocolGuid      ## CONSUMES\r
-  gEdkiiPlatformVTdPolicyProtocolGuid         ## SOMETIMES_CONSUMES\r
-\r
-[Pcd]\r
-  gIntelSiliconPkgTokenSpaceGuid.PcdVTdPolicyPropertyMask   ## CONSUMES\r
-  gIntelSiliconPkgTokenSpaceGuid.PcdErrorCodeVTdError       ## CONSUMES\r
-\r
-[Depex]\r
-  gEfiPciRootBridgeIoProtocolGuid\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  IntelVTdDxeExtra.uni\r
-\r