1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_CppunitTest_CppunitTest
,oox_crypto
))
13 $(eval
$(call gb_CppunitTest_add_exception_objects
,oox_crypto
,\
14 oox
/qa
/unit
/CryptoTest \
17 $(eval
$(call gb_CppunitTest_use_sdk_api
,oox_crypto
))
20 $(eval
$(call gb_CppunitTest_externals
,oox_crypto
,\
26 $(eval
$(call gb_CppunitTest_use_externals
,oox_crypto
,\
33 $(eval
$(call gb_CppunitTest_use_libraries
,oox_crypto
,\
58 $(eval
$(call gb_CppunitTest_use_api
,oox_crypto
,\
63 $(eval
$(call gb_CppunitTest_use_ure
,oox_crypto
))
64 $(eval
$(call gb_CppunitTest_use_vcl
,oox_crypto
))
65 $(eval
$(call gb_CppunitTest_use_configuration
,oox_crypto
))
67 $(eval
$(call gb_CppunitTest_use_components
,oox_crypto
,\
68 comphelper
/util
/comphelp \
69 configmgr
/source
/configmgr \
70 filter/source
/config
/cache
/filterconfig1 \
71 filter/source
/storagefilterdetect
/storagefd \
72 i18npool
/util
/i18npool \
73 package
/source
/xstor
/xstor \
74 package
/util
/package2 \
77 svl
/source
/fsstor
/fsstorage \
79 ucb
/source
/core
/ucb1 \
80 ucb
/source
/ucp
/file
/ucpfile1 \
81 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
85 sax
/source
/expatwrap
/expwrap \
89 # vim: set noet sw=4 ts=4: