diff options
Diffstat (limited to 'DuetPkg/FvbRuntimeService')
-rw-r--r-- | DuetPkg/FvbRuntimeService/DUETFwh.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DuetPkg/FvbRuntimeService/DUETFwh.inf b/DuetPkg/FvbRuntimeService/DUETFwh.inf index 802b70b373..a8d2491fc1 100644 --- a/DuetPkg/FvbRuntimeService/DUETFwh.inf +++ b/DuetPkg/FvbRuntimeService/DUETFwh.inf @@ -1,4 +1,4 @@ -#/*++
+## @file
#
# Copyright (c) 2007 - 2010, Intel Corporation
# All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ #
# Component description file for DUET Module
#
-#--*/
+##
[Defines]
INF_VERSION = 0x00010005
@@ -34,7 +34,7 @@ MdeModulePkg/MdeModulePkg.dec
DuetPkg/DuetPkg.dec
-[Sources.common]
+[Sources]
FWBlockService.c
FwBlockService.h
FvbInfo.c
|