From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::442; helo=mail-wr1-x442.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C8FDB21197374 for ; Mon, 14 Jan 2019 05:28:14 -0800 (PST) Received: by mail-wr1-x442.google.com with SMTP id p4so22841866wrt.7 for ; Mon, 14 Jan 2019 05:28:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=4fr/f7IiPdsB4UQjqmEN9qWFg2bENF8bLpmSTCLMNKo=; b=YZNM0VkhQwQbNqtD701/Vibi7Wu9469dtgU1nJYCp28WLC95+cJJVS3zdQQwuoLWJ7 x+g9Aa3YGa0SzOxJqReKDws4KwU+w/R5P+gPjbzk53YuFh4hE0u+yUqLKiJ4EZYxOodK DcZKa3T4Z6X/A2MKtUFmAbBezTHx1gazXRUg8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=4fr/f7IiPdsB4UQjqmEN9qWFg2bENF8bLpmSTCLMNKo=; b=ukE+FZp7Uc59DL3czgEI5vRC6UHvRMTmZ0JJ+QC8ZyBJ8tJWTfXT8v1zplZbwN3zMR p0TNfHexhiUGbBHmpeI0Z30SJohPZAqiYZllPL8d8PAcrNT5vxaV81sCqw/wl4mi3DKU 9lRi20O6v1LUdmpnHbcXo6m8a6NR8P7pgrwRBNwt2b12d6dcFGKTNaTOcIk74NyN8TaW gNDQ1vKw7uRfDeiSs5sqxdL6XB9Sq4v+3iRR9IuiVJWaAmNX5Iiu2fScqWZeOq1+WxpX sK7X0tibz/sHHI+FO3UOfQIP4GbHS28+h9Zp7wZfdfS8BXFM9h7tUrhTO4DKRSoilbw2 YNqw== X-Gm-Message-State: AJcUukcj4+gue9XkYvqZy9CfmUIRJg9raoUzwgQ0xZ0++f0900jleRmR t6C26wgRmMtp0bDIwL/QNigjDTy88UM= X-Google-Smtp-Source: ALg8bN6priY4xj5uW+HoV+B6NhzqzH2JQYrcdEd6SdxhaBOkYTWruhBF8dn/Ur3M4NwmPS6Ks+olcQ== X-Received: by 2002:adf:eec9:: with SMTP id a9mr23689004wrp.242.1547472492956; Mon, 14 Jan 2019 05:28:12 -0800 (PST) Received: from localhost.localdomain (aputeaux-684-1-19-62.w90-86.abo.wanadoo.fr. [90.86.222.62]) by smtp.gmail.com with ESMTPSA id 202sm33446560wmt.8.2019.01.14.05.28.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jan 2019 05:28:11 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Liming Gao , Jian J Wang , Hao Wu , Jagadeesh Ujja , Achin Gupta , Thomas Panakamattam Abraham , Sami Mujawar , Star Zeng Date: Mon, 14 Jan 2019 14:27:42 +0100 Message-Id: <20190114132758.24054-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190114132758.24054-1-ard.biesheuvel@linaro.org> References: <20190114132758.24054-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH v2 01/17] MdeModulePkg/MdeModulePkg.dsc: add MmServicesTableLib resolution X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 13:28:15 -0000 Content-Transfer-Encoding: 8bit The SMM based FTW and variable drivers are going to depend on MmServicesTableLib after a subsequent patch, so add a resolution for it to MdeModulePkg.dsc. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- MdeModulePkg/MdeModulePkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 5d042be3a862..967fe082aaae 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -152,6 +152,7 @@ [LibraryClasses.common.DXE_SMM_DRIVER] HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf + MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf -- 2.20.1