javauis/amms_akn/build/build.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:23:59 +0300
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
permissions -rw-r--r--
Revision: v2.2.17 Kit: 201041

<!--
#
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: 
#
-->

<project name="javaamms" default="deploy" basedir=".">

  <import file="../../../build/utilities.xml"/>

  <!--property name="java.src.paths" value="../javasrc:../src_tuner/javasrc"/-->
  <property name="java.src.paths" value="../javasrc"/>

  <!-- Needed by the utilities.xml. See the description form the utilities.xml
       file -->

  <target name="compile">
    <omj.javac classpath="${compile.result.root}/javalegacyutils/classes/collection:${compile.result.root}/javamobilemedia/classes/first:${compile.result.root}/javautils/classes/first"/>
  </target>

  <!-- Needed by the utilities.xml. See the description form the utilities.xml
       file -->
  <property name="javah.classnames" 
            value="com.nokia.amms.control.audioeffect.EqualizerControl,
                   com.nokia.amms.control.audioeffect.ReverbControl,
                   com.nokia.amms.control.audioeffect.ReverbSourceControl,
                   com.nokia.amms.control.audio3d.CommitControl,
                   com.nokia.amms.control.audio3d.DistanceAttenuationControl,
                   com.nokia.amms.control.audio3d.DopplerControl,
                   com.nokia.amms.control.audio3d.LocationControl,
                   com.nokia.amms.control.audio3d.OrientationControl,
                   com.nokia.amms.control.EffectControl,
                   com.nokia.amms.control.PanControl,
                   com.nokia.amms.control.PriorityControl,
                   com.nokia.mid.impl.media.AudioOutputControl,
                   com.nokia.amms.control.VolumeControl,
                   com.nokia.amms.AMMSPlugin,
                   com.nokia.amms.ControlContainer,
                   com.nokia.amms.GlobalManagerImpl,
                   com.nokia.amms.ModuleBase"/>


  <target name="create.public.api.jar">
    <omj.public.apis includes="javax/microedition/amms/**/*.class"/>
    <omj.public.apis includes="com/nokia/mid/media/**/*.class"/>
  </target>

  <target name="system.properties">
    <properties>
        audio.samplerates=8000 16000
        audio3d.simultaneouslocations=4
        microedition.amms.version=1.1
        supports.mediacapabilities=music audio3d
    </properties>
  </target>
  
</project>