]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDebugger/EbcDebuggerConfig.c
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger / EbcDebuggerConfig.c
index 248b1fc6a91f40d7a7abcd6e94e69c6903ad53e8..966dfb717376fd5505975ba471c60e288120403f 100644 (file)
@@ -2,13 +2,7 @@
   Configuration application for the EBC Debugger.\r
 \r
   Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\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
-\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
 #include "EdbCommon.h"\r
 #include "EdbSupport.h"\r
 \r
+/**\r
+\r
+  The function that displays the utility usage message.\r
+\r
+**/\r
 VOID\r
 PrintUsage (\r
   VOID\r
@@ -38,6 +37,13 @@ PrintUsage (
   return;\r
 }\r
 \r
+/**\r
+\r
+  The function is to show some information.\r
+\r
+  @param  DebuggerConfiguration    Point to the EFI_DEBUGGER_CONFIGURATION_PROTOCOL.\r
+\r
+**/\r
 VOID\r
 EdbShowInfo (\r
   EFI_DEBUGGER_CONFIGURATION_PROTOCOL *DebuggerConfiguration\r
@@ -47,6 +53,15 @@ EdbShowInfo (
   return ;\r
 }\r
 \r
+/**\r
+\r
+  EdbConfigBreak function.\r
+\r
+  @param  DebuggerConfiguration    Point to the EFI_DEBUGGER_CONFIGURATION_PROTOCOL.\r
+  @param  Command                  Point to the command.\r
+  @param  CommandArg               The argument for this command.\r
+\r
+**/\r
 VOID\r
 EdbConfigBreak (\r
   EFI_DEBUGGER_CONFIGURATION_PROTOCOL *DebuggerConfiguration,\r