]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/SerialDxe/SerialDxe.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / SerialDxe / SerialDxe.inf
diff --git a/EmbeddedPkg/SerialDxe/SerialDxe.inf b/EmbeddedPkg/SerialDxe/SerialDxe.inf
new file mode 100644 (file)
index 0000000..29c0aa8
--- /dev/null
@@ -0,0 +1,54 @@
+#%HEADER%\r
+#/** @file\r
+#  \r
+#    Component discription file for Bds module\r
+#  \r
+#  Copyright (c) 2008, Intel Corporation. <BR>\r
+#  All rights reserved. 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
+#  \r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = SerialDxe\r
+  FILE_GUID                      = D3987D4B-971A-435F-8CAF-4967EB627241\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = SerialDxeInitialize\r
+\r
+\r
+[Sources.common]\r
+  SerialIo.c\r
+\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  ReportStatusCodeLib\r
+  MemoryAllocationLib\r
+  UefiLib\r
+  UefiBootServicesTableLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  UefiDriverEntryPoint\r
+  SerialPortLib\r
+\r
+[Guids]\r
+  \r
+\r
+[Protocols]\r
+  gEfiSerialIoProtocolGuid    \r
+  gEfiDevicePathProtocolGuid\r
+  \r
+\r
+[Depex] \r
+  TRUE\r