javaextensions/subsystem.mk
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:28:21 +0300
changeset 76 4ad59aaee882
parent 26 dc7c549001d5
child 78 71ad690e91f5
permissions -rw-r--r--
Revision: v2.2.13 Kit: 201037

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: 
#

include $(JAVA_SRC_ROOT)/build/Makefile.defs

COMPONENTS = \
	iapinfo/build \
	mobinfo/build \
	comm/build \
	globalindicators/build \
	webservices/build \
	satsa/build \
	location/build \
	sensor/build

ifeq ($(UI),AVKON)
# Broadcast stub is available for now only on AVKON environments (where also MMAPI exists)
COMPONENTS += \
	broadcast_stub/build
endif

SYMBIAN_ONLY = pim wma bluetooth satsa/build location/build sensor/build iapinfo/build mobinfo/build globalindicators/build comm/build broadcast_stub/build

LINUX_ONLY =


SUBSYSTEMS = \
    midppush \
    bluetooth \
    datagram \
    wma \
    pim

ifdef RD_JAVA_S60_RELEASE_9_2_ONWARDS
    COMPONENTS += centralrepository/build
endif

ifdef RD_JAVA_MIDPRMS_DB
    SUBSYSTEMS += midprms_db
else
    COMPONENTS += midprms/build
endif

# Declare that release preparation removes subdirectories not in build, except
# listed special cases
REMOVE_NOTBUILT_EXCLUDING = inc

include ${JAVA_SRC_ROOT}/build/Makefile.subsystem