|
1 <!-- |
|
2 # |
|
3 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 # All rights reserved. |
|
5 # This component and the accompanying materials are made available |
|
6 # under the terms of "Eclipse Public License v1.0" |
|
7 # which accompanies this distribution, and is available |
|
8 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 # |
|
10 # Initial Contributors: |
|
11 # Nokia Corporation - initial contribution. |
|
12 # |
|
13 # Contributors: |
|
14 # |
|
15 # Description: |
|
16 # |
|
17 --> |
|
18 |
|
19 <project name="javamobinfo" default="deploy" basedir="."> |
|
20 <description> |
|
21 Builds Mobile Info Properties |
|
22 </description> |
|
23 |
|
24 <import file="../../../build/utilities.xml"/> |
|
25 |
|
26 <target name="init.component.properties"> |
|
27 <condition property="java.src.paths" |
|
28 value="../javasrc.s60"> |
|
29 <isset property="target.s60" /> |
|
30 </condition> |
|
31 </target> |
|
32 |
|
33 <target name="system.properties"> |
|
34 <properties> |
|
35 com.nokia.network.access=:mobinfo.MobileInfoProperties |
|
36 com.nokia.mid.batterylevel=:mobinfo.MobileInfoProperties |
|
37 com.nokia.mid.countrycode=:mobinfo.MobileInfoProperties |
|
38 com.nokia.mid.imsi=:mobinfo.MobileInfoProperties |
|
39 com.nokia.mid.imei=:mobinfo.MobileInfoProperties |
|
40 com.nokia.mid.networkavailability=:mobinfo.MobileInfoProperties |
|
41 com.nokia.mid.networkid=:mobinfo.MobileInfoProperties |
|
42 com.nokia.mid.networksignal=:mobinfo.MobileInfoProperties |
|
43 com.nokia.mid.settings.email-receive-protocol=:mobinfo.MobileInfoProperties |
|
44 com.nokia.mid.settings.email-send-protocol=:mobinfo.MobileInfoProperties |
|
45 com.nokia.mid.cellid=:mobinfo.MobileInfoProperties |
|
46 com.nokia.mid.msisdn=:mobinfo.MobileInfoProperties |
|
47 com.nokia.mid.dateformat=:mobinfo.MobileInfoProperties |
|
48 com.nokia.mid.timeformat=:mobinfo.MobileInfoProperties |
|
49 com.nokia.mid.networkstatus=:mobinfo.MobileInfoProperties |
|
50 </properties> |
|
51 </target> |
|
52 |
|
53 <property name="javah.classnames" |
|
54 value="com.nokia.mj.impl.properties.mobinfo.MobileInfoProperties"/> |
|
55 </project> |