update the file header/function comments of DiskInfo/PciHotPlugRequest protocols...
[edk2.git] / UnixPkg / UnixSerialIoDxe / UnixSerialIo.inf
blob0f74f2699e4f66c33a478a3aa727aae06bfe61af
1 #/** @file\r
2 # Serial I/O driver\r
3 #\r
4 # Our DriverBinding member functions operate on the handles\r
5 #  created by the Unix Bus driver\r
6 # Copyright (c) 2006 - 2007, Intel Corporation\r
7 #\r
8 #  All rights reserved. This program and the accompanying materials\r
9 #  are licensed and made available under the terms and conditions of the BSD License\r
10 #  which accompanies this distribution. The full text of the license may be found at\r
11 #  http://opensource.org/licenses/bsd-license.php\r
12 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14 #\r
15 #\r
16 #**/\r
18 [Defines]\r
19   INF_VERSION                    = 0x00010005\r
20   BASE_NAME                      = UnixSerialIo\r
21   FILE_GUID                      = 600F2BF2-63A7-48ca-9FD0-A3450B87EE05\r
22   MODULE_TYPE                    = UEFI_DRIVER\r
23   VERSION_STRING                 = 1.0\r
24   EDK_RELEASE_VERSION            = 0x00020000\r
25   EFI_SPECIFICATION_VERSION      = 0x00020000\r
27   ENTRY_POINT                    = InitializeUnixSerialIo\r
29 #\r
30 # The following information is for reference only and not required by the build tools.\r
31 #\r
32 #  VALID_ARCHITECTURES           = IA32\r
33 #\r
34 #  DRIVER_BINDING                =  gUnixSerialIoDriverBinding                   \r
35 #  COMPONENT_NAME                =  gUnixSerialIoComponentName                   \r
36 #\r
38 [Sources.common]\r
39   ComponentName.c\r
40   UnixSerialIo.c\r
41   UnixSerialIo.h\r
42   EntryPoint.c\r
45 [Packages]\r
46   MdePkg/MdePkg.dec\r
47   UnixPkg/UnixPkg.dec\r
50 [LibraryClasses]\r
51   MemoryAllocationLib\r
52   DevicePathLib\r
53   UefiBootServicesTableLib\r
54   BaseMemoryLib\r
55   UefiLib\r
56   UefiDriverEntryPoint\r
57   BaseLib\r
58   DebugLib\r
61 [Guids]\r
62   gEfiUnixSerialPortGuid                       # ALWAYS_CONSUMED\r
65 [Protocols]\r
66   gEfiSerialIoProtocolGuid                      # PROTOCOL BY_START\r
67   gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
68   gEfiUnixIoProtocolGuid                        # PROTOCOL TO_START\r