javauis/amms_qt/build/build.xml
branchRCL_3
changeset 18 9ac0a0a7da70
parent 17 0fd27995241b
child 19 71c436fe3ce0
--- a/javauis/amms_qt/build/build.xml	Tue May 11 16:07:20 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,63 +0,0 @@
-<!--
-#
-# 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>