From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Fri, 26 Apr 2019 17:53:47 -0700 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D4BB914419C; Sat, 27 Apr 2019 00:53:46 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-104.rdu2.redhat.com [10.10.121.104]) by smtp.corp.redhat.com (Postfix) with ESMTP id C246E5D70A; Sat, 27 Apr 2019 00:53:44 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Anthony Perard , Ard Biesheuvel , Jordan Justen , Julien Grall Subject: [PATCH 03/16] OvmfPkg/EnrollDefaultKeys: refresh INF file Date: Sat, 27 Apr 2019 02:53:15 +0200 Message-Id: <20190427005328.27005-4-lersek@redhat.com> In-Reply-To: <20190427005328.27005-1-lersek@redhat.com> References: <20190427005328.27005-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Sat, 27 Apr 2019 00:53:46 +0000 (UTC) Content-Transfer-Encoding: quoted-printable Bump INF_VERSION to the latest edk2 INF specification. Regenerate FILE_GUID to distinguish this application from downstream-only versions. Remove the VALID_ARCHITECTURES comment as there is nothing ISA or platfor= m specific in the application. Ensure all sections apart from [Defines] are alphabetically sorted. Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Julien Grall Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1747 Signed-off-by: Laszlo Ersek --- OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf b/OvmfPkg/En= rollDefaultKeys/EnrollDefaultKeys.inf index 1e579f495143..3a215df50863 100644 --- a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf +++ b/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf @@ -2,33 +2,29 @@ # Enroll default PK, KEK, db, dbx. # # Copyright (C) 2014-2019, Red Hat, Inc. # # SPDX-License-Identifier: BSD-2-Clause-Patent ## =20 [Defines] - INF_VERSION =3D 0x00010006 + INF_VERSION =3D 1.28 BASE_NAME =3D EnrollDefaultKeys - FILE_GUID =3D D5C1DF0B-1BAC-4EDF-BA48-08834009CA5= A + FILE_GUID =3D A0BAA8A3-041D-48A8-BC87-C36D121B5E3= D MODULE_TYPE =3D UEFI_APPLICATION VERSION_STRING =3D 0.1 ENTRY_POINT =3D ShellCEntryLib =20 -# -# VALID_ARCHITECTURES =3D IA32 X64 -# - [Sources] EnrollDefaultKeys.c =20 [Packages] - MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec + MdePkg/MdePkg.dec SecurityPkg/SecurityPkg.dec ShellPkg/ShellPkg.dec =20 [Guids] gEfiCertPkcs7Guid gEfiCertSha256Guid gEfiCertX509Guid gEfiCustomModeEnableGuid --=20 2.19.1.3.g30247aa5d201