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.20; helo=mga02.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 19B7F21E43B54 for ; Mon, 25 Sep 2017 04:03:21 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2017 04:06:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,435,1500966000"; d="scan'208";a="132050227" Received: from shwde7172.ccr.corp.intel.com ([10.239.9.14]) by orsmga004.jf.intel.com with ESMTP; 25 Sep 2017 04:06:31 -0700 From: Liming Gao To: edk2-devel@lists.01.org Cc: Ruiyu Ni Date: Mon, 25 Sep 2017 19:06:14 +0800 Message-Id: <1506337584-9588-2-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 In-Reply-To: <1506337584-9588-1-git-send-email-liming.gao@intel.com> References: <1506337584-9588-1-git-send-email-liming.gao@intel.com> Subject: [Patch 01/11] MdePkg: Correct BaseS3PciSegmentLib module name to match its uni file X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2017 11:03:21 -0000 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Ruiyu Ni --- MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf b/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf index 18df4a0..20214f7 100644 --- a/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf +++ b/MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf @@ -18,8 +18,8 @@ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = BaseS3SegmentPciLib - MODULE_UNI_FILE = BaseS3SegmentPciLib.uni + BASE_NAME = BaseS3PciSegmentLib + MODULE_UNI_FILE = BaseS3PciSegmentLib.uni FILE_GUID = 17E2C90E-AD1F-443A-8C94-6E50C0E98607 MODULE_TYPE = BASE VERSION_STRING = 1.0 -- 2.8.0.windows.1