javaextensions/bluetooth/bluetoothcommons/build/build.xml
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     1 <!--
       
     2 * Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 *
       
     4 * Licensed under the Apache License, Version 2.0 (the "License");
       
     5 * you may not use this file except in compliance with the License.
       
     6 * You may obtain a copy of the License at
       
     7 *
       
     8 *  http://www.apache.org/licenses/LICENSE-2.0
       
     9 *
       
    10 * Unless required by applicable law or agreed to in writing, software
       
    11 * distributed under the License is distributed on an "AS IS" BASIS,
       
    12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
    13 * See the License for the specific language governing permissions and
       
    14 * limitations under the License. 
       
    15 -->
       
    16 <project name="javabluetoothcommons" default="deploy" basedir=".">
       
    17     <description>
       
    18         Builds Bluetooth Commons
       
    19     </description>
       
    20 
       
    21   <import file="../../../../build/utilities.xml"/>
       
    22 
       
    23   <!-- Needed by the utilities.xml. See the description form the utilities.xml
       
    24        file -->
       
    25 
       
    26   <property name="javah.classnames" 
       
    27             value="com.nokia.mj.impl.bluetooth.BTPlatformControl,
       
    28             com.nokia.mj.impl.bluetooth.BluetoothStackConsts"/>
       
    29 
       
    30   <target name="create.internal.api.jar">
       
    31       <omj.internal.apis includes="
       
    32             com/nokia/mj/impl/bluetooth/BTPlatformControl.class,
       
    33             com/nokia/mj/impl/bluetooth/BluetoothStackConsts.class"/>
       
    34   </target>
       
    35 
       
    36   <property name="java.src.paths"
       
    37             value="../bluetoothplatformcontrol/javasrc;../javasrc"/>
       
    38 
       
    39   
       
    40   <target name="init.component.properties">
       
    41       <condition property="java.src.paths"
       
    42                value="../javasrc:../javasrc.s60"
       
    43                else="../javasrc:../javasrc.linux">
       
    44           <isset property="target.s60" />
       
    45       </condition>
       
    46   </target> 
       
    47 
       
    48 </project>