X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FMiscSubClassPlatformDxe%2FMiscSubClassPlatformDxe.inf;fp=Nt32Pkg%2FMiscSubClassPlatformDxe%2FMiscSubClassPlatformDxe.inf;h=a8e64720181451955bc7f46d0bdc5a3ca104a49f;hp=19f19d578ad52a6e4aef530dd3c3db24788d9075;hb=1fdd39d371ecd0c660dce8926add29846c95cd37;hpb=310b04e6f192fc7494b1f69fd37efeef6aacfc50 diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf index 19f19d578a..a8e6472018 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf @@ -5,7 +5,7 @@ # All .uni file who tagged with "ToolCode="DUMMY"" in following file list is included by # MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file # and parse all .uni file. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2009, 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 @@ -35,25 +35,35 @@ # [Sources.common] + MiscBaseBoardManufacturerData.c + MiscBaseBoardManufacturerFunction.c + MiscBiosVendorData.c + MiscBiosVendorFunction.c + MiscBootInformationData.c + MiscBootInformationFunction.c + MiscChassisManufacturerData.c + MiscChassisManufacturerFunction.c + MiscNumberOfInstallableLanguagesData.c + MiscNumberOfInstallableLanguagesFunction.c + MiscOemStringData.c + MiscOemStringFunction.c + MiscPortInternalConnectorDesignatorData.c MiscPortInternalConnectorDesignatorFunction.c - MiscSystemSlotDesignationData.c - MiscSystemOptionStringData.c - MiscSystemManufacturerFunction.c - MiscSystemManufacturerData.c - MiscSystemLanguageStringData.c MiscResetCapabilitiesData.c - MiscPortInternalConnectorDesignatorData.c - MiscOemStringData.c - MiscNumberOfInstallableLanguagesData.c - MiscChassisManufacturerData.c - MiscBootInformationData.c - MiscBiosVendorData.c - MiscBaseBoardManufacturerData.c - MiscSubclassDriverDataTable.c - MiscSubclassDriverEntryPoint.c - MiscSubclassDriver.h + MiscResetCapabilitiesFunction.c + MiscSystemLanguageStringData.c + MiscSystemLanguageStringFunction.c + MiscSystemManufacturerData.c + MiscSystemManufacturerFunction.c + MiscSystemOptionStringData.c + MiscSystemOptionStringFunction.c + MiscSystemSlotDesignationData.c + MiscSystemSlotDesignationFunction.c MiscDevicePath.h + MiscSubclassDriver.h MiscSubclassDriver.uni + MiscSubclassDriverDataTable.c + MiscSubclassDriverEntryPoint.c [Packages] MdePkg/MdePkg.dec @@ -72,21 +82,20 @@ HiiLib DebugLib BaseLib + MemoryAllocationLib PcdLib - -[Guids] - gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED - gEfiMiscSubClassGuid # SOMETIMES_CONSUMED - gEfiMemorySubClassGuid # SOMETIMES_CONSUMED - [Protocols] gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED - gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED + +[FixedPcd.common] + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString [Pcd.common] gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize + gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang [Depex] - gEfiDataHubProtocolGuid - \ No newline at end of file + gEfiSmbiosProtocolGuid