sfx2: Combine metadata graph lookup and filtering
[LibreOffice.git] / configmgr / CppunitTest_configmgr_unit.mk
blob0e227edba37ce298f83c0f45b8ac3fb0b293d499
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
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/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,configmgr_unit))
14 $(eval $(call gb_CppunitTest_add_exception_objects,configmgr_unit, \
15 configmgr/qa/unit/test \
18 $(eval $(call gb_CppunitTest_set_componentfile,configmgr_unit,configmgr/source/configmgr))
20 $(eval $(call gb_CppunitTest_use_library_objects,configmgr_unit,configmgr))
22 $(eval $(call gb_CppunitTest_use_sdk_api,configmgr_unit,))
24 $(eval $(call gb_CppunitTest_use_custom_headers,configmgr_unit,\
25 officecfg/registry \
28 $(eval $(call gb_CppunitTest_use_libraries,configmgr_unit, \
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 salhelper \
34 test \
35 unotest \
36 xmlreader \
37 i18nlangtag \
40 $(eval $(call gb_CppunitTest_use_ure,configmgr_unit))
42 $(eval $(call gb_CppunitTest_use_configuration,configmgr_unit))
44 $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\
45 i18npool/util/i18npool \
46 i18npool/source/search/i18nsearch \
47 sax/source/expatwrap/expwrap \
48 ucb/source/core/ucb1 \
49 ucb/source/ucp/file/ucpfile1 \
50 unoxml/source/service/unoxml \
53 $(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\
54 boost_headers \
55 dconf \
56 icu_headers \