javauis/amms_akn/build/build.xml
branchRCL_3
changeset 66 2455ef1f5bbc
child 83 26b2b12093af
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/javauis/amms_akn/build/build.xml	Wed Sep 01 12:33:18 2010 +0100
@@ -0,0 +1,69 @@
+<!--
+#
+# 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"/>
+  </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>