From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=jordan.l.justen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 95A91203BBB81 for ; Thu, 24 May 2018 13:36:34 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 May 2018 13:36:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,437,1520924400"; d="scan'208";a="43702487" Received: from dcsmyth-mobl2.amr.corp.intel.com (HELO localhost) ([10.254.189.41]) by orsmga007.jf.intel.com with ESMTP; 24 May 2018 13:36:33 -0700 MIME-Version: 1.0 To: "edk2-devel@lists.01.org" , =?utf-8?q?Marvin_H=C3=A4user?= Message-ID: <152719419292.1535.16346737535215645719@jljusten-skl> From: Jordan Justen In-Reply-To: Cc: "afish@apple.com" References: User-Agent: alot/0.7 Date: Thu, 24 May 2018 13:36:33 -0700 Subject: Re: [PATCH v2] EmulatorPkg/SmbiosLib: Declare the correct library class. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 20:36:34 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jordan Justen Pushed as 7dc7c7435e. On 2018-05-17 05:43:30, Marvin H=C3=A4user wrote: > Currently, SmbiosLib declares the PcdLib library class. Update the > declaration to declare SmbiosLib. > = > V2: > - Do not change the copyright date as requested. > = > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Marvin Haeuser > --- > EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf b/EmulatorPkg/Li= brary/SmbiosLib/SmbiosLib.inf > index adcd7ef08e20..36d5c350f51a 100644 > --- a/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf > +++ b/EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf > @@ -20,7 +20,7 @@ [Defines] > FILE_GUID =3D 881863A2-09FD-3E44-8D62-7AE038D03747 > MODULE_TYPE =3D DXE_DRIVER > VERSION_STRING =3D 1.0 > - LIBRARY_CLASS =3D PcdLib|DXE_CORE DXE_DRIVER DXE_RUNT= IME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRI= VER = > + LIBRARY_CLASS =3D SmbiosLib|DXE_CORE DXE_DRIVER DXE_R= UNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_= DRIVER = > = > CONSTRUCTOR =3D SmbiosLibConstructor > = > -- = > 2.17.0.windows.1 > = > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel