> On Sep 2, 2015, at 2:53 PM, Michael Zimmermann <[email protected]> > wrote: > > Hi, > > I've added a Protocol named "PartitionNameProtocol" to MdePkg so I can > access GPT partition names. > The question now is if we can merge this into EDKII somehow and if so, > where the Protocol header and GUID should be located. >
Michael, The MdePkg Protocol, PPI, and GUIDs are all industry standards. If yoru protocol relates to GPT the partition driver lives in the MdeModulePkg, and that would be a good place to add the protocol definition, and potentially a driver that produces it? Or extend the partition driver to produce it. How it gets merged would be up to the MdeModulePkg maintainer. Thanks, Andrew Fish > Michael > _______________________________________________ > edk2-devel mailing list > [email protected] > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.01.org_mailman_listinfo_edk2-2Ddevel&d=BQICAg&c=eEvniauFctOgLOKGJOplqw&r=1HnUuXD1wDvw67rut5_idw&m=NHqcLsFH5Kovz1BedZBS-3dgmA-D8PqGOpJdK9CScac&s=3iowYlWAkW-J33hyoJZ8dOwBGo_5wXeKlC0cWlZ5_68&e= > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

