X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkNt32Pkg%2FDxe%2FWinNtThunk%2FBus%2FWinNtBusDriver%2FWinNtBusDriver.c;fp=EdkNt32Pkg%2FDxe%2FWinNtThunk%2FBus%2FWinNtBusDriver%2FWinNtBusDriver.c;h=1e2b3709009a865e01539885b5274406f3af9083;hb=ce8bd86e8f49f17fd2b11e14bbc3b3e816d82c1b;hp=bc4822d7247dc3aebc55c6f675df8d6ee69143d4;hpb=6dcb94c713b1373cc78117b7713e654889802114;p=mirror_edk2.git diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c index bc4822d724..1e2b370900 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c @@ -1,6 +1,6 @@ /*+++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -121,9 +121,7 @@ EFI_DRIVER_BINDING_PROTOCOL gWinNtBusDriverBinding = { static NT_PCD_ENTRY mPcdEnvironment[] = { PcdToken(PcdWinNtConsole), &gEfiWinNtConsoleGuid, PcdToken(PcdWinNtUga), &gEfiWinNtUgaGuid, -#if (EFI_SPECIFICATION_VERSION >= 0x00020000) PcdToken(PcdWinNtGop), &gEfiWinNtGopGuid, -#endif PcdToken(PcdWinNtSerialPort), &gEfiWinNtSerialPortGuid, PcdToken(PcdWinNtFileSystem), &gEfiWinNtFileSystemGuid, PcdToken(PcdWinNtVirtualDisk), &gEfiWinNtVirtualDisksGuid,