Simplify BSTR RAII
[LibreOffice.git] / testtools / Jar_testComponent.mk
blobc5d789d1cb7ef51bb7550fbcfd428e928929fcb7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Jar_Jar,testComponent))
12 $(eval $(call gb_Jar_use_jars,testComponent,\
13 libreoffice \
16 $(eval $(call gb_Jar_use_api,testComponent,\
17 udkapi \
20 $(eval $(call gb_Jar_use_customtargets,testComponent,\
21 testtools/bridgetest_javamaker \
24 $(eval $(call gb_Jar_set_packageroot,testComponent,com))
26 $(eval $(call gb_Jar_set_manifest,testComponent,$(SRCDIR)/testtools/com/sun/star/comp/bridge/manifest))
28 $(eval $(call gb_Jar_set_componentfile,testComponent,testtools/source/bridgetest/testComponent,NONE,uno_services))
30 $(eval $(call gb_Jar_add_packagedirs,testComponent,\
31 $(call gb_CustomTarget_get_workdir,testtools/bridgetest_javamaker)/test \
34 $(eval $(call gb_Jar_add_sourcefiles,testComponent,\
35 testtools/com/sun/star/comp/bridge/TestComponent \
36 testtools/com/sun/star/comp/bridge/CurrentContextChecker \
37 testtools/com/sun/star/comp/bridge/TestComponentMain \