NFC related tdf#85592: simplify SID_ATTR_CHAR_COLOR_BACKGROUND_EXT
[LibreOffice.git] / configmgr / CppunitTest_configmgr_unit.mk
blobfa0718dc2c0e97a7698653ed5b92050f816dfb2c
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 tl \
36 unotest \
37 xmlreader \
38 i18nlangtag \
41 $(eval $(call gb_CppunitTest_use_ure,configmgr_unit))
43 $(eval $(call gb_CppunitTest_use_configuration,configmgr_unit))
45 $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\
46 i18npool/util/i18npool \
47 i18npool/source/search/i18nsearch \
48 sax/source/expatwrap/expwrap \
49 ucb/source/core/ucb1 \
50 ucb/source/ucp/file/ucpfile1 \
51 unoxml/source/service/unoxml \
54 $(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\
55 boost_headers \
56 dconf \
57 icu_headers \