diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 08:52:15 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 08:56:52 +0200 |
commit | d9cf110dae8030c93c4cc7909b30c779b523359f (patch) | |
tree | 6052278a786391544e2d51da43a496b6932b1828 /ucb/Library_ucpodma1.mk | |
parent | 54c08da6c7d9f8fc28ac6c5fd15fdfbe8b0cfc03 (diff) |
Bye bye ODMA
SUSE has no interest in it any longer, and I doubt anybody else has
either.
Diffstat (limited to 'ucb/Library_ucpodma1.mk')
-rw-r--r-- | ucb/Library_ucpodma1.mk | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/ucb/Library_ucpodma1.mk b/ucb/Library_ucpodma1.mk deleted file mode 100644 index 1c0f950e632a..000000000000 --- a/ucb/Library_ucpodma1.mk +++ /dev/null @@ -1,58 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Matúš Kukan <matus.kukan@gmail.com> (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_Library_Library,ucpodma1)) - -$(eval $(call gb_Library_set_componentfile,ucpodma1,ucb/source/ucp/odma/ucpodma1)) - -$(eval $(call gb_Library_use_sdk_api,ucpodma1)) - -$(eval $(call gb_Library_use_libraries,ucpodma1,\ - comphelper \ - cppu \ - cppuhelper \ - sal \ - salhelper \ - ucbhelper \ - $(gb_UWINAPI) \ -)) - -$(eval $(call gb_Library_use_static_libraries,ucpodma1,\ - odma_lib \ -)) - -$(eval $(call gb_Library_add_exception_objects,ucpodma1,\ - ucb/source/ucp/odma/odma_contentcaps \ - ucb/source/ucp/odma/odma_content \ - ucb/source/ucp/odma/odma_datasupplier \ - ucb/source/ucp/odma/odma_inputstream \ - ucb/source/ucp/odma/odma_provider \ - ucb/source/ucp/odma/odma_resultset \ - ucb/source/ucp/odma/odma_services \ -)) - -# vim: set noet sw=4 ts=4: |