mobile/android/confvars.sh

branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
equal deleted inserted replaced
-1:000000000000 0:944a84bf4c53
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5 MOZ_APP_BASENAME=Fennec
6 MOZ_APP_VENDOR=Mozilla
7
8 MOZ_APP_VERSION=31.2.0esr
9 MOZ_APP_UA_NAME=Firefox
10
11 MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
12 MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official
13 # MOZ_APP_DISPLAYNAME is set by branding/configure.sh
14
15 MOZ_SAFE_BROWSING=1
16
17 MOZ_DISABLE_CRYPTOLEGACY=1
18
19 # Enable getUserMedia
20 MOZ_MEDIA_NAVIGATOR=1
21
22 # Enable NFC permission
23 MOZ_ANDROID_BEAM=1
24
25 if test "$LIBXUL_SDK"; then
26 MOZ_XULRUNNER=1
27 else
28 MOZ_XULRUNNER=
29 fi
30
31 MOZ_CAPTURE=1
32 MOZ_RAW=1
33 MOZ_PLACES=
34 MOZ_SOCIAL=
35 MOZ_ANDROID_HISTORY=1
36 MOZ_DISABLE_EXPORT_JS=1
37
38 # Needed for building our components as part of libxul
39 MOZ_APP_COMPONENT_INCLUDE=nsBrowserComponents.h
40
41 # use custom widget for html:select
42 MOZ_USE_NATIVE_POPUP_WINDOWS=1
43
44 MOZ_APP_ID={aa3c5121-dab2-40e2-81ca-7ea25febc110}
45
46 MOZ_ANDROID_OMTC=1
47 MOZ_EXTENSION_MANAGER=1
48 MOZ_APP_STATIC_INI=1
49
50 # Enable on-demand decompression
51 MOZ_ENABLE_SZIP=1
52
53 MOZ_FOLD_LIBS=1
54
55 # Enable navigator.mozPay
56 MOZ_PAY=1
57
58 # Enable UI for healthreporter
59 MOZ_SERVICES_HEALTHREPORT=1
60
61 # Enable FirefoxAccounts
62 MOZ_SERVICES_FXACCOUNTS=1
63
64 # Wifi-AP/cell tower data reporting is enabled on non-release builds.
65 if test ! "$RELEASE_BUILD"; then
66 MOZ_DATA_REPORTING=1
67 fi
68
69 # Enable the production cert for verifying signed packaged apps.
70 MOZ_B2G_CERTDATA=1
71
72 # Enable the "synthetic APKs" implementation of Open Web Apps.
73 MOZ_ANDROID_SYNTHAPKS=1

mercurial