Skip to content

Commit

Permalink
Build ucbhelper.
Browse files Browse the repository at this point in the history
Change-Id: I33450f9b80cf3d570d9ce9fd7e1b967d2e494aac
  • Loading branch information
jpakkane committed Feb 14, 2020
1 parent b6994be commit 676e546
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Expand Up @@ -48,3 +48,4 @@ subdir('cppu')
subdir('xmlreader')
subdir('cppuhelper')
subdir('basegfx')
subdir('ucbhelper')
32 changes: 32 additions & 0 deletions ucbhelper/meson.build
@@ -0,0 +1,32 @@
ucbhelper_lib = shared_library('ucbhelper',
'source/client/activedatasink.cxx',
'source/client/activedatastreamer.cxx',
'source/client/commandenvironment.cxx',
'source/client/content.cxx',
'source/client/interceptedinteraction.cxx',
'source/client/proxydecider.cxx',
'source/provider/authenticationfallback.cxx',
'source/provider/cancelcommandexecution.cxx',
'source/provider/contenthelper.cxx',
'source/provider/contentidentifier.cxx',
'source/provider/contentinfo.cxx',
'source/provider/fd_inputstream.cxx',
'source/provider/getcomponentcontext.cxx',
'source/provider/interactionrequest.cxx',
'source/provider/propertyvalueset.cxx',
'source/provider/providerhelper.cxx',
'source/provider/registerucb.cxx',
'source/provider/resultset.cxx',
'source/provider/resultsethelper.cxx',
'source/provider/resultsetmetadata.cxx',
'source/provider/simpleauthenticationrequest.cxx',
'source/provider/simplecertificatevalidationrequest.cxx',
'source/provider/simpleinteractionrequest.cxx',
'source/provider/simpleioerrorrequest.cxx',
'source/provider/simplenameclashresolverequest.cxx',
udk_fake_h, off_fake_h,
cpp_args: ['-DUCBHELPER_DLLIMPLEMENTATION',
'-DLIBO_INTERNAL_ONLY' ],
include_directories: [main_inc, udkh_inc, offapi_inc],
link_with: [cppuhelper_lib, cppu_lib, salhelper_lib, sal_lib]
)

0 comments on commit 676e546

Please sign in to comment.