summaryrefslogtreecommitdiff
path: root/DuetPkg/FSVariable
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/FSVariable')
-rw-r--r--DuetPkg/FSVariable/FSVariable.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/DuetPkg/FSVariable/FSVariable.inf b/DuetPkg/FSVariable/FSVariable.inf
index 3fbce650c7..e16f84b5f1 100644
--- a/DuetPkg/FSVariable/FSVariable.inf
+++ b/DuetPkg/FSVariable/FSVariable.inf
@@ -1,4 +1,4 @@
-#/*++
+## @file
#
# Copyright (c) 2006 - 2010 Intel Corporation
# All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@
#
# Component description file for variable module
#
-#--*/
+##
[Defines]
INF_VERSION = 0x00010005
@@ -34,14 +34,14 @@
DuetPkg/DuetPkg.dec
MdeModulePkg/MdeModulePkg.dec
-[Sources.common]
+[Sources]
FSVariable.h
VariableStorage.h
FSVariable.c
FileStorage.c
MemStorage.c
-[LibraryClasses.common]
+[LibraryClasses]
PcdLib
BaseMemoryLib
BaseLib