]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / ConPlatformDxe.inf
index 892d051a1a1f16255eca860a47f8913eb7731632..ad11c09c70b9f44c5e4e2196d19a0afa4bc1bd36 100644 (file)
@@ -1,22 +1,20 @@
-#/** @file\r
+## @file\r
+# Platform console driver manages console devices.\r
+#\r
 # Console Platfrom DXE Driver that specifies whether device can be used as console\r
 # input/output device or error output device and update global variables accordingly.\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\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
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ConPlatformDxe\r
+  MODULE_UNI_FILE                = ConPlatformDxe.uni\r
   FILE_GUID                      = 51ccf399-4fdf-4e55-a45b-e123f84d456a\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -25,7 +23,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 #  DRIVER_BINDING                =  gConPlatformTextInDriverBinding\r
 #  COMPONENT_NAME                =  gConPlatformComponentName\r
@@ -35,7 +33,7 @@
 #  COMPONENT_NAME2               =  gConPlatformComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   ConPlatform.h\r
   ConPlatform.c\r
   UefiLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
+  UefiBootManagerLib\r
 \r
 [Guids]\r
-  ##\r
+  #\r
   # This is the VendorGuid of all architecturally defined variables in UEFI spec.\r
   #\r
-  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ConIn"\r
-  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ConOut"\r
-  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ErrOut"\r
-  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ConInDev"\r
-  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ConOutDev"\r
-  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ErrOutDev"\r
-  ##\r
+  ## SOMETIMES_CONSUMES ## Variable:L"ConIn"\r
+  ## SOMETIMES_CONSUMES ## Variable:L"ConOut"\r
+  ## SOMETIMES_CONSUMES ## Variable:L"ErrOut"\r
+  ## SOMETIMES_PRODUCES ## Variable:L"ConInDev"\r
+  ## SOMETIMES_PRODUCES ## Variable:L"ConOutDev"\r
+  ## SOMETIMES_PRODUCES ## Variable:L"ErrOutDev"\r
+  gEfiGlobalVariableGuid\r
+  #\r
   # This GUID is used to specify the device is the standard error device.\r
   # If the device is a standard error device, this GUID as the protocol GUID will be installed\r
   # onto this device handle.\r
   #\r
-  gEfiStandardErrorDeviceGuid                   ## PROTOCOL\r
-  ##\r
+  gEfiStandardErrorDeviceGuid                   ## SOMETIMES_PRODUCES ## UNDEFINED # protocol GUID installed on device handle\r
+  #\r
   # This GUID is used to specify the device is the console output device.\r
   # If the device is a console output device, this GUID as the protocol GUID will be installed\r
   # onto this device handle.\r
   #\r
-  gEfiConsoleOutDeviceGuid                      ## PROTOCOL\r
-  ##\r
+  gEfiConsoleOutDeviceGuid                      ## SOMETIMES_PRODUCES ## UNDEFINED # protocol GUID installed on device handle\r
+  #\r
   # This GUID is used to specify the device is the console input device.\r
   # If the device is a console input device, this GUID as the protocol GUID will be installed\r
   # onto this device handle.\r
   #\r
-  gEfiConsoleInDeviceGuid                       ## PROTOCOL\r
+  gEfiConsoleInDeviceGuid                       ## SOMETIMES_PRODUCES ## UNDEFINED # protocol GUID installed on device handle\r
 \r
 [Protocols]\r
   gEfiDevicePathProtocolGuid                    ## TO_START\r
   gEfiSimpleTextInProtocolGuid                  ## TO_START\r
   gEfiSimpleTextOutProtocolGuid                 ## TO_START\r
-  
\ No newline at end of file
+  gEfiPciIoProtocolGuid                         ## SOMETIMES_CONSUMES\r
+  gEfiGraphicsOutputProtocolGuid                ## SOMETIMES_CONSUMES\r
+  gEfiUsbIoProtocolGuid                         ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  ConPlatformDxeExtra.uni\r