]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
MdeModulePkg CapsuleApp: Do not parse bits in CapsuleFlags of ESRT
[mirror_edk2.git] / Nt32Pkg / WinNtBusDriverDxe / WinNtBusDriverDxe.inf
index 8c94849827023c695db2afd74ccfd5509bb318c3..826dbbeec9291e07ecb8346f6a3ff719172f606c 100644 (file)
@@ -1,12 +1,12 @@
-#/** @file\r
+## @file\r
 # Win NT Bus driver\r
 #\r
 # This following section documents the envirnoment variables for the Win NT\r
 #  build. These variables are used to define the (virtual) hardware\r
 #  configuration of the NT environment\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
@@ -14,7 +14,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -22,8 +22,6 @@
   FILE_GUID                      = BD7E9A27-D6C5-416a-B245-5F507D95B2BD\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = InitializeWinNtBusDriver\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32\r
 #\r
-#  DRIVER_BINDING                =  gWinNtBusDriverBinding                       \r
-#  COMPONENT_NAME                =  gWinNtBusDriverComponentName                 \r
+#  DRIVER_BINDING                =  gWinNtBusDriverBinding\r
+#  COMPONENT_NAME                =  gWinNtBusDriverComponentName\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   WinNtBusDriver.c\r
   WinNtBusDriver.h\r
   gEfiWinNtIoProtocolGuid                       # PROTOCOL BY_START\r
 \r
 \r
-[PcdsDynamic.common]\r
-  PcdWinNtMemorySize|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtCpuModel|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtPhysicalDisk|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtVirtualDisk|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtFileSystem|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtSerialPort|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtGop|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtUga|gEfiNt32PkgTokenSpaceGuid\r
-  PcdWinNtConsole|gEfiNt32PkgTokenSpaceGuid\r
+[Pcd]\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole\r
 \r