public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [ edk2-BuildSpecification PATCH] Add support for Private declarations in a package
@ 2017-04-25  1:11 Michael Kinney
  2017-04-25  1:11 ` Michael Kinney
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Kinney @ 2017-04-25  1:11 UTC (permalink / raw)
  To: edk2-devel; +Cc: Liming Gao, Yonghong Zhu, Kevin W Shaw

https://bugzilla.tianocore.org/show_bug.cgi?id=465

GitHub word diff view of the patches in this series

* https://github.com/mdkinney/edk2-BuildSpecification/commit/97290a0b1e926c946959ed11f931fd2db26ad04b?w=1

Process new syntax in the DEC file that specifies
information that can only be used by modules within
the package. When modules outside the packages attempt
to use this content, the EDK II build system must
break with an error regarding content not found.

The four sections, Includes, Ppis, Guids and Protocols
headers will be the keyword, Private, following the
architecture modifier. If Private is not present, then
the content is usable by modules outside the package.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Kevin W Shaw <kevin.w.shaw@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>

Michael Kinney (1):
  Add support for Private declarations in a package

 .../82_auto-generation_process.md                  | 35 ++++++++++++++--------
 .../84_auto-generated_pcd_database_file.md         |  6 ++++
 README.md                                          |  3 +-
 3 files changed, 30 insertions(+), 14 deletions(-)

-- 
2.6.3.windows.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-25  2:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25  1:11 [ edk2-BuildSpecification PATCH] Add support for Private declarations in a package Michael Kinney
2017-04-25  1:11 ` Michael Kinney
2017-04-25  1:53   ` Zhu, Yonghong
2017-04-25  2:36     ` Kinney, Michael D
2017-04-25  2:37       ` Zhu, Yonghong
2017-04-25  2:46         ` Kinney, Michael D

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox