X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FMiscSubClassPlatformDxe%2FMiscSubClassPlatformDxe.inf;h=943b0f9e2416c8a8e6dc14bed385f71ff39c7ff5;hb=0677cc4925d580f7016ac092dc591be0ebe03495;hp=081dff4fa877c59f3ec6edf603c8068d644925c8;hpb=b397fbbbf952ce05c4552d5f2aabeac74aec8aad;p=mirror_edk2.git diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf index 081dff4fa8..943b0f9e24 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf @@ -1,13 +1,13 @@ -#/** @file +## @file # Misc Sub class driver # # Parses the MiscSubclassDataTable and reports any generated data to the DataHub. # 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 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -23,9 +23,6 @@ FILE_GUID = 4A9B9DB8-EC62-4A92-818F-8AA0246D246E MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = MiscSubclassDriverEntryPoint # @@ -34,61 +31,64 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] + 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 - CommonHeader.h + MiscSubclassDriverDataTable.c + MiscSubclassDriverEntryPoint.c [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec Nt32Pkg/Nt32Pkg.dec - [LibraryClasses] DevicePathLib UefiBootServicesTableLib - MemoryAllocationLib BaseMemoryLib UefiDriverEntryPoint UefiLib - HiiLibFramework + HiiLib DebugLib BaseLib + MemoryAllocationLib PcdLib - -[Guids] - gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED - gEfiMiscSubClassGuid # SOMETIMES_CONSUMED - gEfiMemoryProducerGuid # SOMETIMES_CONSUMED - gEfiMemorySubClassGuid # SOMETIMES_CONSUMED - [Protocols] gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED - gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED -[PcdsDynamic.common] - PcdWinNtMemorySize|gEfiNt32PkgTokenSpaceGuid +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString + gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize + gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang [Depex] - gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid - \ No newline at end of file + gEfiSmbiosProtocolGuid