]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These...
[mirror_edk2.git] / Nt32Pkg / WinNtSerialIoDxe / WinNtSerialIoDxe.inf
index 7bc260c42909c9ef1cae1d89782e400cdd227b8e..a640ef5d913833f9991d6f0fbb6cea22e593f127 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # Our DriverBinding member functions operate on the handles\r
 #  created by the NT Bus drive\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
@@ -21,9 +21,6 @@
   FILE_GUID                      = 6B41B553-A649-11d4-BD02-0080C73C8881\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeWinNtSerialIo\r
 \r
 #\r
 #  COMPONENT_NAME                =  gWinNtSerialIoComponentName                  \r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   WinNtSerialIo.c\r
   WinNtSerialIo.h\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   Nt32Pkg/Nt32Pkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   MemoryAllocationLib\r
   DevicePathLib\r
   BaseLib\r
   DebugLib\r
 \r
-\r
 [Guids]\r
   gEfiWinNtSerialPortGuid                       # ALWAYS_CONSUMED\r
 \r
-\r
 [Protocols]\r
   gEfiSerialIoProtocolGuid                      # PROTOCOL BY_START\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
   gEfiWinNtIoProtocolGuid                       # PROTOCOL TO_START\r
 \r
-[FixedPcd.common]\r
+[Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r