]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / Nt32Pkg / WinNtBusDriverDxe / WinNtBusDriverDxe.inf
index bcb4cff42f283b6ba8d08bdef3da0b506f3f014a..3aedacc86ec73549594c256ec03e92a5431fecc2 100644 (file)
@@ -1,10 +1,10 @@
-#/** @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\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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = WinNtBusDriverDxe\r
 #\r
 #  VALID_ARCHITECTURES           = IA32\r
 #\r
-#  DRIVER_BINDING                =  gWinNtBusDriverBinding                       \r
-#  COMPONENT_NAME                =  gWinNtBusDriverComponentName                 \r
-#\r
-\r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
+#  DRIVER_BINDING                =  gWinNtBusDriverBinding\r
+#  COMPONENT_NAME                =  gWinNtBusDriverComponentName\r
 #\r
-################################################################################\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   WinNtBusDriver.c\r
   WinNtBusDriver.h\r
 \r
 \r
-################################################################################\r
-#\r
-# Package Dependency Section - list of Package files that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
 \r
 \r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
-\r
 [LibraryClasses]\r
   MemoryAllocationLib\r
   DevicePathLib\r
   DebugLib\r
 \r
 \r
-################################################################################\r
-#\r
-# Guid C Name Section - list of Guids that this module uses or produces.\r
-#\r
-################################################################################\r
-\r
 [Guids]\r
-  gEfiWinNtCPUSpeedGuid                         # ALWAYS_CONSUMED\r
-  gEfiWinNtCPUModelGuid                         # ALWAYS_CONSUMED\r
-  gEfiWinNtMemoryGuid                           # ALWAYS_CONSUMED\r
   gEfiWinNtConsoleGuid                          # ALWAYS_CONSUMED\r
   gEfiWinNtGopGuid                              # ALWAYS_CONSUMED\r
   gEfiWinNtSerialPortGuid                       # ALWAYS_CONSUMED\r
   gEfiWinNtVirtualDisksGuid                     # ALWAYS_CONSUMED\r
 \r
 \r
-################################################################################\r
-#\r
-# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
-#                           that this module uses or produces.\r
-#\r
-################################################################################\r
-\r
 [Protocols]\r
   gWinNtBusDriverGuid                           # PROTOCOL BY_START\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL BY_START\r
   gEfiWinNtIoProtocolGuid                       # PROTOCOL BY_START\r
 \r
 \r
-################################################################################\r
-#\r
-# Pcd DYNAMIC - list of PCDs that this module is coded for.\r
-#\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