]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
UnixPkg: Remove UnixPkg files (It is replaced by EmulatorPkg)
[mirror_edk2.git] / UnixPkg / UnixSerialIoDxe / UnixSerialIo.inf
diff --git a/UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf b/UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
deleted file mode 100644 (file)
index 01b3d2f..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-## @file\r
-# Serial I/O driver\r
-#\r
-# Our DriverBinding member functions operate on the handles\r
-#  created by the Unix Bus driver\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\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
-#  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
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = UnixSerialIo\r
-  FILE_GUID                      = 600F2BF2-63A7-48ca-9FD0-A3450B87EE05\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = InitializeUnixSerialIo\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32\r
-#\r
-#  DRIVER_BINDING                =  gUnixSerialIoDriverBinding                   \r
-#  COMPONENT_NAME                =  gUnixSerialIoComponentName                   \r
-#\r
-\r
-[Sources]\r
-  ComponentName.c\r
-  UnixSerialIo.c\r
-  UnixSerialIo.h\r
-  EntryPoint.c\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  UnixPkg/UnixPkg.dec\r
-\r
-\r
-[LibraryClasses]\r
-  MemoryAllocationLib\r
-  DevicePathLib\r
-  UefiBootServicesTableLib\r
-  BaseMemoryLib\r
-  UefiLib\r
-  UefiDriverEntryPoint\r
-  BaseLib\r
-  DebugLib\r
-\r
-\r
-[Guids]\r
-  gEfiUnixSerialPortGuid                        # ALWAYS_CONSUMED\r
-  gEfiUartDevicePathGuid                        # BY_START\r
-\r
-[Protocols]\r
-  gEfiSerialIoProtocolGuid                      # PROTOCOL BY_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
-  gEfiUnixIoProtocolGuid                        # PROTOCOL TO_START\r
-\r