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