From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::144; helo=mail-it1-x144.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x144.google.com (mail-it1-x144.google.com [IPv6:2607:f8b0:4864:20::144]) (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 48218211AE8A9 for ; Fri, 18 Jan 2019 03:07:15 -0800 (PST) Received: by mail-it1-x144.google.com with SMTP id a6so5265247itl.4 for ; Fri, 18 Jan 2019 03:07:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wElr7WqaNVfGc2/cxDmq0d/DYr8UiT+r9vnIWwQ5VRw=; b=MTgjFFhNOTABYWU2hMF1okX7nMyR3K0hEX2CSsV6LbQY+U7o8SJNvWxpDK4iO+qYaL 6yWChv9VgfApwFX2rBcFKkLbjYbSbsxkK0a4u7UdLCii/X5vRkbr0aMD88o4OqcqIrhE VuNATfL6liuChmxlPlUsfyMtlhvLnuhIQjy4c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wElr7WqaNVfGc2/cxDmq0d/DYr8UiT+r9vnIWwQ5VRw=; b=me4KWnjuFJ6LeYvYcX99xKSOn/S0BsIGHCgKArpckOfWXH4EL2ZyA7H+grw0xJEiUe rWRcywJ4zBA7WfyNY5JMMFhBY24lm/m9QUF42mrQocnxYkPDYFrdmNxr+PXPmWfTzujY o3yIDK75zEZWJZULjShxmOBI3XW8Bwm3zd0cwaTsiXBHcjOvWYl6Z7x88y3SfB8gQnIR Ax/sZVpr6NRvwo5D4nlNRrCPiaI84bwmcXt+uDJk8+1I6G5qyZHfR7ALi6WLgkkElMT0 Y7u6oXVbYAT5rhu0gkEG7uuiv3n6buV9sJ0I2Nar1aouMPW8Vcdc4vFtbg1+g04aeEI4 GShw== X-Gm-Message-State: AJcUukfwyX4ldb/3j0s1oWDvv3FfVd3v9QddBtGUO1hYmJu/7lWRTLBi De9jZWY6wgUMw3rftxenzBiV6nIvawE2v9UN/6RNJd61da8= X-Google-Smtp-Source: ALg8bN5XUjdTfPtd55T9Wq5IIzC6Ggcmj5Uy+jyZuMlFqIqQTpzsNzRzikQm5mAzaZVLkCo/nWJL/NYVoz2Hw0dqEcs= X-Received: by 2002:a24:edc4:: with SMTP id r187mr11836227ith.158.1547809634103; Fri, 18 Jan 2019 03:07:14 -0800 (PST) MIME-Version: 1.0 References: <20190116212221.7460-1-ard.biesheuvel@linaro.org> <20190116212221.7460-5-ard.biesheuvel@linaro.org> In-Reply-To: <20190116212221.7460-5-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Fri, 18 Jan 2019 12:07:03 +0100 Message-ID: To: "edk2-devel@lists.01.org" Cc: Michael D Kinney , Liming Gao , Ting Ye , Gang Wei , Jian Wang , Chao Zhang , Jiewen Yao , Hao Wu , Star Zeng , Achin Gupta , Jagadeesh Ujja Subject: Re: [PATCH 4/4] MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules 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: Fri, 18 Jan 2019 11:07:15 -0000 Content-Type: text/plain; charset="UTF-8" On Wed, 16 Jan 2019 at 22:22, Ard Biesheuvel wrote: > > Add MM_STANDALONE to the list of module types that are permitted to > link to this library. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel > --- > MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > index d5f7bfa6af39..89ee87e15d0e 100644 > --- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > +++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > @@ -22,7 +22,7 @@ [Defines] > FILE_GUID = 91c1677a-e57f-4191-8b8e-eb7711a716e0 > MODULE_TYPE = UEFI_DRIVER > VERSION_STRING = 1.0 > - LIBRARY_CLASS = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE > + LIBRARY_CLASS = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE MM_STANDALONE > > Liming, Mike: do you have any objections?