From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 489D82195408B for ; Mon, 24 Apr 2017 18:40:59 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2017 18:40:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,247,1488873600"; d="scan'208";a="1139698605" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 24 Apr 2017 18:40:57 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Apr 2017 18:40:57 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Apr 2017 18:40:57 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Tue, 25 Apr 2017 09:40:54 +0800 From: "Zhu, Yonghong" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Shaw, Kevin W" , "Zhu, Yonghong" Thread-Topic: [ edk2-DecSpecification PATCH 0/4] Add support for Private declarations in a package Thread-Index: AQHSvWC8wFohJ+mB9EOO8cLOi/6ZjqHVTxYA Date: Tue, 25 Apr 2017 01:40:54 +0000 Message-ID: References: <1493082606-9348-1-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1493082606-9348-1-git-send-email-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [ edk2-DecSpecification PATCH 0/4] Add support for Private declarations in a package X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 01:40:59 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: Kinney, Michael D=20 Sent: Tuesday, April 25, 2017 9:10 AM To: edk2-devel@lists.01.org Cc: Gao, Liming ; Zhu, Yonghong ; Shaw, Kevin W Subject: [ edk2-DecSpecification PATCH 0/4] Add support for Private declara= tions in a package https://bugzilla.tianocore.org/show_bug.cgi?id=3D465 https://bugzilla.tianocore.org/show_bug.cgi?id=3D482 GitHub word diff view of the patches in this series * [1/4] https://github.com/mdkinney/edk2-DecSpecification/commit/24a07ae89e= f0467c9009633d19d24bb1ba2e115a?w=3D1 * [2/4] https://github.com/mdkinney/edk2-DecSpecification/commit/65f49d1d86= 439b6144ff82217349a5145ec42ef0?w=3D1 * [3/4] https://github.com/mdkinney/edk2-DecSpecification/commit/a28fd82b07= 521fc7412be75b159a44a0dd3bf1b1?w=3D1 * [4/4] https://github.com/mdkinney/edk2-DecSpecification/commit/c04e668af9= e1aa8c8e49d73fede6df7287b7d454?w=3D1 Remove trailing spaces from README.md=20 Update DEC_SPECIFCATION to 0x0001001A / 1.26=20 Add new syntax to the DEC file for specifying information that can only be = used by modules within the package. When modules outside the packages attem= pt to use this content, the EDK II build system must break with an error re= garding content not found. The four sections, Includes, Ppis, Guids and Protocols headers will be modi= fied with a keyword, Private following the architecture modifier. If Privat= e is not present, then the content is usable by modules outside the package= . Clarify restriction that an element is not allowed to be declared with and = without Private modifier. Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Michael Kinney (4): Remove trailing spaces from README.MD Update version from 1.25 to 1.26 Add support for Private declarations in a package Declarations not allowed to be both public and private 2_dec_file_overview/24_[defines]_usage.md | 2 +- 2_dec_file_overview/25_[includes]_usage.md | 24 ++- 2_dec_file_overview/26_[guids]_usage.md | 22 ++- 2_dec_file_overview/27_[protocols]_usage.md | 24 ++- 2_dec_file_overview/28_[ppis]_usage.md | 24 ++- 3_edk_ii_dec_file_format/34_[defines]_section.md | 28 ++- 3_edk_ii_dec_file_format/35_[includes]_sections.md | 30 ++- 3_edk_ii_dec_file_format/36_[guids]_sections.md | 29 ++- .../37_[protocols]_sections.md | 29 ++- 3_edk_ii_dec_file_format/38_[ppis]_sections.md | 29 ++- README.md | 211 +++++++++++------= ---- 11 files changed, 329 insertions(+), 123 deletions(-) -- 2.6.3.windows.1