diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
commit | 267c6f2ac71f92999e969232431ba04678e7437e (patch) | |
tree | 358c9467650e1d0a1d7227a21dac2e3d08b622b2 /vcl/commonfuzzer.mk | |
parent | Initial commit. (diff) | |
download | libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.tar.xz libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.zip |
Adding upstream version 4:24.2.0.upstream/4%24.2.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vcl/commonfuzzer.mk')
-rw-r--r-- | vcl/commonfuzzer.mk | 192 |
1 files changed, 192 insertions, 0 deletions
diff --git a/vcl/commonfuzzer.mk b/vcl/commonfuzzer.mk new file mode 100644 index 0000000000..ef3e1d7541 --- /dev/null +++ b/vcl/commonfuzzer.mk @@ -0,0 +1,192 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +fuzzer_externals = \ + boost_headers \ + orcus \ + orcus-parser \ + boost_locale \ + boost_filesystem \ + boost_system \ + boost_iostreams \ + curl \ + dtoa \ + harfbuzz \ + graphite \ + cairo \ + fontconfig \ + freetype \ + gpgmepp \ + icui18n \ + icuuc \ + icudata \ + lcms2 \ + librdf \ + libexttextcat \ + liblangtag \ + libxslt \ + libxml2 \ + libjpeg \ + libpng \ + libtiff \ + libwebp \ + openssl \ + expat \ + mythes \ + hyphen \ + hunspell \ + zlib \ + zxcvbn-c \ + +fuzzer_statics = \ + findsofficepath \ + ulingu \ + +fuzzer_core_libraries = \ + avmedia \ + basegfx \ + $(call gb_Helper_optional,SCRIPTING, \ + basctl \ + basprov \ + ) \ + bib \ + canvastools \ + configmgr \ + cppcanvas \ + ctl \ + dba \ + dbase \ + dbtools \ + deployment \ + deploymentmisc \ + docmodel \ + drawinglayer \ + drawinglayercore \ + editeng \ + emfio \ + file \ + filterconfig \ + fsstorage \ + fwk \ + i18npool \ + i18nutil \ + io \ + lng \ + localebe1 \ + msfilter \ + package2 \ + sax \ + sb \ + sdbc2 \ + $(call gb_Helper_optional,SCRIPTING, \ + scriptframe) \ + spell \ + sfx \ + sofficeapp \ + sot \ + svl \ + svt \ + svx \ + svxcore \ + emboleobj \ + svgfilter \ + svgio \ + animcore \ + tk \ + tl \ + ucb1 \ + ucbhelper \ + ucpexpand1 \ + ucpfile1 \ + ucppkg1 \ + unoxml \ + utl \ + uui \ + vcl \ + xmlscript \ + xo \ + xstor \ + cui \ + chartcontroller \ + chartcore \ + sm \ + oox \ + proxyfac \ + reflection \ + odfflatxml \ + invocadapt \ + bootstrap \ + introspection \ + stocservices \ + lnth \ + hyphen \ + i18nsearch \ + embobj \ + evtatt \ + unordf \ + ucphier1 \ + ucptdoc1 \ + srtrs1 \ + storagefd \ + mtfrenderer \ + canvasfactory \ + vclcanvas \ + xof \ + xmlfa \ + xmlfd \ + cppu \ + cppuhelper \ + comphelper \ + i18nlangtag \ + xmlreader \ + unoidl \ + reg \ + store \ + gcc3_uno \ + salhelper \ + sal \ + index_data \ + localedata_en \ + localedata_others \ + +fuzzer_calc_libraries = \ + analysis \ + date \ + pricing \ + scfilt \ + scd \ + $(call gb_Helper_optional,SCRIPTING, \ + vbaevents \ + vbahelper \ + vbaobj \ + ) \ + sc \ + for \ + forui \ + guesslang \ + +fuzzer_writer_libraries = \ + msword \ + sw \ + swd \ + writerfilter \ + wpftwriter \ + textfd \ + guesslang \ + +fuzzer_draw_libraries = \ + sd \ + sdd \ + icg \ + guesslang \ + +fuzzer_math_libraries = \ + sm \ + guesslang \ |