javamanager/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 
       
    20 SUBSYSTEMS = \
       
    21 	javacaptain \
       
    22 	javainstaller \
       
    23 	javaregistry \
       
    24 	javabackup
       
    25 
       
    26     
       
    27 COMPONENTS = \
       
    28     preinstaller/build \
       
    29     debugapi/build \
       
    30     javalauncher/build
       
    31 
       
    32     
       
    33 NONQTSUBSYSTEMS = \
       
    34 	javasidchecker/build \
       
    35 	javarecognizer/build \
       
    36     javaappschemeplugin/build
       
    37 
       
    38 SYMBIAN_ONLY = \
       
    39 	javaregistry \
       
    40 	javalauncher/build \
       
    41 	javabackup \
       
    42 	javasidchecker/build \
       
    43 	javarecognizer/build \
       
    44 	preinstaller/build \
       
    45     debugapi/build \
       
    46     javaappschemeplugin/build
       
    47 
       
    48 ifdef RD_JAVA_APPLICATION_SETTINGS_QT
       
    49 COMPONENTS += \
       
    50     javasettings/appsettingsview_qt/build
       
    51 SYMBIAN_ONLY += \
       
    52     javasettings/appsettingsview_qt/build
       
    53 else
       
    54 ifndef RD_JAVA_S60_RELEASE_5_0_IAD
       
    55 NONQTSUBSYSTEMS += \
       
    56 	javasettings/appmngrplugin/build
       
    57 SYMBIAN_ONLY += \
       
    58 	javasettings/appmngrplugin/build
       
    59 endif
       
    60 endif
       
    61 
       
    62 LINUX_ONLY = 
       
    63 
       
    64 javasidchecker/build : javaregistry
       
    65 
       
    66 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem