Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8b0e9cac
Kaydet (Commit)
8b0e9cac
authored
Agu 02, 2011
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert xmlsecurity to gbuild
üst
10c0e027
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
531 additions
and
104 deletions
+531
-104
Repository.mk
Repository.mk
+11
-1
RepositoryFixes.mk
RepositoryFixes.mk
+2
-0
makefile.mk
postprocess/packcomponents/makefile.mk
+7
-3
windows.mk
solenv/gbuild/platform/windows.mk
+1
-0
winmingw.mk
solenv/gbuild/platform/winmingw.mk
+1
-0
AllLangResTarget.mk
xmlsecurity/AllLangResTarget.mk
+45
-0
CppunitTest_qa_certext.mk
xmlsecurity/CppunitTest_qa_certext.mk
+55
-0
Library_xmlsecurity.mk
xmlsecurity/Library_xmlsecurity.mk
+80
-0
Library_xsec_fw.mk
xmlsecurity/Library_xsec_fw.mk
+70
-0
Library_xsec_xmlsec.mk
xmlsecurity/Library_xsec_xmlsec.mk
+183
-0
Makefile
xmlsecurity/Makefile
+11
-44
Module_xmlsecurity.mk
xmlsecurity/Module_xmlsecurity.mk
+51
-0
build.lst
xmlsecurity/prj/build.lst
+1
-11
d.lst
xmlsecurity/prj/d.lst
+0
-13
makefile.mk
xmlsecurity/prj/makefile.mk
+12
-6
SanCertExt.cxx
xmlsecurity/qa/certext/SanCertExt.cxx
+1
-4
exports_xsmscrypt.dxp
xmlsecurity/util/exports_xsmscrypt.dxp
+0
-1
exports_xsnss.dxp
xmlsecurity/util/exports_xsnss.dxp
+0
-1
xsec_fw.dxp
xmlsecurity/util/xsec_fw.dxp
+0
-1
xsecctl.flt
xmlsecurity/util/xsecctl.flt
+0
-19
No files found.
Repository.mk
Dosyayı görüntüle @
8b0e9cac
...
...
@@ -149,9 +149,16 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
))
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
fileacc \
mcnttype \
neon \
nspr4 \
nss3 \
plc4 \
test \
fileacc \
xmlsecurity \
xsec_fw \
xsec_xmlsec \
))
ifeq ($(OS),WNT)
...
...
@@ -226,6 +233,9 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
toolshelpers \
vclmain \
writerperfect \
xmlsec1 \
xmlsec1-nss \
xmlsec1-mscrypto \
))
# vim: set noet sw=4 ts=4:
RepositoryFixes.mk
Dosyayı görüntüle @
8b0e9cac
...
...
@@ -114,6 +114,8 @@ gb_Library_FILENAMES := $(patsubst vbahelper:ivbahelper%,vbahelper:vbahelper%,$(
gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:libeay32%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst ssl:issl%,ssl:ssleay32%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst xmlsec1:ixmlsec1%,xmlsec1:libxmlsec%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst xmlsec1-mscrypto:ixmlsec1%,xmlsec1-mscrypto:libxmlsec%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES))
gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
...
...
postprocess/packcomponents/makefile.mk
Dosyayı görüntüle @
8b0e9cac
...
...
@@ -280,10 +280,14 @@ my_components += ldapbe2
.IF
"$(WITH_MOZILLA)"
!=
"NO"
my_components
+=
\
xmlsecurity
\
xsec_fw
\
xsec_xmlsec
\
component/xmlsecurity/util/xmlsecurity
\
component/xmlsecurity/util/xsec_fw
\
pl
.IF
"$(OS)"
==
"WNT"
my_components
+=
component/xmlsecurity/util/xsec_xmlsec.windows
.ELSE
my_components
+=
component/xmlsecurity/util/xsec_xmlsec
.END
.END
.IF
"$(OS)"
==
"MACOSX"
...
...
solenv/gbuild/platform/windows.mk
Dosyayı görüntüle @
8b0e9cac
...
...
@@ -399,6 +399,7 @@ gb_Library_win32_OLDNAMES := oldnames
gb_Library_PLAINLIBS_NONE += \
advapi32 \
crypt32 \
d3d9 \
d3dx \
ddraw \
...
...
solenv/gbuild/platform/winmingw.mk
Dosyayı görüntüle @
8b0e9cac
...
...
@@ -466,6 +466,7 @@ gb_Library_PLAINLIBS_NONE += \
$(gb_MINGW_LIBSTDCPP) \
$(gb_MINGW_LIBGCC) \
advapi32 \
crypt32 \
d3d9 \
d3dx \
ddraw \
...
...
xmlsecurity/AllLangResTarget.mk
0 → 100644
Dosyayı görüntüle @
8b0e9cac
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# Matúš Kukan <matus.kukan@gmail.com>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_AllLangResTarget_AllLangResTarget,xmlsec))
$(eval
$(call
gb_AllLangResTarget_add_srs,xmlsec,\
xmlsec/res
))
$(eval
$(call
gb_SrsTarget_SrsTarget,xmlsec/res))
$(eval
$(call
gb_SrsTarget_add_files,xmlsec/res,\
xmlsecurity/source/dialogs/certificateviewer.src
\
xmlsecurity/source/dialogs/macrosecurity.src
\
xmlsecurity/source/dialogs/certificatechooser.src
\
xmlsecurity/source/dialogs/digitalsignaturesdialog.src
\
xmlsecurity/source/component/warnbox.src
\
))
# vim: set noet sw=4 ts=4:
xmlsecurity/CppunitTest_qa_certext.mk
0 → 100644
Dosyayı görüntüle @
8b0e9cac
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# Matúš Kukan <matus.kukan@gmail.com>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_CppunitTest_CppunitTest,xmlsecurity_qa_certext))
$(eval
$(call
gb_CppunitTest_set_include,xmlsecurity_qa_certext,\
$$(INCLUDE)
\
-I$(realpath
$(SRCDIR)/xmlsecurity/inc/pch)
\
))
$(eval
$(call
gb_CppunitTest_add_api,xmlsecurity_qa_certext,\
offapi
\
udkapi
\
))
$(eval
$(call
gb_CppunitTest_add_linked_libs,xmlsecurity_qa_certext,\
cppu
\
neon
\
sal
\
svl
\
test
\
tl
\
$(gb_STDLIBS)
\
))
$(eval
$(call
gb_CppunitTest_add_exception_objects,xmlsecurity_qa_certext,\
xmlsecurity/qa/certext/SanCertExt
\
))
# vim: set noet sw=4 ts=4:
xmlsecurity/Library_xmlsecurity.mk
0 → 100644
Dosyayı görüntüle @
8b0e9cac
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# Matúš Kukan <matus.kukan@gmail.com>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_Library_Library,xmlsecurity))
$(eval
$(call
gb_Library_add_precompiled_header,xmlsecurity,$(SRCDIR)/xmlsecurity/inc/pch/precompiled_xmlsecurity))
$(eval
$(call
gb_Library_set_componentfile,xmlsecurity,xmlsecurity/util/xmlsecurity))
$(eval
$(call
gb_Library_set_include,xmlsecurity,\
$$(INCLUDE)
\
-I$(realpath
$(SRCDIR)/xmlsecurity/inc)
\
-I$(realpath
$(SRCDIR)/xmlsecurity/inc/pch)
\
))
$(eval
$(call
gb_Library_add_api,xmlsecurity,\
udkapi
\
offapi
\
))
$(eval
$(call
gb_Library_add_linked_libs,xmlsecurity,\
comphelper
\
cppu
\
cppuhelper
\
sal
\
svl
\
svt
\
svxcore
\
tl
\
ucbhelper
\
utl
\
vcl
\
xo
\
$(gb_STDLIBS)
\
))
$(eval
$(call
gb_Library_add_exception_objects,xmlsecurity,\
xmlsecurity/source/component/certificatecontainer
\
xmlsecurity/source/component/documentdigitalsignatures
\
xmlsecurity/source/component/registerservices
\
xmlsecurity/source/dialogs/certificatechooser
\
xmlsecurity/source/dialogs/certificateviewer
\
xmlsecurity/source/dialogs/digitalsignaturesdialog
\
xmlsecurity/source/dialogs/macrosecurity
\
xmlsecurity/source/dialogs/resourcemanager
\
xmlsecurity/source/helper/documentsignaturehelper
\
xmlsecurity/source/helper/xmlsignaturehelper2
\
xmlsecurity/source/helper/xmlsignaturehelper
\
xmlsecurity/source/helper/xsecctl
\
xmlsecurity/source/helper/xsecparser
\
xmlsecurity/source/helper/xsecsign
\
xmlsecurity/source/helper/xsecverify
\
))
# vim: set noet sw=4 ts=4:
xmlsecurity/Library_xsec_fw.mk
0 → 100644
Dosyayı görüntüle @
8b0e9cac
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# Matúš Kukan <matus.kukan@gmail.com>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_Library_Library,xsec_fw))
$(eval
$(call
gb_Library_add_precompiled_header,xsec_fw,$(SRCDIR)/xmlsecurity/inc/pch/precompiled_xmlsecurity))
$(eval
$(call
gb_Library_set_componentfile,xsec_fw,xmlsecurity/util/xsec_fw))
$(eval
$(call
gb_Library_set_include,xsec_fw,\
$$(INCLUDE)
\
-I$(realpath
$(SRCDIR)/xmlsecurity/inc)
\
-I$(realpath
$(SRCDIR)/xmlsecurity/inc/pch)
\
))
$(eval
$(call
gb_Library_add_api,xsec_fw,\
udkapi
\
offapi
\
))
$(eval
$(call
gb_Library_add_linked_libs,xsec_fw,\
cppu
\
cppuhelper
\
sal
\
$(gb_STDLIBS)
\
))
$(eval
$(call
gb_Library_add_exception_objects,xsec_fw,\
xmlsecurity/source/framework/buffernode
\
xmlsecurity/source/framework/decryptorimpl
\
xmlsecurity/source/framework/elementcollector
\
xmlsecurity/source/framework/elementmark
\
xmlsecurity/source/framework/encryptionengine
\
xmlsecurity/source/framework/encryptorimpl
\
xmlsecurity/source/framework/saxeventkeeperimpl
\
xmlsecurity/source/framework/securityengine
\
xmlsecurity/source/framework/signaturecreatorimpl
\
xmlsecurity/source/framework/signatureengine
\
xmlsecurity/source/framework/signatureverifierimpl
\
xmlsecurity/source/framework/xmlencryptiontemplateimpl
\
xmlsecurity/source/framework/xmlsignaturetemplateimpl
\
xmlsecurity/source/framework/xsec_framework
\
))
# vim: set noet sw=4 ts=4:
xmlsecurity/Library_xsec_xmlsec.mk
0 → 100644
Dosyayı görüntüle @
8b0e9cac
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# Matúš Kukan <matus.kukan@gmail.com>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_Library_Library,xsec_xmlsec))
$(eval
$(call
gb_Library_add_precompiled_header,xsec_xmlsec,$(SRCDIR)/xmlsecurity/inc/pch/precompiled_xmlsecurity))
ifeq
($(OS),WNT)
$(eval
$(call
gb_Library_set_componentfile,xsec_xmlsec,xmlsecurity/util/xsec_xmlsec.windows))
else
$(eval
$(call
gb_Library_set_componentfile,xsec_xmlsec,xmlsecurity/util/xsec_xmlsec))
endif
$(eval
$(call
gb_Library_set_include,xsec_xmlsec,\
$$(INCLUDE)
\
-I$(realpath
$(SRCDIR)/xmlsecurity/inc)
\
-I$(realpath
$(SRCDIR)/xmlsecurity/inc/pch)
\
-I$(realpath
$(SRCDIR)/xmlsecurity/source/xmlsec)
\
))
$(eval
$(call
gb_Library_add_api,xsec_xmlsec,\
udkapi
\
offapi
\
))
$(eval
$(call
gb_Library_add_defs,xsec_xmlsec,\
-DXMLSEC_NO_XSLT
\
))
$(eval
$(call
gb_Library_add_linked_static_libs,xsec_xmlsec,\
xmlsec1
\
))
$(eval
$(call
gb_Library_add_linked_libs,xsec_xmlsec,\
comphelper
\
cppu
\
cppuhelper
\
sal
\
svl
\
tl
\
xo
\
$(gb_STDLIBS)
\
))
$(eval
$(call
gb_Library_use_externals,xsec_xmlsec,\
libxml2
\
))
$(eval
$(call
gb_Library_add_exception_objects,xsec_xmlsec,\
xmlsecurity/source/xmlsec/biginteger
\
xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl
\
xmlsecurity/source/xmlsec/certvalidity
\
xmlsecurity/source/xmlsec/diagnose
\
xmlsecurity/source/xmlsec/errorcallback
\
xmlsecurity/source/xmlsec/saxhelper
\
xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl
\
xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl
\
xmlsecurity/source/xmlsec/xmlstreamio
\
xmlsecurity/source/xmlsec/xsec_xmlsec
\
xmlsecurity/source/xmlsec/nss/ciphercontext
\
xmlsecurity/source/xmlsec/nss/digestcontext
\
xmlsecurity/source/xmlsec/nss/nssinitializer
\
xmlsecurity/source/xmlsec/nss/xsec_nss
\
))
ifeq
($(GUI),WNT)
$(eval
$(call
gb_Library_add_defs,xsec_xmlsec,\
-DXMLSEC_CRYPTO_MSCRYPTO
\
))
$(eval
$(call
gb_Library_add_linked_static_libs,xsec_xmlsec,\
xmlsec1-mscrypto
\
))
$(eval
$(call
gb_Library_add_linked_libs,xsec_xmlsec,\
crypt
\
advapi32
\
))
$(eval
$(call
gb_Library_add_exception_objects,xsec_xmlsec,\
xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl
\
xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl
\
xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl
\
xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl
\
xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl
\
xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl
\
xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl
\
xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt
\
))
else
$(eval
$(call
gb_Library_add_defs,xsec_xmlsec,\
-DXMLSEC_CRYPTO_NSS
\
))
$(eval
$(call
gb_Library_add_linked_static_libs,xsec_xmlsec,\
xmlsec1-nss
\
))
$(eval
$(call
gb_Library_add_linked_libs,xsec_xmlsec,\
plc4
\
))
$(eval
$(call
gb_Library_add_exception_objects,xsec_xmlsec,\
xmlsecurity/source/xmlsec/nss/sanextension_nssimpl
\
xmlsecurity/source/xmlsec/nss/secerror
\
xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl
\
xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl
\
xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl
\
xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl
\
xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl
\
xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl
\
))
endif
# ifeq ($(GUI),WNT)
ifeq
($(SYSTEM_MOZILLA),YES)
$(eval
$(call
gb_Library_set_include,xsec_xmlsec,\
$$(INCLUDE)
\
$(MOZ_NSPR_CFLAGS)
\
$(MOZ_NSS_CFLAGS)
\
))
$(eval
$(call
gb_Library_add_defs,xsec_xmlsec,\
-DSYSTEM_MOZILLA
\
))
$(eval
$(call
gb_Library_add_libs,xsec_xmlsec,\
$(NSPR_LIB)
\
$(NSS_LIB)
\
$(MOZ_NSS_LIBS)
\
))
else
$(eval
$(call
gb_Library_set_include,xsec_xmlsec,\
$$(INCLUDE)
\
-I$(realpath
$(OUTDIR)/inc/mozilla/nspr)
\
-I$(realpath
$(OUTDIR)/inc/mozilla/nss)
\
))
$(eval
$(call
gb_Library_add_linked_libs,xsec_xmlsec,\
nspr4
\
nss3
\
))
endif
# ifeq ($(SYSTEM_MOZILLA),YES)
ifeq
($(OS),SOLARIS)
$(eval
$(call
gb_Library_add_linked_libs,xsec_xmlsec,\
dl
\
))
endif
# vim: set noet sw=4 ts=4:
xmlsecurity/
qa/certext/makefile.mk
→
xmlsecurity/
Makefile
Dosyayı görüntüle @
8b0e9cac
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 201
0
Oracle and/or its affiliates.
# Copyright 2000, 201
1
Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
...
...
@@ -23,49 +24,16 @@
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#***********************************************************************/
.IF
"$(OOO_SUBSEQUENT_TESTS)"
==
""
nothing .PHONY
:
.ELSE
PRJ
=
../..
PRJNAME
=
xmlsecurity
TARGET
=
qa_certext
ENABLE_EXCEPTIONS
=
TRUE
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
CFLAGSCXX
+=
$(CPPUNIT_CFLAGS)
SHL1IMPLIB
=
i
$(SHL1TARGET)
SHL1OBJS
=
$(SLOFILES)
SHL1RPATH
=
NONE
SHL1STDLIBS
=
$(CPPUNITLIB)
\
$(SALLIB)
\
$(NEON3RDLIB)
\
$(CPPULIB)
\
$(XMLOFFLIB)
\
$(CPPUHELPERLIB)
\
$(SVLLIB)
\
$(TOOLSLIB)
\
$(COMPHELPERLIB)
\
$(TESTLIB)
SHL1TARGET
=
qa_CertExt
SHL1VERSIONMAP
=
$(PRJ)
/qa/certext/export.map
DEF1NAME
=
$(SHL1TARGET)
SLOFILES
=
$(SLO)
/SanCertExt.obj
.INCLUDE
:
target.mk
.INCLUDE
:
installationtest.mk
#*************************************************************************
ALLTAR
:
cpptest
ifeq
($(strip
$(SOLARENV)),)
$(error
No
environment
set!)
endif
cpptest
:
$(SHL1TARGETN)
gb_PARTIALBUILD
:=
T
GBUILDDIR
:=
$(SOLARENV)
/gbuild
include
$(GBUILDDIR)/gbuild.mk
CPPTEST_LIBRARY
=
$(SHL1TARGETN
)
$(eval
$(call
gb_Module_make_global_targets,$(shell
ls
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/Module*.mk))
)
.END
\ No newline at end of file
# vim: set noet sw=4 ts=4:
xmlsecurity/Module_xmlsecurity.mk
0 → 100644
Dosyayı görüntüle @
8b0e9cac
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# Matúš Kukan <matus.kukan@gmail.com>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_Module_Module,xmlsecurity))
ifeq
($(WITH_MOZILLA),YES)
$(eval
$(call
gb_Module_add_targets,xmlsecurity,\
Library_xmlsecurity
\
Library_xsec_fw
\
))
ifeq
($(or
$(ENABLE_NSS_MODULE),$(SYSTEM_MOZILLA)),YES)
$(eval
$(call
gb_Module_add_targets,xmlsecurity,\
Library_xsec_xmlsec
\
))
endif
# failing
#$(eval $(call gb_Module_add_check_targets,xmlsecurity,\
CppunitTest_qa_certext
\
))
endif
# ifeq ($(WITH_MOZILLA),YES)
# vim: set noet sw=4 ts=4:
xmlsecurity/prj/build.lst
Dosyayı görüntüle @
8b0e9cac
xs xmlsecurity : TRANSLATIONS:translations xmloff unotools offapi unoil svx MOZ:moz LIBXMLSEC:libxmlsec NSS:nss LIBXSLT:libxslt NEON:neon NULL
xs xmlsecurity usr1 - all xs_mkout NULL
xs xmlsecurity\inc nmake - all xs_inc NULL
xs xmlsecurity\source\framework nmake - all xs_fw xs_inc NULL
xs xmlsecurity\source\xmlsec\nss nmake - all xs_nss xs_inc NULL
xs xmlsecurity\source\xmlsec\mscrypt nmake - all xs_mscrypt xs_inc NULL
xs xmlsecurity\source\xmlsec nmake - all xs_xmlsec xs_nss xs_mscrypt xs_inc NULL
xs xmlsecurity\source\helper nmake - all xs_helper xs_inc NULL
xs xmlsecurity\source\dialogs nmake - all xs_dialogs xs_inc NULL
xs xmlsecurity\source\component nmake - all xs_component xs_inc NULL
xs xmlsecurity\util nmake - all xs_util xs_fw xs_xmlsec xs_nss xs_mscrypt xs_helper xs_dialogs xs_component NULL
xs xmlsecurity\qa\certext nmake - all xs_certext xs_util NULL
xs xmlsecurity\prj nmake - all xs_prj NULL
xmlsecurity/prj/d.lst
Dosyayı görüntüle @
8b0e9cac
mkdir: %COMMON_DEST%\bin\hid
..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin\hid\*.hid
..\%__SRC%\bin\xsec_fw.dll %_DEST%\bin\xsec_fw.dll
..\%__SRC%\bin\xsec_xmlsec.dll %_DEST%\bin\xsec_xmlsec.dll
..\%__SRC%\bin\xmlsecurity.dll %_DEST%\bin\xmlsecurity.dll
..\%__SRC%\lib\libxsec_fw.so %_DEST%\lib\libxsec_fw.so
..\%__SRC%\lib\libxsec_xmlsec.so %_DEST%\lib\libxsec_xmlsec.so
..\%__SRC%\lib\libxmlsecurity.so %_DEST%\lib\libxmlsecurity.so
..\%__SRC%\lib\*.dylib %_DEST%\lib\*
..\%__SRC%\bin\xmlsec*.res %_DEST%\bin\xmlsec*.res
..\%__SRC%\misc\xmlsecurity.component %_DEST%\xml\xmlsecurity.component
..\%__SRC%\misc\xsec_fw.component %_DEST%\xml\xsec_fw.component
..\%__SRC%\misc\xsec_xmlsec.component %_DEST%\xml\xsec_xmlsec.component
xmlsecurity/
qa/certext/export.map
→
xmlsecurity/
prj/makefile.mk
Dosyayı görüntüle @
8b0e9cac
...
...
@@ -25,10 +25,16 @@
#
#*************************************************************************
UDK_3_0_0 {
global:
cppunitTestPlugIn;
PRJ
=
..
TARGET
=
prj
local:
*;
};
.INCLUDE
:
settings.mk
.IF
"$(VERBOSE)"
!=
""
VERBOSEFLAG
:=
.ELSE
VERBOSEFLAG
:=
-s
.ENDIF
all
:
cd
$(PRJ)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
-j
$(MAXPROCESS)
$(gb_MAKETARGET)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
deliverlog
xmlsecurity/qa/certext/SanCertExt.cxx
Dosyayı görüntüle @
8b0e9cac
...
...
@@ -41,10 +41,7 @@
#include "com/sun/star/uno/Reference.hxx"
#include "cppuhelper/bootstrap.hxx"
#include "cppunit/TestAssert.h"
#include "cppunit/TestFixture.h"
#include "cppunit/extensions/HelperMacros.h"
#include "cppunit/plugin/TestPlugIn.h"
#include <sal/cppunit.h>
#include "sal/types.h"
#include "comphelper/sequence.hxx"
#include <rtl/ustring.hxx>
...
...
xmlsecurity/util/exports_xsmscrypt.dxp
deleted
100644 → 0
Dosyayı görüntüle @
10c0e027
component_getFactory
xmlsecurity/util/exports_xsnss.dxp
deleted
100644 → 0
Dosyayı görüntüle @
10c0e027
component_getFactory
xmlsecurity/util/xsec_fw.dxp
deleted
100644 → 0
Dosyayı görüntüle @
10c0e027
component_getFactory
xmlsecurity/util/xsecctl.flt
deleted
100644 → 0
Dosyayı görüntüle @
10c0e027
_CT?
??_5
??_7
??_8
??_9
??_C
??_E
??_F
??_G
??_H
??_I
__CT
_CTA
sXML_
lcl
_Impl
WEP
LIBMAIN
LibMain
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment