diff options
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r-- | xmlsecurity/util/exports_xsmscrypt.dxp | 1 | ||||
-rw-r--r-- | xmlsecurity/util/exports_xsnss.dxp | 1 | ||||
-rw-r--r-- | xmlsecurity/util/makefile.mk | 205 | ||||
-rw-r--r-- | xmlsecurity/util/target.pmk | 31 | ||||
-rw-r--r-- | xmlsecurity/util/xmlsecurity.component | 37 | ||||
-rw-r--r-- | xmlsecurity/util/xsec_fw.component | 56 | ||||
-rw-r--r-- | xmlsecurity/util/xsec_fw.dxp | 1 | ||||
-rw-r--r-- | xmlsecurity/util/xsec_xmlsec.component | 56 | ||||
-rw-r--r-- | xmlsecurity/util/xsec_xmlsec.windows.component | 58 | ||||
-rw-r--r-- | xmlsecurity/util/xsecctl.flt | 19 |
10 files changed, 0 insertions, 465 deletions
diff --git a/xmlsecurity/util/exports_xsmscrypt.dxp b/xmlsecurity/util/exports_xsmscrypt.dxp deleted file mode 100644 index 700330789..000000000 --- a/xmlsecurity/util/exports_xsmscrypt.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/xmlsecurity/util/exports_xsnss.dxp b/xmlsecurity/util/exports_xsnss.dxp deleted file mode 100644 index 700330789..000000000 --- a/xmlsecurity/util/exports_xsnss.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk deleted file mode 100644 index de84faa27..000000000 --- a/xmlsecurity/util/makefile.mk +++ /dev/null @@ -1,205 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=.. - -PRJNAME=xmlsecurity -TARGET=xmlsecurity - -USE_DEFFILE=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -.IF "$(WITH_MOZILLA)" == "NO" -@all: - @echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity..." -.ENDIF - -# --- Files -------------------------------------------------------- - -BMP_IN=$(PRJ)$/res - -# --- Shared-Library ----------------------------------------------- - -# -# The 1st shared library -# -SHL1NAME=xsec_fw -SHL1TARGET= $(SHL1NAME) -SHL1LIBS= $(SLB)$/fw.lib - -SHL1STDLIBS += \ - $(SALLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) - -SHL1IMPLIB = $(SHL1TARGET) -SHL1DEF = $(MISC)$/$(SHL1TARGET).def -DEF1NAME = $(SHL1TARGET) -DEF1EXPORTFILE = xsec_fw.dxp - -# -# The 2nd shared library -# - -SHL2NAME=xsec_xmlsec -SHL2TARGET= $(SHL2NAME) - - -.IF "$(ENABLE_NSS_MODULE)"=="YES" || "$(SYSTEM_MOZILLA)" == "YES" - -SHL2LIBS= \ - $(SLB)$/xs_comm.lib - -.IF "$(CRYPTO_ENGINE)" == "mscrypto" -SHL2LIBS += \ - $(SLB)$/xs_mscrypt.lib -.ENDIF - -SHL2LIBS += \ - $(SLB)$/xs_nss.lib - -.ENDIF - - -SHL2STDLIBS += \ - $(SALLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(SVLLIB) \ - $(TOOLSLIB) \ - $(COMPHELPERLIB) \ - $(CPPUHELPERLIB) \ - $(XMLOFFLIB) - -.IF "$(OS)"=="SOLARIS" -SHL2STDLIBS +=-ldl -.ENDIF - -.IF "$(SYSTEM_MOZILLA)" == "YES" -.IF "$(NSPR_LIB)" != "" -SHL2STDLIBS += $(NSPR_LIB) -.ENDIF -.IF "$(NSS_LIB)" != "" -SHL2STDLIBS += $(NSS_LIB) -.ENDIF -.IF "$(MOZ_NSS_LIBS)" != "" -SHL2STDLIBS += $(MOZ_NSS_LIBS) -.ENDIF -.ENDIF - -.IF "$(CRYPTO_ENGINE)" == "mscrypto" -SHL2STDLIBS+= $(MSCRYPTOLIBS) -# SHL2STDLIBS+= $(XMLSECLIB) $(LIBXML2LIB) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB) -SHL2STDLIBS+= $(NSS3LIB) $(NSPR4LIB) -.ELSE -SHL2STDLIBS+= $(NSSCRYPTOLIBS) -.ENDIF - - -SHL2IMPLIB = $(SHL2TARGET) -SHL2DEF = $(MISC)$/$(SHL2TARGET).def -DEF2NAME = $(SHL2TARGET) -.IF "$(CRYPTO_ENGINE)" == "mscrypto" -DEF2EXPORTFILE = exports_xsmscrypt.dxp -.ENDIF - -DEF2EXPORTFILE = exports_xsnss.dxp - -SRSFILELIST= \ - $(SRS)$/component.srs \ - $(SRS)$/dialogs.srs - -RESLIB1NAME=xmlsec -RESLIB1IMAGES=$(PRJ)$/res -RESLIB1SRSFILES= $(SRSFILELIST) - -SHL4TARGET=$(TARGET) -SHL4LIBS=\ - $(SLB)$/helper.lib \ - $(SLB)$/dialogs.lib \ - $(SLB)$/component.lib - -SHL4STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(UCBHELPERLIB) \ - $(UNOTOOLSLIB) \ - $(VCLLIB) \ - $(TOOLSLIB) \ - $(SVTOOLLIB) \ - $(SALLIB) \ - $(SVLLIB) \ - $(XMLOFFLIB) \ - $(SVXCORELIB) - -SHL4VERSIONMAP = $(SOLARENV)/src/component.map -SHL4DEPN= -SHL4IMPLIB=i$(TARGET) -SHL4DEF=$(MISC)$/$(SHL4TARGET).def -DEF4NAME=$(SHL4TARGET) - -# --- Targets ---------------------------------------------------------- - -.INCLUDE : target.mk - -# --- Filter ----------------------------------------------------------- - -$(MISC)$/$(SHL3TARGET).flt: makefile.mk - $(TYPE) $(SHL3TARGET).flt > $@ - -ALLTAR : \ - $(MISC)/xmlsecurity.component \ - $(MISC)/xsec_fw.component \ - $(MISC)/xsec_xmlsec.component - -.IF "$(OS)" == "WNT" -my_platform = .windows -.END - -$(MISC)/xmlsecurity.component .ERRREMOVE : \ - $(SOLARENV)/bin/createcomponent.xslt xmlsecurity.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL4TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt xmlsecurity.component - -$(MISC)/xsec_fw.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - xsec_fw.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt xsec_fw.component - -$(MISC)/xsec_xmlsec.component .ERRREMOVE : \ - $(SOLARENV)/bin/createcomponent.xslt xsec_xmlsec.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt xsec_xmlsec$(my_platform).component diff --git a/xmlsecurity/util/target.pmk b/xmlsecurity/util/target.pmk deleted file mode 100644 index 42451acf2..000000000 --- a/xmlsecurity/util/target.pmk +++ /dev/null @@ -1,31 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* -.IF "$(GUI)" == "WNT" -CRYPTO_ENGINE = mscrypto -.ELSE -CRYPTO_ENGINE = nss -.ENDIF diff --git a/xmlsecurity/util/xmlsecurity.component b/xmlsecurity/util/xmlsecurity.component deleted file mode 100644 index b0759e937..000000000 --- a/xmlsecurity/util/xmlsecurity.component +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!--********************************************************************** -* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2010 Oracle and/or its affiliates. -* -* OpenOffice.org - a multi-platform office productivity suite -* -* This file is part of OpenOffice.org. -* -* OpenOffice.org is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License version 3 -* only, as published by the Free Software Foundation. -* -* OpenOffice.org is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License version 3 for more details -* (a copy is included in the LICENSE file that accompanied this code). -* -* You should have received a copy of the GNU Lesser General Public License -* version 3 along with OpenOffice.org. If not, see -* <http://www.openoffice.org/license.html> -* for a copy of the LGPLv3 License. -* -**********************************************************************--> - -<component loader="com.sun.star.loader.SharedLibrary" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.security.CertificateContainer"> - <service name="com.sun.star.security.CertificateContainer"/> - </implementation> - <implementation name="com.sun.star.security.DocumentDigitalSignatures"> - <service name="com.sun.star.security.DocumentDigitalSignatures"/> - </implementation> -</component> diff --git a/xmlsecurity/util/xsec_fw.component b/xmlsecurity/util/xsec_fw.component deleted file mode 100644 index eb9e3962a..000000000 --- a/xmlsecurity/util/xsec_fw.component +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!--********************************************************************** -* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2010 Oracle and/or its affiliates. -* -* OpenOffice.org - a multi-platform office productivity suite -* -* This file is part of OpenOffice.org. -* -* OpenOffice.org is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License version 3 -* only, as published by the Free Software Foundation. -* -* OpenOffice.org is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License version 3 for more details -* (a copy is included in the LICENSE file that accompanied this code). -* -* You should have received a copy of the GNU Lesser General Public License -* version 3 along with OpenOffice.org. If not, see -* <http://www.openoffice.org/license.html> -* for a copy of the LGPLv3 License. -* -**********************************************************************--> - -<component loader="com.sun.star.loader.SharedLibrary" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.xml.security.framework.DecryptorImpl"> - <service name="com.sun.star.xml.crypto.sax.Decryptor"/> - </implementation> - <implementation name="com.sun.star.xml.security.framework.EncryptorImpl"> - <service name="com.sun.star.xml.crypto.sax.Encryptor"/> - </implementation> - <implementation name="com.sun.star.xml.security.framework.SAXEventKeeperImpl"> - <service name="com.sun.star.xml.crypto.sax.SAXEventKeeper"/> - </implementation> - <implementation - name="com.sun.star.xml.security.framework.SignatureCreatorImpl"> - <service name="com.sun.star.xml.crypto.sax.SignatureCreator"/> - </implementation> - <implementation - name="com.sun.star.xml.security.framework.SignatureVerifierImpl"> - <service name="com.sun.star.xml.crypto.sax.SignatureVerifier"/> - </implementation> - <implementation - name="com.sun.star.xml.security.framework.XMLEncryptionTemplateImpl"> - <service name="com.sun.star.xml.crypto.XMLEncryptionTemplate"/> - </implementation> - <implementation - name="com.sun.star.xml.security.framework.XMLSignatureTemplateImpl"> - <service name="com.sun.star.xml.crypto.XMLSignatureTemplate"/> - </implementation> -</component> diff --git a/xmlsecurity/util/xsec_fw.dxp b/xmlsecurity/util/xsec_fw.dxp deleted file mode 100644 index 700330789..000000000 --- a/xmlsecurity/util/xsec_fw.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/xmlsecurity/util/xsec_xmlsec.component b/xmlsecurity/util/xsec_xmlsec.component deleted file mode 100644 index df4c2a7b2..000000000 --- a/xmlsecurity/util/xsec_xmlsec.component +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!--********************************************************************** -* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2010 Oracle and/or its affiliates. -* -* OpenOffice.org - a multi-platform office productivity suite -* -* This file is part of OpenOffice.org. -* -* OpenOffice.org is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License version 3 -* only, as published by the Free Software Foundation. -* -* OpenOffice.org is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License version 3 for more details -* (a copy is included in the LICENSE file that accompanied this code). -* -* You should have received a copy of the GNU Lesser General Public License -* version 3 along with OpenOffice.org. If not, see -* <http://www.openoffice.org/license.html> -* for a copy of the LGPLv3 License. -* -**********************************************************************--> - -<component loader="com.sun.star.loader.SharedLibrary" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.security.SerialNumberAdapter"> - <service name="com.sun.star.security.SerialNumberAdapter"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.SEInitializer_NssImpl"> - <service name="com.sun.star.xml.crypto.NSSInitializer"/> - <service name="com.sun.star.xml.crypto.SEInitializer"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.SecurityEnvironment_NssImpl"> - <service name="com.sun.star.xml.crypto.SecurityEnvironment"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLDocumentWrapper_XmlSecImpl"> - <service name="com.sun.star.xml.wrapper.XMLDocumentWrapper"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLElementWrapper_XmlSecImpl"> - <service name="com.sun.star.xml.wrapper.XMLElementWrapper"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLEncryption_NssImpl"> - <service name="com.sun.star.xml.crypto.XMLEncryption"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLSecurityContext_NssImpl"> - <service name="com.sun.star.xml.crypto.XMLSecurityContext"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLSignature_NssImpl"> - <service name="com.sun.star.xml.crypto.XMLSignature"/> - </implementation> -</component> diff --git a/xmlsecurity/util/xsec_xmlsec.windows.component b/xmlsecurity/util/xsec_xmlsec.windows.component deleted file mode 100644 index 7b4ef87a9..000000000 --- a/xmlsecurity/util/xsec_xmlsec.windows.component +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!--********************************************************************** -* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2010 Oracle and/or its affiliates. -* -* OpenOffice.org - a multi-platform office productivity suite -* -* This file is part of OpenOffice.org. -* -* OpenOffice.org is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License version 3 -* only, as published by the Free Software Foundation. -* -* OpenOffice.org is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License version 3 for more details -* (a copy is included in the LICENSE file that accompanied this code). -* -* You should have received a copy of the GNU Lesser General Public License -* version 3 along with OpenOffice.org. If not, see -* <http://www.openoffice.org/license.html> -* for a copy of the LGPLv3 License. -* -**********************************************************************--> - -<component loader="com.sun.star.loader.SharedLibrary" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.security.SerialNumberAdapter"> - <service name="com.sun.star.security.SerialNumberAdapter"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.NSSInitializer_NssImpl"> - <service name="com.sun.star.xml.crypto.NSSInitializer"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.SEInitializer_MSCryptImpl"> - <service name="com.sun.star.xml.crypto.SEInitializer"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.SecurityEnvironment_MSCryptImpl"> - <service name="com.sun.star.xml.crypto.SecurityEnvironment"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLDocumentWrapper_XmlSecImpl"> - <service name="com.sun.star.xml.wrapper.XMLDocumentWrapper"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLElementWrapper_XmlSecImpl"> - <service name="com.sun.star.xml.wrapper.XMLElementWrapper"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLEncryption_MSCryptImpl"> - <service name="com.sun.star.xml.crypto.XMLEncryption"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLSecurityContext_MSCryptImpl"> - <service name="com.sun.star.xml.crypto.XMLSecurityContext"/> - </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLSignature_MSCryptImpl"> - <service name="com.sun.star.xml.crypto.XMLSignature"/> - </implementation> -</component> diff --git a/xmlsecurity/util/xsecctl.flt b/xmlsecurity/util/xsecctl.flt deleted file mode 100644 index 3e2aa3dba..000000000 --- a/xmlsecurity/util/xsecctl.flt +++ /dev/null @@ -1,19 +0,0 @@ -_CT? -??_5 -??_7 -??_8 -??_9 -??_C -??_E -??_F -??_G -??_H -??_I -__CT -_CTA -sXML_ -lcl -_Impl -WEP -LIBMAIN -LibMain |