javaextensions/subsystem.mk
branchRCL_3
changeset 19 04becd199f91
child 25 9ac0a0a7da70
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16 
       
    17 include $(JAVA_SRC_ROOT)/build/Makefile.defs
       
    18 
       
    19 COMPONENTS = \
       
    20 	iapinfo/build \
       
    21 	mobinfo/build \
       
    22 	comm/build \
       
    23 	globalindicators/build \
       
    24 	webservices/build \
       
    25 	satsa/build \
       
    26 	location/build \
       
    27 	sensor/build
       
    28 
       
    29 ifeq ($(UI),AVKON)
       
    30 # Broadcast stub is available for now only on AVKON environments (where also MMAPI exists)
       
    31 COMPONENTS += \
       
    32 	broadcast_stub/build
       
    33 endif
       
    34 
       
    35 SYMBIAN_ONLY = pim wma bluetooth satsa/build location/build sensor/build iapinfo/build mobinfo/build globalindicators/build comm/build broadcast_stub/build
       
    36 
       
    37 LINUX_ONLY =
       
    38 
       
    39 
       
    40 SUBSYSTEMS = \
       
    41     midppush \
       
    42     bluetooth \
       
    43     datagram \
       
    44     wma \
       
    45     pim
       
    46 
       
    47 ifdef RD_JAVA_MIDPRMS_DB
       
    48     SUBSYSTEMS += midprms_db
       
    49 else
       
    50     COMPONENTS += midprms/build
       
    51 endif
       
    52 
       
    53 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem