diff options
Diffstat (limited to 'vcl/commonfuzzer.mk')
-rw-r--r-- | vcl/commonfuzzer.mk | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/vcl/commonfuzzer.mk b/vcl/commonfuzzer.mk new file mode 100644 index 000000000..59ec0ff8a --- /dev/null +++ b/vcl/commonfuzzer.mk @@ -0,0 +1,172 @@ +# -*- 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 \ + openssl \ + expat \ + mythes \ + hyphen \ + hunspell \ + zlib \ + +fuzzer_core_libraries = \ + basctl \ + avmedia \ + basegfx \ + bib \ + canvastools \ + configmgr \ + cppcanvas \ + ctl \ + dba \ + dbtools \ + deployment \ + deploymentmisc \ + drawinglayer \ + editeng \ + emfio \ + filterconfig \ + fsstorage \ + fwe \ + fwi \ + fwk \ + i18npool \ + i18nutil \ + lng \ + localebe1 \ + mcnttype \ + msfilter \ + package2 \ + sax \ + sb \ + spell \ + sfx \ + sofficeapp \ + sot \ + svl \ + svt \ + svx \ + svxcore \ + emboleobj \ + svgfilter \ + svgio \ + animcore \ + tk \ + tl \ + ucb1 \ + ucbhelper \ + ucpexpand1 \ + ucpfile1 \ + unoxml \ + utl \ + uui \ + vcl \ + xmlscript \ + xo \ + xstor \ + cui \ + chartcontroller \ + chartcore \ + sm \ + gie \ + 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 \ + expwrap \ + gcc3_uno \ + salhelper \ + sal \ + +fuzzer_calc_libraries = \ + analysis \ + date \ + pricing \ + scfilt \ + scd \ + vbaevents \ + sc \ + for \ + forui \ + guesslang \ + +fuzzer_writer_libraries = \ + msword \ + sw \ + swd \ + writerfilter \ + wpftwriter \ + textfd \ + guesslang \ + +fuzzer_draw_libraries = \ + sdfilt \ + sd \ + sdd \ + icg \ + guesslang \ + +fuzzer_math_libraries = \ + sm \ + guesslang \ |