javauis/amms_qt/build/build.xml
changeset 23 98ccebc37403
child 26 dc7c549001d5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/javauis/amms_qt/build/build.xml	Fri May 14 15:47:24 2010 +0300
@@ -0,0 +1,63 @@
+<!--
+#
+# 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>
+</project>