]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / Nt32Pkg / MiscSubClassPlatformDxe / MiscSubClassPlatformDxe.inf
index 91f72bd483d737b26e05496bf657845e861a03e3..943b0f9e2416c8a8e6dc14bed385f71ff39c7ff5 100644 (file)
@@ -1,13 +1,13 @@
-#/** @file\r
+## @file\r
 # Misc Sub class driver\r
 #\r
 # Parses the MiscSubclassDataTable and reports any generated data to the DataHub.\r
 #  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 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -15,7 +15,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -23,9 +23,6 @@
   FILE_GUID                      = 4A9B9DB8-EC62-4A92-818F-8AA0246D246E\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = MiscSubclassDriverEntryPoint\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\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
+  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
   HiiLib\r
   DebugLib\r
   BaseLib\r
+  MemoryAllocationLib\r
   PcdLib\r
 \r
-\r
-[Guids]\r
-  gEfiProcessorSubClassGuid                     # SOMETIMES_CONSUMED\r
-  gEfiMiscSubClassGuid                          # SOMETIMES_CONSUMED\r
-  gEfiMemoryProducerGuid                        # SOMETIMES_CONSUMED\r
-  gEfiMemorySubClassGuid                        # SOMETIMES_CONSUMED\r
-\r
 [Protocols]\r
   gEfiWinNtIoProtocolGuid                       # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
-  gEfiDataHubProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmbiosProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
 \r
-[Pcd.common]\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
 \r
 [Depex]\r
-  gEfiDataHubProtocolGuid\r
-  
\ No newline at end of file
+  gEfiSmbiosProtocolGuid\r