javatools/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 # Common
       
    20 COMPONENTS = \
       
    21 	tckrunner/starter/build \
       
    22 	tckrunner/runner/build
       
    23 
       
    24 # Platform specific
       
    25 ifeq ($(BUILDENV),symbian)
       
    26 
       
    27 COMPONENTS += \
       
    28 	javasecuritycustomization/build
       
    29 
       
    30 ifdef RD_JAVA_S60_RELEASE_5_0_IAD
       
    31 
       
    32 COMPONENTS += \
       
    33 	javacleaner/build \
       
    34 	javaappconverter/build \
       
    35 	javaapppreconverter/build \
       
    36 	javaappbackconverter/build \
       
    37 	javaupdater/build \
       
    38 	javapostupdater/build \
       
    39 	certificatesconfigurator/build \
       
    40 	usersettingsconfigurator/build \
       
    41 	javarestoreconverter/build 
       
    42 
       
    43 endif
       
    44 
       
    45 NONQTSUBSYSTEMS += \
       
    46 	javacaptain_app/build \
       
    47 	testcerts
       
    48 
       
    49 endif
       
    50 
       
    51 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem
       
    52 
       
    53