javauis/amms_qt/build/build.xml
author William Roberts <williamr@symbian.org>
Wed, 30 Jun 2010 15:21:28 +0100
changeset 44 0105bdca6f9c
parent 26 dc7c549001d5
child 50 023eef975703
permissions -rw-r--r--
Apply Pasi Pentikainen change to properties.xml, to fix Bug 3029

<!--
#
# 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}/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="system.properties">
    <properties>
        audio.samplerates=8000 16000
        audio3d.simultaneouslocations=4
        microedition.amms.version=1.1
        supports.mediacapabilities=music audio3d
    </properties>
  </target>
  
  <target name="create.public.api.jar">
    <omj.public.apis includes="javax/microedition/amms/**/*.class"/>
    <omj.public.apis includes="com/nokia/mid/media/**/*.class"/>
  </target>
  
 
  
</project>