From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=jaben.carsey@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 7C6EB21B02822 for ; Thu, 28 Feb 2019 07:45:25 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Feb 2019 07:45:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,423,1544515200"; d="scan'208";a="121543902" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 28 Feb 2019 07:45:25 -0800 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 28 Feb 2019 07:45:24 -0800 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.115]) by fmsmsx124.amr.corp.intel.com ([169.254.8.121]) with mapi id 14.03.0415.000; Thu, 28 Feb 2019 07:45:24 -0800 From: "Carsey, Jaben" To: "Feng, Bob C" , "edk2-devel@lists.01.org" CC: "Gao, Liming" Thread-Topic: [edk2] [Patch] Document: Update the INF spec about [Depex] section Thread-Index: AQHUzwsCoFt++WjIl0S6+pMKpV7LGaX1WyEw Date: Thu, 28 Feb 2019 15:45:23 +0000 Message-ID: References: <20190228021141.25544-1-bob.c.feng@intel.com> In-Reply-To: <20190228021141.25544-1-bob.c.feng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjYwZWI5MmItZTBmNi00NTBhLTg2MWYtNzAyMmJiYTkwNGYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWXZHd3NWR3plR2w1czBUUm00QjVmNlFTR3dNeHFXczQ2QlJwZXcrRFl0Q1hlSUF6b0VTUEtMdDlZTWJCWFJcLysifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [Patch] Document: Update the INF spec about [Depex] section 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: Thu, 28 Feb 2019 15:45:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Feng, Bob C > Sent: Wednesday, February 27, 2019 6:12 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming > Subject: [edk2] [Patch] Document: Update the INF spec about [Depex] > section >=20 > ::=3D {"BEFORE"} {"AFTER"} should be > ::=3D [{"BEFORE"} {"AFTER"}] >=20 > The "BEFORE" or "AFTER" is optional key words in current implementation. >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Bob Feng > Cc: Liming Gao > --- > 3_edk_ii_inf_file_format/314_[depex]_sections.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/3_edk_ii_inf_file_format/314_[depex]_sections.md > b/3_edk_ii_inf_file_format/314_[depex]_sections.md > index 942bcf9..3c0820a 100644 > --- a/3_edk_ii_inf_file_format/314_[depex]_sections.md > +++ b/3_edk_ii_inf_file_format/314_[depex]_sections.md > @@ -179,11 +179,11 @@ and VOID* datum type, and the size of the PCD > must be 16 bytes. > ::=3D {} {} {} > ::=3D * > ["END" ] > ::=3D {} {} > ::=3D > - ::=3D {"BEFORE"} {"AFTER"} [] > + ::=3D [{"BEFORE"} {"AFTER"}] > [] > ::=3D {} {} > ::=3D "PUSH" [] > ::=3D "SOR" [] > ::=3D {} {} > ::=3D {"TRUE"} {"FALSE"} {} {} = [] > -- > 2.20.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel