]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
1. PI SMBIOS Checkin. Major change include:
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscSubClassPlatformDxe.inf
index b9d441078ff647231e28985edaeb6630c1526ad3..a8e64720181451955bc7f46d0bdc5a3ca104a49f 100644 (file)
@@ -5,7 +5,7 @@
 #  All .uni file who tagged with "ToolCode="DUMMY"" in following file list is included by\r
 #  MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file\r
 #  and parse all .uni file.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2006 - 2009, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 \r
 [Sources.common]\r
+  MiscBaseBoardManufacturerData.c\r
+  MiscBaseBoardManufacturerFunction.c\r
+  MiscBiosVendorData.c\r
+  MiscBiosVendorFunction.c\r
+  MiscBootInformationData.c  \r
+  MiscBootInformationFunction.c\r
+  MiscChassisManufacturerData.c\r
+  MiscChassisManufacturerFunction.c\r
+  MiscNumberOfInstallableLanguagesData.c\r
+  MiscNumberOfInstallableLanguagesFunction.c\r
+  MiscOemStringData.c  \r
+  MiscOemStringFunction.c  \r
+  MiscPortInternalConnectorDesignatorData.c  \r
   MiscPortInternalConnectorDesignatorFunction.c\r
-  MiscSystemSlotDesignationData.c\r
-  MiscSystemOptionStringData.c\r
-  MiscSystemManufacturerFunction.c\r
-  MiscSystemManufacturerData.c\r
-  MiscSystemLanguageStringData.c\r
   MiscResetCapabilitiesData.c\r
-  MiscPortInternalConnectorDesignatorData.c\r
-  MiscOemStringData.c\r
-  MiscNumberOfInstallableLanguagesData.c\r
-  MiscChassisManufacturerData.c\r
-  MiscBootInformationData.c\r
-  MiscBiosVendorData.c\r
-  MiscBaseBoardManufacturerData.c\r
-  MiscSubclassDriverDataTable.c\r
-  MiscSubclassDriverEntryPoint.c\r
-  MiscSubclassDriver.h\r
+  MiscResetCapabilitiesFunction.c\r
+  MiscSystemLanguageStringData.c\r
+  MiscSystemLanguageStringFunction.c\r
+  MiscSystemManufacturerData.c\r
+  MiscSystemManufacturerFunction.c\r
+  MiscSystemOptionStringData.c\r
+  MiscSystemOptionStringFunction.c\r
+  MiscSystemSlotDesignationData.c\r
+  MiscSystemSlotDesignationFunction.c\r
   MiscDevicePath.h\r
+  MiscSubclassDriver.h\r
   MiscSubclassDriver.uni\r
-  MiscSystemSlotDesignation.uni\r
-  MiscSystemOptionString.uni\r
-  MiscSystemManufacturer.uni\r
-  MiscSystemLanguageString.uni\r
-  MiscPortInternalConnectorDesignator.uni\r
-  MiscOemString.uni\r
-  MiscChassisManufacturer.uni\r
-  MiscBiosVendor.uni\r
-  MiscBaseBoardManufacturer.uni\r
-  CommonHeader.h\r
+  MiscSubclassDriverDataTable.c\r
+  MiscSubclassDriverEntryPoint.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
 \r
 \r
 [LibraryClasses]\r
   DevicePathLib\r
   UefiBootServicesTableLib\r
-  MemoryAllocationLib\r
   BaseMemoryLib\r
   UefiDriverEntryPoint\r
   UefiLib\r
-  HiiLibFramework\r
+  HiiLib\r
   DebugLib\r
   BaseLib\r
-\r
-\r
-[Guids]\r
-  gEfiWinNtMemoryGuid                           # SOMETIMES_CONSUMED\r
-  gEfiProcessorSubClassGuid                     # SOMETIMES_CONSUMED\r
-  gEfiMiscSubClassGuid                          # SOMETIMES_CONSUMED\r
-  gEfiMemoryProducerGuid                        # SOMETIMES_CONSUMED\r
-  gEfiMemorySubClassGuid                        # SOMETIMES_CONSUMED\r
-  gEfiWinNtMemoryGuid                           # SOMETIMES_CONSUMED\r
+  MemoryAllocationLib\r
+  PcdLib\r
 \r
 [Protocols]\r
   gEfiWinNtIoProtocolGuid                       # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
-  gEfiHiiProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDataHubProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmbiosProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
+\r
+[FixedPcd.common]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
+\r
+[Pcd.common]\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
 \r
 [Depex]\r
-  gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid
\ No newline at end of file
+  gEfiSmbiosProtocolGuid\r