mobile/android/confvars.sh

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/confvars.sh	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,73 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +MOZ_APP_BASENAME=Fennec
     1.9 +MOZ_APP_VENDOR=Mozilla
    1.10 +
    1.11 +MOZ_APP_VERSION=31.2.0esr
    1.12 +MOZ_APP_UA_NAME=Firefox
    1.13 +
    1.14 +MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
    1.15 +MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official
    1.16 +# MOZ_APP_DISPLAYNAME is set by branding/configure.sh
    1.17 +
    1.18 +MOZ_SAFE_BROWSING=1
    1.19 +
    1.20 +MOZ_DISABLE_CRYPTOLEGACY=1
    1.21 +
    1.22 +# Enable getUserMedia
    1.23 +MOZ_MEDIA_NAVIGATOR=1
    1.24 +
    1.25 +# Enable NFC permission
    1.26 +MOZ_ANDROID_BEAM=1
    1.27 +
    1.28 +if test "$LIBXUL_SDK"; then
    1.29 +MOZ_XULRUNNER=1
    1.30 +else
    1.31 +MOZ_XULRUNNER=
    1.32 +fi
    1.33 +
    1.34 +MOZ_CAPTURE=1
    1.35 +MOZ_RAW=1
    1.36 +MOZ_PLACES=
    1.37 +MOZ_SOCIAL=
    1.38 +MOZ_ANDROID_HISTORY=1
    1.39 +MOZ_DISABLE_EXPORT_JS=1
    1.40 +
    1.41 +# Needed for building our components as part of libxul
    1.42 +MOZ_APP_COMPONENT_INCLUDE=nsBrowserComponents.h
    1.43 +
    1.44 +# use custom widget for html:select
    1.45 +MOZ_USE_NATIVE_POPUP_WINDOWS=1
    1.46 +
    1.47 +MOZ_APP_ID={aa3c5121-dab2-40e2-81ca-7ea25febc110}
    1.48 +
    1.49 +MOZ_ANDROID_OMTC=1
    1.50 +MOZ_EXTENSION_MANAGER=1
    1.51 +MOZ_APP_STATIC_INI=1
    1.52 +
    1.53 +# Enable on-demand decompression
    1.54 +MOZ_ENABLE_SZIP=1
    1.55 +
    1.56 +MOZ_FOLD_LIBS=1
    1.57 +
    1.58 +# Enable navigator.mozPay
    1.59 +MOZ_PAY=1
    1.60 +
    1.61 +# Enable UI for healthreporter
    1.62 +MOZ_SERVICES_HEALTHREPORT=1
    1.63 +
    1.64 +# Enable FirefoxAccounts
    1.65 +MOZ_SERVICES_FXACCOUNTS=1
    1.66 +
    1.67 +# Wifi-AP/cell tower data reporting is enabled on non-release builds.
    1.68 +if test ! "$RELEASE_BUILD"; then
    1.69 +MOZ_DATA_REPORTING=1
    1.70 +fi
    1.71 +
    1.72 +# Enable the production cert for verifying signed packaged apps.
    1.73 +MOZ_B2G_CERTDATA=1
    1.74 +
    1.75 +# Enable the "synthetic APKs" implementation of Open Web Apps.
    1.76 +MOZ_ANDROID_SYNTHAPKS=1

mercurial