]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
Remove IntelSiliconPkg that has been moved to edk2-platform repo
[mirror_edk2.git] / IntelSiliconPkg / Feature / VTd / PlatformVTdSampleDxe / PlatformVTdSampleDxe.inf
diff --git a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
deleted file mode 100644 (file)
index be18284..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-## @file\r
-# Platform VTd Sample driver.\r
-#\r
-# Note: This module should only be used for dev/debug purposes.\r
-#       It MUST never be used for production builds.\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                      = PlatformVTdSampleDxe\r
-  MODULE_UNI_FILE                = PlatformVTdSampleDxe.uni\r
-  FILE_GUID                      = 5DFAE03E-9C19-4996-85BF-65297BD4137F\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = PlatformVTdSampleInitialize\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
-  PlatformVTdSampleDxe.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
-  DevicePathLib\r
-\r
-[Protocols]\r
-  gEdkiiPlatformVTdPolicyProtocolGuid         ## PRODUCES\r
-  gEfiPciIoProtocolGuid                       ## CONSUMES\r
-\r
-[Depex]\r
-  gEfiPciRootBridgeIoProtocolGuid\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  PlatformVTdSampleDxeExtra.uni\r
-\r