<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:zcml="http://namespaces.zope.org/zcml"
    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
    i18n_domain="plone.keyring">

  <genericsetup:registerProfile
      zcml:condition="installed Products.GenericSetup"
      name="default"
      directory="profiles/default"
      title="plone.keyring KeyManager registration"
      description="Registers a persistent plone.keyring KeyManager"
      provides="Products.GenericSetup.interfaces.EXTENSION"
      for="zope.component.interfaces.IComponentRegistry"
      />

</configure>
