michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: MOZ_APP_BASENAME=Fennec michael@0: MOZ_APP_VENDOR=Mozilla michael@0: michael@0: MOZ_APP_VERSION=31.2.0esr michael@0: MOZ_APP_UA_NAME=Firefox michael@0: michael@0: MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial michael@0: MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official michael@0: # MOZ_APP_DISPLAYNAME is set by branding/configure.sh michael@0: michael@0: MOZ_SAFE_BROWSING=1 michael@0: michael@0: MOZ_DISABLE_CRYPTOLEGACY=1 michael@0: michael@0: # Enable getUserMedia michael@0: MOZ_MEDIA_NAVIGATOR=1 michael@0: michael@0: # Enable NFC permission michael@0: MOZ_ANDROID_BEAM=1 michael@0: michael@0: if test "$LIBXUL_SDK"; then michael@0: MOZ_XULRUNNER=1 michael@0: else michael@0: MOZ_XULRUNNER= michael@0: fi michael@0: michael@0: MOZ_CAPTURE=1 michael@0: MOZ_RAW=1 michael@0: MOZ_PLACES= michael@0: MOZ_SOCIAL= michael@0: MOZ_ANDROID_HISTORY=1 michael@0: MOZ_DISABLE_EXPORT_JS=1 michael@0: michael@0: # Needed for building our components as part of libxul michael@0: MOZ_APP_COMPONENT_INCLUDE=nsBrowserComponents.h michael@0: michael@0: # use custom widget for html:select michael@0: MOZ_USE_NATIVE_POPUP_WINDOWS=1 michael@0: michael@0: MOZ_APP_ID={aa3c5121-dab2-40e2-81ca-7ea25febc110} michael@0: michael@0: MOZ_ANDROID_OMTC=1 michael@0: MOZ_EXTENSION_MANAGER=1 michael@0: MOZ_APP_STATIC_INI=1 michael@0: michael@0: # Enable on-demand decompression michael@0: MOZ_ENABLE_SZIP=1 michael@0: michael@0: MOZ_FOLD_LIBS=1 michael@0: michael@0: # Enable navigator.mozPay michael@0: MOZ_PAY=1 michael@0: michael@0: # Enable UI for healthreporter michael@0: MOZ_SERVICES_HEALTHREPORT=1 michael@0: michael@0: # Enable FirefoxAccounts michael@0: MOZ_SERVICES_FXACCOUNTS=1 michael@0: michael@0: # Wifi-AP/cell tower data reporting is enabled on non-release builds. michael@0: if test ! "$RELEASE_BUILD"; then michael@0: MOZ_DATA_REPORTING=1 michael@0: fi michael@0: michael@0: # Enable the production cert for verifying signed packaged apps. michael@0: MOZ_B2G_CERTDATA=1 michael@0: michael@0: # Enable the "synthetic APKs" implementation of Open Web Apps. michael@0: MOZ_ANDROID_SYNTHAPKS=1