summaryrefslogtreecommitdiff
path: root/UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf')
-rw-r--r--UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf b/UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
index 00371add9..b7696594f 100644
--- a/UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
+++ b/UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
@@ -1,10 +1,10 @@
-#/** @file
+## @file
# Block Io driver
#
# Produce block IO abstractions for real devices on your PC using Unix APIs.
# The configuration of what devices to mount or emulate comes from
# environment variables.
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2010, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
@@ -37,7 +37,7 @@
# DRIVER_DIAG = gUnixBlockIoDriverDiagnostics
#
-[Sources.common]
+[Sources]
DriverDiagnostics.c
DriverConfiguration.c
ComponentName.c