From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2ABAF22352289 for ; Tue, 6 Mar 2018 06:22:03 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2018 06:28:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,431,1515484800"; d="scan'208";a="180345482" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by orsmga004.jf.intel.com with ESMTP; 06 Mar 2018 06:28:16 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Jiewen Yao , Eric Dong , Chao Zhang Date: Tue, 6 Mar 2018 22:28:00 +0800 Message-Id: <1520346480-65348-8-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 In-Reply-To: <1520346480-65348-1-git-send-email-star.zeng@intel.com> References: <1520346480-65348-1-git-send-email-star.zeng@intel.com> Subject: [PATCH 7/7] SecurityPkg OpalPasswordExtraInfoVariable.h: Remove it X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 14:22:03 -0000 Remove OpalPasswordExtraInfoVariable.h as it is not been used anymore. Cc: Jiewen Yao Cc: Eric Dong Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- .../Include/Guid/OpalPasswordExtraInfoVariable.h | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 SecurityPkg/Include/Guid/OpalPasswordExtraInfoVariable.h diff --git a/SecurityPkg/Include/Guid/OpalPasswordExtraInfoVariable.h b/SecurityPkg/Include/Guid/OpalPasswordExtraInfoVariable.h deleted file mode 100644 index f16d0a4ac360..000000000000 --- a/SecurityPkg/Include/Guid/OpalPasswordExtraInfoVariable.h +++ /dev/null @@ -1,27 +0,0 @@ -/** @file - Defines Name GUIDs to represent an Opal device variable guid for Opal Security Feature. - -Copyright (c) 2016, 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 -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -**/ - -#ifndef _OPAL_PASSWORD_EXTRA_INFO_VARIABLE_H_ -#define _OPAL_PASSWORD_EXTRA_INFO_VARIABLE_H_ - -#define OPAL_EXTRA_INFO_VAR_NAME L"OpalExtraInfo" - -typedef struct { - UINT8 EnableBlockSid; -} OPAL_EXTRA_INFO_VAR; - -extern EFI_GUID gOpalExtraInfoVariableGuid; - -#endif // _OPAL_PASSWORD_SECURITY_VARIABLE_H_ - -- 2.7.0.windows.1