From nobody Thu May 2 19:32:29 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1512753066824389.8349943100784; Fri, 8 Dec 2017 09:11:06 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 0D812221EA0BA; Fri, 8 Dec 2017 09:06:31 -0800 (PST) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (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 40FF72218E951 for ; Fri, 8 Dec 2017 09:06:28 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id f206so4206615wmf.5 for ; Fri, 08 Dec 2017 09:11:03 -0800 (PST) Received: from localhost.localdomain ([160.171.158.223]) by smtp.gmail.com with ESMTPSA id k11sm2153796wmi.18.2017.12.08.09.10.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Dec 2017 09:11:00 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::244; helo=mail-wm0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=mwbLID3wVBj1O0FnArMjvOh9J3CfzBfXcqSBA/vFzH0=; b=AUxoFLMaj+UtOLT/l1BezUF5uFAvX2GzsQSkmm5MxK8ZDC4R3nN4KThnqPgmdPQbFn 7I4Paz7TLb5Xra9Me0mZa4rjDwvLvdn3GTENh5xvI2bkIPNZkJzs9uUNtV9/X7YMjQHf QEicoKCxGPeR6xZdfh1a/9R+/uZRRy4AbgdzY= 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; bh=mwbLID3wVBj1O0FnArMjvOh9J3CfzBfXcqSBA/vFzH0=; b=NegiD5YMZWYFODuh39YnbrLFTAtXpjbuw7X8tS8bTIufjSp7ljWc7jSVMAsGhU4HSU XTzHurl22dCIhNSqX2lnK9XzrFo5gJfNPWPFVSI3F3oczRTVFml3H6cpnEqAfNb6TQky WvayXM3yd94SLI+RyHRPXLFtrYjpH7htNRWqEI1vS8PNOW9KAm7qLQZ3nqV7g8dw6xn2 oX7d0tSlyCKiNi94rTAXmpcO2NWPvIj5s1HS2oPlgs7Hn3+tFCA+8/4yshEorrMEsko/ tvRpUBRYniKi3TL/x6qHDONhM31m+xRvx6B6mcJH6WfmZR1ULDnVFnqMBXEu62J7ek5T Mfew== X-Gm-Message-State: AKGB3mLTe37XCM3VPGzSdvlABcML/XPBkF1/e6FLo/2UxhVOF29GpOMN TvsucJs1GVn/zsBNhjE2hH/Jk/RegcY= X-Google-Smtp-Source: AGs4zMZOa/NF+00ij1eDmISEwl7Ri6/bb/CSy0A5863EdbzruiRJ/uwWgWJEBAdaLVfDU2yTjFr15Q== X-Received: by 10.28.7.133 with SMTP id 127mr4268837wmh.31.1512753061770; Fri, 08 Dec 2017 09:11:01 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Fri, 8 Dec 2017 17:10:51 +0000 Message-Id: <20171208171051.21184-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] ArmPlatformPkg/LcdPlatformNullLib: fix incorrect library class 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: , Cc: leif.lindholm@linaro.org, Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Use LcdPlatformLib not LcdPlatformNullLib (which is the name of this instance) as LIBRARY_CLASS attribute. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.i= nf b/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf index 41c1d9638812..2cec9b970b5b 100644 --- a/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf +++ b/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf @@ -18,7 +18,7 @@ [Defines] FILE_GUID =3D b78d02bb-d0b5-4389-bc7f-b39ee846c784 MODULE_TYPE =3D BASE VERSION_STRING =3D 1.0 - LIBRARY_CLASS =3D LcdPlatformNullLib + LIBRARY_CLASS =3D LcdPlatformLib =20 [Sources] LcdPlatformNullLib.c --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel