javaextensions/subsystem.mk
changeset 78 71ad690e91f5
parent 67 63b81d807542
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    18 
    18 
    19 COMPONENTS = \
    19 COMPONENTS = \
    20 	iapinfo/build \
    20 	iapinfo/build \
    21 	mobinfo/build \
    21 	mobinfo/build \
    22 	comm/build \
    22 	comm/build \
    23 	globalindicators/build \
       
    24 	webservices/build \
       
    25 	satsa/build \
    23 	satsa/build \
    26 	location/build \
    24 	location/build \
    27 	sensor/build
    25 	sensor/build
       
    26 
       
    27 # Component webservices is needed only if the package hasn't been split
       
    28 ifndef RD_JAVA_PKG_SPLIT
       
    29    COMPONENTS += webservices/build
       
    30 endif        	
    28 
    31 
    29 ifeq ($(UI),AVKON)
    32 ifeq ($(UI),AVKON)
    30 # Broadcast stub is available for now only on AVKON environments (where also MMAPI exists)
    33 # Broadcast stub is available for now only on AVKON environments (where also MMAPI exists)
    31 COMPONENTS += \
    34 COMPONENTS += \
    32 	broadcast_stub/build
    35 	broadcast_stub/build
    33 endif
    36 endif
    34 
    37 
    35 SYMBIAN_ONLY = pim wma bluetooth satsa/build location/build sensor/build iapinfo/build mobinfo/build globalindicators/build comm/build broadcast_stub/build
    38 SYMBIAN_ONLY = pim wma bluetooth satsa/build location/build sensor/build iapinfo/build mobinfo/build comm/build broadcast_stub/build ccapi
    36 
    39 
    37 LINUX_ONLY =
    40 LINUX_ONLY =
    38 
    41 
       
    42 SKIP_IN_SF = ccapi
    39 
    43 
    40 SUBSYSTEMS = \
    44 SUBSYSTEMS = \
    41     midppush \
    45     midppush \
    42     bluetooth \
    46     bluetooth \
    43     datagram \
    47     datagram \
    52     SUBSYSTEMS += midprms_db
    56     SUBSYSTEMS += midprms_db
    53 else
    57 else
    54     COMPONENTS += midprms/build
    58     COMPONENTS += midprms/build
    55 endif
    59 endif
    56 
    60 
       
    61 # Include old globalindicator only TB 9.2 and older releases
       
    62 ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
       
    63     COMPONENTS += globalindicators/build
       
    64     SYMBIAN_ONLY += globalindicators/build
       
    65 endif
       
    66 
       
    67 # Include CCAPI JSR 257 and CCAPI extensions only on 9.2 java PS2
       
    68 ifdef RD_JAVA_S60_RELEASE_9_2
       
    69     SUBSYSTEMS += ccapi		                  
       
    70 endif
       
    71 
    57 # Declare that release preparation removes subdirectories not in build, except
    72 # Declare that release preparation removes subdirectories not in build, except
    58 # listed special cases
    73 # listed special cases
    59 REMOVE_NOTBUILT_EXCLUDING = inc
    74 REMOVE_NOTBUILT_EXCLUDING = inc
    60 
    75 
    61 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem
    76 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem