javaextensions/subsystem.mk
branchRCL_3
changeset 19 04becd199f91
child 25 9ac0a0a7da70
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/javaextensions/subsystem.mk	Tue Apr 27 16:30:29 2010 +0300
@@ -0,0 +1,53 @@
+#
+# 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_MIDPRMS_DB
+    SUBSYSTEMS += midprms_db
+else
+    COMPONENTS += midprms/build
+endif
+
+include ${JAVA_SRC_ROOT}/build/Makefile.subsystem