From d3e8be155c4483642b71b00f44cb057beb68f70f Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 6 Jul 2018 10:03:44 +0200 Subject: solenv: adapt native-code.py to xsec_xmlsec_component_getFactory removal Change-Id: Ic8bfac8b0d0741abeaa38c75d1bad254fe6acaeb --- solenv/bin/native-code.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index b7481c15baa8..f87b94fe02b9 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -50,7 +50,6 @@ core_factory_list = [ ("libutllo.a", "utl_component_getFactory"), ("libxoflo.a", "xof_component_getFactory"), ("libxolo.a", "xo_component_getFactory"), - ("libxsec_xmlsec.a", "xsec_xmlsec_component_getFactory", "#if HAVE_FEATURE_NSS"), ("libxstor.a", "xstor_component_getFactory"), ("libvclcanvaslo.a", "vclcanvas_component_getFactory"), ("libmtfrendererlo.a", "mtfrenderer_component_getFactory"), @@ -244,6 +243,15 @@ core_constructor_list = [ # xmlsecurity/util/xmlsecurity.component ("com_sun_star_security_CertificateContainer_get_implementation", "#if HAVE_FEATURE_NSS"), ("com_sun_star_security_DocumentDigitalSignatures_get_implementation", "#if HAVE_FEATURE_NSS"), +# xmlsecurity/util/xsec_xmlsec.component + ("com_sun_star_xml_crypto_NSSInitializer_get_implementation", "#if HAVE_FEATURE_NSS"), + ("com_sun_star_xml_crypto_SEInitializer_get_implementation", "#if HAVE_FEATURE_NSS"), + ("com_sun_star_xml_security_SEInitializer_Gpg_get_implementation", "#if HAVE_FEATURE_GPGME"), + ("com_sun_star_xml_crypto_SecurityEnvironment_get_implementation", "#if HAVE_FEATURE_NSS"), + ("com_sun_star_xml_wrapper_XMLDocumentWrapper_get_implementation", "#if HAVE_FEATURE_NSS"), + ("com_sun_star_xml_wrapper_XMLElementWrapper_get_implementation", "#if HAVE_FEATURE_NSS"), + ("com_sun_star_xml_crypto_XMLSecurityContext_get_implementation", "#if HAVE_FEATURE_NSS"), + ("com_sun_star_xml_crypto_XMLSignature_get_implementation", "#if HAVE_FEATURE_NSS"), ] # edit group for apps, where you can edit documents -- cgit