]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixThunkDxe/UnixThunk.inf
EmbeddedPkg: Fix mispellings
[mirror_edk2.git] / UnixPkg / UnixThunkDxe / UnixThunk.inf
index fd803b1b13408b1801df6d08c094cd73d36ee6cb..67decf53727cb9292021ad30aa8e7ba97ad3f603 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
+## @file\r
 # A DXE driver to produce EFI_UNIX_THUNK_PROTOCOL\r
 #\r
 # EFI_UNIX_THUNK_PROTOCOL is a table of pointers to various Unix APIs used by various drivers to accomplish certain task in a Unix emulator.\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,8 +20,6 @@
   FILE_GUID                      = f38610fc-8985-11db-82d4-0040d02b1835\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = InitializeUnixThunk\r
 \r
@@ -31,7 +29,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   UnixThunk.c\r
   UnixThunk.h\r
 \r
@@ -47,8 +45,8 @@
   UnixLib\r
   UefiDriverEntryPoint\r
   UefiLib\r
-  DebugLib
-  DevicePathLib
+  DebugLib\r
+  DevicePathLib\r
 \r
 \r
 \r