From 6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 24 Feb 2010 00:21:16 +0000 Subject: 1. Correct File header to ## @file 2. Remove unnecessary .common] postfix on section. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10052 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/AcpiResetDxe/Reset.inf | 4 ++-- DuetPkg/BiosVideoThunkDxe/BiosVideo.inf | 8 ++++---- DuetPkg/CpuDxe/Cpu.inf | 8 ++++---- DuetPkg/DataHubGenDxe/DataHubGen.inf | 10 +++++----- DuetPkg/DuetPkg.dec | 4 ++-- DuetPkg/DuetPkg.dsc | 14 +++++++------- DuetPkg/DuetPkg.fdf | 1 + DuetPkg/DxeIpl/DxeIpl.inf | 12 ++++++------ DuetPkg/EfiLdr/EfiLdr.inf | 10 +++++----- DuetPkg/FSVariable/FSVariable.inf | 8 ++++---- DuetPkg/FvbRuntimeService/DUETFwh.inf | 6 +++--- DuetPkg/LegacyMetronome/Metronome.inf | 4 ++-- DuetPkg/Library/DuetBdsLib/PlatformBds.inf | 8 ++++---- DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf | 6 +++--- .../DxeCoreReportStatusCodeLibFromHob.inf | 8 ++++---- DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf | 6 +++--- .../PciRootBridgeNoEnumeration.inf | 8 ++++---- DuetPkg/RtPlatformStatusCode/RtPlatformStatusCode.inf | 14 +++++++------- DuetPkg/SmbiosGenDxe/SmbiosGen.inf | 10 +++++----- 19 files changed, 75 insertions(+), 74 deletions(-) (limited to 'DuetPkg') diff --git a/DuetPkg/AcpiResetDxe/Reset.inf b/DuetPkg/AcpiResetDxe/Reset.inf index a0bd634110..89c3aef2e4 100644 --- a/DuetPkg/AcpiResetDxe/Reset.inf +++ b/DuetPkg/AcpiResetDxe/Reset.inf @@ -1,4 +1,4 @@ -#/** @file +## @file # Component description file for AcpiResetDxe module. # # Copyright (c) 2006 - 2010, Intel Corporation @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#--*/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = AcpiReset diff --git a/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf b/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf index a00ce98dcc..07387b2fa7 100644 --- a/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf +++ b/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf @@ -1,8 +1,8 @@ -#/** @file +## @file # This module provides EFI_GRAPHIC_OUT_PROTOCOL based on functions of video # on legacy BIOS. # -# Copyright (c) 2006 - 2009, 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 # which accompanies this distribution. The full text of the license may be found at @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -35,7 +35,7 @@ UefiDriverEntryPoint DevicePathLib -[Sources.common] +[Sources] BiosVideo.h BiosVideo.c ComponentName.c diff --git a/DuetPkg/CpuDxe/Cpu.inf b/DuetPkg/CpuDxe/Cpu.inf index ca01c5d4e8..1d3778e5ca 100644 --- a/DuetPkg/CpuDxe/Cpu.inf +++ b/DuetPkg/CpuDxe/Cpu.inf @@ -1,6 +1,6 @@ -#/*++ +## @file # -# 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 # which accompanies this distribution. The full text of the license may be found at @@ -14,7 +14,7 @@ # # Abstract: # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -48,7 +48,7 @@ X64/CpuInterrupt.asm | MSFT X64/CpuInterrupt.S |GCC -[Sources.common] +[Sources] Cpu.c CpuDxe.h diff --git a/DuetPkg/DataHubGenDxe/DataHubGen.inf b/DuetPkg/DataHubGenDxe/DataHubGen.inf index 92cb41a1c8..e7a36cfc7e 100644 --- a/DuetPkg/DataHubGenDxe/DataHubGen.inf +++ b/DuetPkg/DataHubGenDxe/DataHubGen.inf @@ -1,6 +1,6 @@ -#/*++ +## @file # -# Copyright (c) 2006 - 2007, 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 # which accompanies this distribution. The full text of the license may be found at @@ -17,7 +17,7 @@ # # Component description file for DataHubGen module. # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -45,12 +45,12 @@ BaseLib HiiLib -[Sources.common] +[Sources] DataHubGen.c DataHubGen.h DataHubGenStrings.uni -[Guids.common] +[Guids] gEfiProcessorSubClassGuid gEfiMiscSubClassGuid gEfiSmbiosTableGuid diff --git a/DuetPkg/DuetPkg.dec b/DuetPkg/DuetPkg.dec index 3339ae3bc8..ca35f9577e 100644 --- a/DuetPkg/DuetPkg.dec +++ b/DuetPkg/DuetPkg.dec @@ -22,10 +22,10 @@ PACKAGE_GUID = 151B568B-B390-4cf1-ABD6-228E0AB96F57 PACKAGE_VERSION = 0.1 -[Includes.common] +[Includes] Include -[Guids.common] +[Guids] gEfiPciExpressBaseAddressGuid = {0x3677d529, 0x326f, 0x4603, {0xa9, 0x26, 0xea, 0xac, 0xe0, 0x1d, 0xcb, 0xb0 }} gEfiAcpiDescriptionGuid = {0x3c699197, 0x093c, 0x4c69, {0xb0, 0x6b, 0x12, 0x8a, 0xe3, 0x48, 0x1d, 0xc9 }} gEfiFlashMapHobGuid = { 0xb091e7d2, 0x5a0, 0x4198, {0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 }} diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index d5e29b8a3a..aab4f00633 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -1,10 +1,10 @@ -#/** @file +## @file # An EFI/Framework Emulation Platform with UEFI HII interface supported. # # Developer's UEFI Emulation. DUET provides an EFI/UEFI IA32/X64 environment on legacy BIOS, # to help developing and debugging native EFI/UEFI drivers. # -# Copyright (c) 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 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 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -#**/ +## [Defines] PLATFORM_NAME = DuetPkg @@ -27,7 +27,7 @@ SKUID_IDENTIFIER = DEFAULT FLASH_DEFINITION = DuetPkg/DuetPkg.fdf -[LibraryClasses.common] +[LibraryClasses] BaseLib|MdePkg/Library/BaseLib/BaseLib.inf SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf @@ -84,7 +84,7 @@ gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x0 -[PcdsFeatureFlag.common] +[PcdsFeatureFlag] gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE [PcdsDynamicHii.common.DEFAULT] @@ -111,7 +111,7 @@ # ################################################################################################### -[Components.common] +[Components] DuetPkg/DxeIpl/DxeIpl.inf { # @@ -217,6 +217,6 @@ # MdeModulePkg/Application/HelloWorld/HelloWorld.inf -[BuildOptions.common] +[BuildOptions] MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR diff --git a/DuetPkg/DuetPkg.fdf b/DuetPkg/DuetPkg.fdf index a811bb83a2..83e8df32af 100644 --- a/DuetPkg/DuetPkg.fdf +++ b/DuetPkg/DuetPkg.fdf @@ -1,3 +1,4 @@ +## @file # This is DUET FDF file with UEFI HII features enabled # # Copyright (c) 2007 - 2010, Intel Corporation diff --git a/DuetPkg/DxeIpl/DxeIpl.inf b/DuetPkg/DxeIpl/DxeIpl.inf index 7c06dffa15..68e031715d 100644 --- a/DuetPkg/DxeIpl/DxeIpl.inf +++ b/DuetPkg/DxeIpl/DxeIpl.inf @@ -1,6 +1,6 @@ -#/*++ +## @file # -# Copyright (c) 2006 - 2009, 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 # which accompanies this distribution. The full text of the license may be found at @@ -14,7 +14,7 @@ # # Abstract: # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -32,7 +32,7 @@ IntelFrameworkPkg/IntelFrameworkPkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec -[LibraryClasses.common] +[LibraryClasses] BaseLib BaseMemoryLib PrintLib @@ -42,7 +42,7 @@ [Guids] gEfiVariableGuid -[Sources.common] +[Sources] DxeIpl.h DxeInit.c LegacyTable.c @@ -66,7 +66,7 @@ Ia32/Paging.c Ia32/VirtualMemory.h -#[BuildOptions.common] +#[BuildOptions] #MSFT:*_*_IA32_DLINK_FLAGS = /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MSVCRTD.lib Gdi32.lib User32.lib Winmm.lib #MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /Od /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE #MSFT:*_*_IA32_PP_FLAGS = /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h diff --git a/DuetPkg/EfiLdr/EfiLdr.inf b/DuetPkg/EfiLdr/EfiLdr.inf index 6d584a201e..6ebd5111b4 100644 --- a/DuetPkg/EfiLdr/EfiLdr.inf +++ b/DuetPkg/EfiLdr/EfiLdr.inf @@ -1,4 +1,4 @@ -#/*++ +## @file # # Copyright (c) 2006 - 2010, Intel Corporation # All rights reserved. This program and the accompanying materials @@ -14,7 +14,7 @@ # # Abstract: # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -37,7 +37,7 @@ BaseMemoryLib PrintLib -[Sources.common] +[Sources] Debug.h PeLoader.h Support.h @@ -51,10 +51,10 @@ #TianoDecompress.h LzmaDecompress.h -[Guids.common] +[Guids] gTianoCustomDecompressGuid -[BuildOptions.common] +[BuildOptions] MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /O1ib2 /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE MSFT:*_*_IA32_PP_FLAGS == /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h MSFT:*_*_IA32_ASM_FLAGS == /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi 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 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 diff --git a/DuetPkg/LegacyMetronome/Metronome.inf b/DuetPkg/LegacyMetronome/Metronome.inf index 254c26888e..1147c1df9b 100644 --- a/DuetPkg/LegacyMetronome/Metronome.inf +++ b/DuetPkg/LegacyMetronome/Metronome.inf @@ -1,4 +1,4 @@ -#/*++ +## @file # # Copyright (c) 2005 - 2010, Intel Corporation # All rights reserved. This program and the accompanying materials @@ -13,7 +13,7 @@ # # Abstract: # -#--*/ +## [Defines] INF_VERSION = 0x00010005 diff --git a/DuetPkg/Library/DuetBdsLib/PlatformBds.inf b/DuetPkg/Library/DuetBdsLib/PlatformBds.inf index 77a4a20f01..8f9224b672 100644 --- a/DuetPkg/Library/DuetBdsLib/PlatformBds.inf +++ b/DuetPkg/Library/DuetBdsLib/PlatformBds.inf @@ -1,6 +1,6 @@ -#/*++ +## @file # -# Copyright (c) 2006 - 2009, 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 # which accompanies this distribution. The full text of the license may be found at @@ -17,7 +17,7 @@ # # Component description file for Bds module. # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -30,7 +30,7 @@ EFI_SPECIFICATION_VERSION = 0x0002000A -[Sources.common] +[Sources] BdsPlatform.c PlatformData.c BdsPlatform.h diff --git a/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf b/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf index 1215b7f4da..629f54b8f4 100644 --- a/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf +++ b/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf @@ -1,4 +1,4 @@ -#/** @file +## @file # Timer Library implementation for Boot Timer moudles that require timer services. # # Timer Library that uses CPU resources to provide calibrated @@ -6,7 +6,7 @@ # and ITC could be programmed by OS, it cannot be used by SMM drivers # and runtime drivers, ACPI timer is recommended for SMM drivers and RUNTIME # drivers. -# Copyright (c) 2007 - 2009, Intel Corporation. +# Copyright (c) 2007 - 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 @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 diff --git a/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf b/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf index 34e6889611..391d7a51f2 100644 --- a/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf +++ b/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf @@ -1,10 +1,10 @@ -#/** @file +## @file # Report status code library for DxeCore. # # DXE core report status code library that retrieves the status code function from # a GUIDed HOB and installs report status code protocol for later DXE phase drivers. # -# Copyright (c) 2009, Intel Corporation. +# Copyright (c) 2009 - 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 @@ -34,7 +34,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] ReportStatusCodeLib.c DxeSupport.c ReportStatusCodeLibInternal.h diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf b/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf index cf493cdbf8..ba0a401b0a 100644 --- a/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf +++ b/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf @@ -1,6 +1,6 @@ -#/*++ +## @file # -# Copyright (c) 2005 - 2009, Intel Corporation +# Copyright (c) 2005 - 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 # which accompanies this distribution. The full text of the license may be found at @@ -13,7 +13,7 @@ # # Abstract: # -#--*/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = PciBusNoEnumerationDxe diff --git a/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf b/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf index a9a8360fb1..e923780c46 100644 --- a/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf +++ b/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf @@ -1,6 +1,6 @@ -#/*++ +## @file # -# Copyright (c) 2005 - 2009, Intel Corporation +# Copyright (c) 2005 - 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 # which accompanies this distribution. The full text of the license may be found at @@ -13,7 +13,7 @@ # # Abstract: # -#--*/ +## [Defines] @@ -42,7 +42,7 @@ DevicePathLib HobLib -[Sources.common] +[Sources] PcatPciRootBridge.h PcatPciRootBridge.c PcatPciRootBridgeDevicePath.c diff --git a/DuetPkg/RtPlatformStatusCode/RtPlatformStatusCode.inf b/DuetPkg/RtPlatformStatusCode/RtPlatformStatusCode.inf index 301d28ad3f..355db517e9 100644 --- a/DuetPkg/RtPlatformStatusCode/RtPlatformStatusCode.inf +++ b/DuetPkg/RtPlatformStatusCode/RtPlatformStatusCode.inf @@ -1,6 +1,6 @@ -#/*++ +## @file # -# 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 # which accompanies this distribution. The full text of the license may be found at @@ -17,16 +17,16 @@ # # Library selecting the listeners for the platform # -#--*/ +## [defines] BASE_NAME = RtPlatformStatusCodeLib COMPONENT_TYPE = LIBRARY -[sources.common] +[sources] RtPlatformStatusCode.c -[includes.common] +[includes] $(EDK_SOURCE)/Foundation/Framework $(EDK_SOURCE)/Foundation $(EDK_SOURCE)/Foundation/Efi @@ -39,9 +39,9 @@ COMPONENT_TYPE = LIBRARY $(EDK_SOURCE)/Foundation/Core/Dxe $(EDK_SOURCE)/Foundation/Library/Dxe/Include -[libraries.common] +[libraries] HobLib RtMemoryStatusCodeLib BsDataHubStatusCodeLib -[nmake.common] +[nmake] diff --git a/DuetPkg/SmbiosGenDxe/SmbiosGen.inf b/DuetPkg/SmbiosGenDxe/SmbiosGen.inf index d762bf61f1..f0085f3bdd 100644 --- a/DuetPkg/SmbiosGenDxe/SmbiosGen.inf +++ b/DuetPkg/SmbiosGenDxe/SmbiosGen.inf @@ -1,6 +1,6 @@ -#/*++ +## @file # -# Copyright (c) 2009, Intel Corporation +# Copyright (c) 2009 - 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 # which accompanies this distribution. The full text of the license may be found at @@ -17,7 +17,7 @@ # # Component description file for SmbiosGen module. # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -45,12 +45,12 @@ BaseLib HiiLib -[Sources.common] +[Sources] SmbiosGen.c SmbiosGen.h SmbiosGenStrings.uni -[Guids.common] +[Guids] gEfiSmbiosTableGuid [Protocols] -- cgit v1.2.3