From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.30377.1611537481316456179 for ; Sun, 24 Jan 2021 17:18:03 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Mon, 25 Jan 2021 09:17:57 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Eric Dong'" , "'Hao A Wu'" , "'Jian J Wang'" , "'Ray Ni'" References: <20210122211148.814-1-mikuback@linux.microsoft.com> In-Reply-To: <20210122211148.814-1-mikuback@linux.microsoft.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxIDEvMV0gTWRlUGtnL1NtaUhhbmRsZXJQcm9maWxlTGliTnVsbDogQWRkIE1NX1NUQU5EQUxPTkUgc3VwcG9ydA==?= Date: Mon, 25 Jan 2021 09:17:57 +0800 Message-ID: <007b01d6f2b7$ea65b7c0$bf312740$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQGkEKev5qHgCLl3aftm0CQiyj1OMaqdTmXg Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+70694+4905953+8761045@groups.io > =B4=FA=B1=ED > mikuback@linux.microsoft.com > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA1=D4=C223=C8=D5 5:12 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Eric Dong ; Hao A Wu = ; > Jian J Wang ; Ray Ni > =D6=F7=CC=E2: [edk2-devel] [PATCH v1 1/1] = MdePkg/SmiHandlerProfileLibNull: Add > MM_STANDALONE support >=20 > From: Michael Kubacki >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3184 >=20 > Allows the library instance to be linked with MM_STANDALONE modules. >=20 > Cc: Eric Dong > Cc: Hao A Wu > Cc: Jian J Wang > Cc: Ray Ni > Signed-off-by: Michael Kubacki > --- > MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c = | 2 > +- > MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf = | 2 > +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git > a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c > b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c > index c2c6b8bc6ff9..4bf800c139a6 100644 > --- = a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c > +++ = b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c > @@ -6,7 +6,7 @@ >=20 > **/ >=20 > -#include > +#include > #include >=20 > /** > diff --git > a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf > b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf > index caf9af899376..e3512248a093 100644 > --- = a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf > +++ = b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf > @@ -15,7 +15,7 @@ [Defines] > FILE_GUID =3D > B43D1B52-6251-4E6F-82EC-A599A5EE94C1 > MODULE_TYPE =3D DXE_SMM_DRIVER > VERSION_STRING =3D 1.0 > - LIBRARY_CLASS =3D > SmiHandlerProfileLib|DXE_SMM_DRIVER SMM_CORE > + LIBRARY_CLASS =3D > SmiHandlerProfileLib|DXE_SMM_DRIVER SMM_CORE MM_STANDALONE > MM_CORE_STANDALONE >=20 > # > # The following information is for reference only and not required by = the > build tools. > -- > 2.28.0.windows.1 >=20 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#70694): = https://edk2.groups.io/g/devel/message/70694 > Mute This Topic: https://groups.io/mt/80041632/4905953 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [gaoliming@byosoft.com.cn] > -=3D-=3D-=3D-=3D-=3D-=3D >=20