From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=63.147.10.42; helo=atlmailgw2.ami.com; envelope-from=felixp@ami.com; receiver=edk2-devel@lists.01.org Received: from atlmailgw2.ami.com (atlmailgw2.ami.com [63.147.10.42]) (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 9D33821B02822 for ; Thu, 28 Feb 2019 07:39:16 -0800 (PST) X-AuditID: ac10606f-64fff700000073c3-a1-5c7800a390be Received: from atlms2.us.megatrends.com (atlms2.us.megatrends.com [172.16.96.152]) (using TLS with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by atlmailgw2.ami.com (Symantec Messaging Gateway) with SMTP id E5.F4.29635.3A0087C5; Thu, 28 Feb 2019 10:39:16 -0500 (EST) Received: from ATLMS1.us.megatrends.com ([fe80::8c55:daf0:ef05:5605]) by atlms2.us.megatrends.com ([fe80::29dc:a91e:ea0c:cdeb%12]) with mapi id 14.03.0415.000; Thu, 28 Feb 2019 10:39:15 -0500 From: Felix Polyudov To: "'Feng, Bob C'" , "edk2-devel@lists.01.org" CC: Liming Gao Thread-Topic: [edk2] [Patch] Document: Update the INF spec about [Depex] section Thread-Index: AQHUzwr2Xyes5eEXVE6j8Tb+GFsegaX1WEiw Date: Thu, 28 Feb 2019 15:39:14 +0000 Message-ID: <9333E191E0D52B4999CE63A99BA663A00302C69126@atlms1.us.megatrends.com> 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-originating-ip: [172.16.99.93] content-transfer-encoding: quoted-printable MIME-Version: 1.0 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprNKsWRmVeSWpSXmKPExsWyRiBhhu4ShooYgy+XGC1+HZ3HZrHn0FFm ixX3NrA7MHss3vOSyaN79j+WAKaoBkabxLy8/JLEklSFlNTiZFulgKLMssTkSiWFzBRbJUMl hYKcxOTU3NS8ElulxIKC1LwUJTsuBQxgA1SWmaeQmpecn5KZl26r5Bnsr2thYWqpa6hkF5KR qpCZl5ZflJtYkpmfp5Ccn1cCVJ2aAhRVSOjizOj+fpSx4INgxZL3h1gaGM/wdTFyckgImEgc 2HyOvYuRi0NIYBeTxMRTTxghnMOMEh177jODVLEJqEocX93MAmKLCCRK3F2ykh3EZgaKTz63 CaiGg0NYIFDizFIniJIgifOrJoCFRQSMJBoW8oCEWYCq37d3M4GEeYGq3y+RAQkLCVhKnF7y Cmw4p4CVxMGTK5hAbEYBMYnvp9YwQSwSl7j1ZD4TxMkCEkv2nGeGsEUlXj7+xwphK0hsed8J dZiOxILdn9ggbG2JZQtfg9XzCghKnJz5hGUCo+gsJGNnIWmZhaRlFpKWBYwsqxiFEktychMz c9LLjfQSczP1kvNzNzFC0kL+DsaPH80PMQpwMCrx8N58WR4jxJpYVlyZe4hRgoNZSYT3+1+g EG9KYmVValF+fFFpTmrxIUYnYKhMZJbiBkUWMPbjjQ0MpERhHEMTMxNzI3NDSxNzY2Mlcd58 tU9RQgLpwFSUnZpakFoEM4SJg1OqgVGwLzDCyKToYKO2qRCjssXCutA8O79lQrFF7+br1GQ6 WEY6X3w8SX1RzwrXHlXrJwxnt9i6dLg1lKg/V3XLX37qz9bNv9PcXZJq/+77+2KzX94ZeZOy ZVm71+6NeHlYkk2phnXyBj6xU+oMFT4bm8xqj33u2/X11RexStme37l+64U2n/zfr8RSnJFo qMVcVJwIAFf6GVYuAwAA 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:39:17 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Fen= g, Bob C > Sent: Wednesday, February 27, 2019 9:12 PM > To: edk2-devel@lists.01.org > Cc: Liming Gao > Subject: [edk2] [Patch] Document: Update the INF spec about [Depex] sectio= n > > ::=3D {"BEFORE"} {"AFTER"} should be > ::=3D [{"BEFORE"} {"AFTER"}] > > The "BEFORE" or "AFTER" is optional key words in current implementation. The proposed definition implies that BEFORE and AFTER can be used at the sam= e time, which is incorrect. I think it should be ::=3D [{"BEFORE"} |{"AFTER"}] > > 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(-) > > diff --git a/3_edk_ii_inf_file_format/314_[depex]_sections.md b/3_edk_ii_i= nf_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 b= e 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 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel Please consider the environment before printing this email. The information contained in this message may be confidential and proprietar= y to American Megatrends, Inc. This communication is intended to be read on= ly by the individual or entity to whom it is addressed or by their designee.= If the reader of this message is not the intended recipient, you are on not= ice that any distribution of this message, in any form, is strictly prohibit= ed. Please promptly notify the sender by reply e-mail or by telephone at 77= 0-246-8600, and then delete or destroy all copies of the transmission.