summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-26 00:32:26 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-26 00:32:26 +0000
commitb9575d60301f0e2d1cb10b7bce04242c32f5b0bc (patch)
treeedf7420570c894a267daf09a8f9d420f7a742ec9 /MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
parentcf61682357433f09cb98c9a8c413550573a8bbf8 (diff)
downloadedk2-platforms-b9575d60301f0e2d1cb10b7bce04242c32f5b0bc.tar.xz
pdated code per coding standard. Changed comments, converted all \ to / and removed the extra generated files by merging them into existing files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2736 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf')
-rw-r--r--MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf15
1 files changed, 6 insertions, 9 deletions
diff --git a/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf b/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
index 9e08235dc3..ad73679302 100644
--- a/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
+++ b/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
@@ -1,13 +1,12 @@
#/** @file
-# Component description file for DiskIo module.
-#
-# DiskIo driver that layers it's self on every Block IO protocol in the system.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Component description file for DiskIo module.
#
+# Copyright (c) 2006 - 2007, 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
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
+#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
@@ -49,8 +48,6 @@
ComponentName.c
DiskIo.h
diskio.c
- CommonHeader.h
- EntryPoint.c
################################################################################
@@ -61,7 +58,7 @@
################################################################################
[Includes]
- $(WORKSPACE)/MdePkg\Include/Library
+ $(WORKSPACE)/MdePkg/Include/Library
################################################################################
#
@@ -71,8 +68,8 @@
################################################################################
[Packages]
- $(WORKSPACE)\MdeModulePkg/MdeModulePkg.dec
- $(WORKSPACE)\MdePkg/MdePkg.dec
+ $(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec
+ $(WORKSPACE)/MdePkg/MdePkg.dec
################################################################################