mobile/android/confvars.sh

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     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/.
     5 MOZ_APP_BASENAME=Fennec
     6 MOZ_APP_VENDOR=Mozilla
     8 MOZ_APP_VERSION=31.2.0esr
     9 MOZ_APP_UA_NAME=Firefox
    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
    15 MOZ_SAFE_BROWSING=1
    17 MOZ_DISABLE_CRYPTOLEGACY=1
    19 # Enable getUserMedia
    20 MOZ_MEDIA_NAVIGATOR=1
    22 # Enable NFC permission
    23 MOZ_ANDROID_BEAM=1
    25 if test "$LIBXUL_SDK"; then
    26 MOZ_XULRUNNER=1
    27 else
    28 MOZ_XULRUNNER=
    29 fi
    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
    38 # Needed for building our components as part of libxul
    39 MOZ_APP_COMPONENT_INCLUDE=nsBrowserComponents.h
    41 # use custom widget for html:select
    42 MOZ_USE_NATIVE_POPUP_WINDOWS=1
    44 MOZ_APP_ID={aa3c5121-dab2-40e2-81ca-7ea25febc110}
    46 MOZ_ANDROID_OMTC=1
    47 MOZ_EXTENSION_MANAGER=1
    48 MOZ_APP_STATIC_INI=1
    50 # Enable on-demand decompression
    51 MOZ_ENABLE_SZIP=1
    53 MOZ_FOLD_LIBS=1
    55 # Enable navigator.mozPay
    56 MOZ_PAY=1
    58 # Enable UI for healthreporter
    59 MOZ_SERVICES_HEALTHREPORT=1
    61 # Enable FirefoxAccounts
    62 MOZ_SERVICES_FXACCOUNTS=1
    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
    69 # Enable the production cert for verifying signed packaged apps.
    70 MOZ_B2G_CERTDATA=1
    72 # Enable the "synthetic APKs" implementation of Open Web Apps.
    73 MOZ_ANDROID_SYNTHAPKS=1

mercurial