diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-07-19 16:13:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-07-19 16:23:58 +0100 |
commit | 45df9012d14450b71ea1619f2a627f7e43320fe1 (patch) | |
tree | 41aaa6d61a83b8c6712536cc71b7cc3e8efa1d26 /solenv | |
parent | fbf1e4a5d3b6f35b7d6510755ebf58c87f566da0 (diff) |
oss-fuzz: fix wmffuzzer
Change-Id: Idd6a03ed46161c6d35088401ae2816edc8a69f8b
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index b60ab093113b..4ca09fd2e1af 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -27,6 +27,7 @@ core_factory_list = [ ("libcomphelper.a", "comphelp_component_getFactory"), ("libconfigmgrlo.a", "configmgr_component_getFactory"), ("libdrawinglayerlo.a", "drawinglayer_component_getFactory"), + ("libemfiolo.a", "emfio_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"), @@ -288,7 +289,6 @@ calc_constructor_list = [ draw_factory_list = [ ("libsdlo.a", "sd_component_getFactory"), ("libsvgiolo.a", "svgio_component_getFactory"), - ("libemfiolo.a", "emfio_component_getFactory"), ("libsvgfilterlo.a", "svgfilter_component_getFactory"), ("libdeployment.a", "deployment_component_getFactory"), ("libemboleobj.a", "emboleobj_component_getFactory"), |