]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Remove ShellPkg wrapper header files
authorShenglei Zhang <shenglei.zhang@intel.com>
Thu, 15 Nov 2018 07:39:55 +0000 (15:39 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 22 Nov 2018 06:24:23 +0000 (14:24 +0800)
These wrapper header files are not referenced by all
open source, so they are removed.
https://bugzilla.tianocore.org/show_bug.cgi?id=158

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Include/Protocol/EfiShell.h [deleted file]
ShellPkg/Include/Protocol/EfiShellDynamicCommand.h [deleted file]
ShellPkg/Include/Protocol/EfiShellParameters.h [deleted file]
ShellPkg/Include/ShellBase.h [deleted file]

diff --git a/ShellPkg/Include/Protocol/EfiShell.h b/ShellPkg/Include/Protocol/EfiShell.h
deleted file mode 100644 (file)
index 8e3c2fe..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/** @file\r
-  EFI Shell protocol as defined in the UEFI Shell 2.0 specification including errata.\r
-\r
-  (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2006 - 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
-\r
-**/\r
-\r
-#ifndef __EFI_SHELL_PROTOCOL_H__WRAPPER__\r
-#define __EFI_SHELL_PROTOCOL_H__WRAPPER__\r
-\r
-#include <Protocol/Shell.h>\r
-\r
-#endif\r
diff --git a/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h b/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
deleted file mode 100644 (file)
index 50f9398..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/** @file\r
-  EFI Shell Dynamic Command registration protocol\r
-\r
-  (C) Copyright 2012-2014 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 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
-\r
-**/\r
-\r
-#ifndef __EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_H__WRAPPER__\r
-#define __EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_H__WRAPPER__\r
-\r
-#include <Protocol/ShellDynamicCommand.h>\r
-\r
-#endif\r
diff --git a/ShellPkg/Include/Protocol/EfiShellParameters.h b/ShellPkg/Include/Protocol/EfiShellParameters.h
deleted file mode 100644 (file)
index 184b029..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/** @file\r
-  EFI Shell protocol as defined in the UEFI Shell 2.0 specification.\r
-\r
-  Copyright (c) 2006 - 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
-\r
-**/\r
-\r
-#ifndef __EFI_SHELL_PARAMETERS_PROTOCOL_H__WRAPPER__\r
-#define __EFI_SHELL_PARAMETERS_PROTOCOL_H__WRAPPER__\r
-\r
-#include <Protocol/ShellParameters.h>\r
-\r
-#endif\r
diff --git a/ShellPkg/Include/ShellBase.h b/ShellPkg/Include/ShellBase.h
deleted file mode 100644 (file)
index 725ce52..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/** @file\r
-  Root include file for Shell Package modules that utilize the SHELL_RETURN type\r
-\r
-  Copyright (c) 2009 - 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
-\r
-**/\r
-\r
-#ifndef _SHELL_BASE_\r
-#define _SHELL_BASE_\r
-\r
-#include <Protocol/Shell.h>\r
-\r
-#endif //__SHELL_BASE_\r