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=B2G michael@0: MOZ_APP_VENDOR=Mozilla michael@0: michael@0: MOZ_APP_VERSION=31.0 michael@0: MOZ_APP_UA_NAME=Firefox michael@0: michael@0: MOZ_UA_OS_AGNOSTIC=1 michael@0: michael@0: MOZ_B2G_VERSION=2.0.0.0-prerelease michael@0: MOZ_B2G_OS_NAME=Boot2Gecko michael@0: michael@0: MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial michael@0: MOZ_OFFICIAL_BRANDING_DIRECTORY=b2g/branding/official michael@0: # MOZ_APP_DISPLAYNAME is set by branding/configure.sh michael@0: michael@0: MOZ_SAFE_BROWSING= michael@0: MOZ_SERVICES_COMMON=1 michael@0: MOZ_SERVICES_METRICS=1 michael@0: MOZ_CAPTIVEDETECT=1 michael@0: michael@0: MOZ_WEBSMS_BACKEND=1 michael@0: MOZ_DISABLE_CRYPTOLEGACY=1 michael@0: MOZ_APP_STATIC_INI=1 michael@0: NSS_NO_LIBPKIX=1 michael@0: MOZ_NO_EV_CERTS=1 michael@0: MOZ_DISABLE_EXPORT_JS=1 michael@0: michael@0: if test "$OS_TARGET" = "Android"; then michael@0: MOZ_CAPTURE=1 michael@0: MOZ_RAW=1 michael@0: MOZ_AUDIO_CHANNEL_MANAGER=1 michael@0: fi michael@0: michael@0: # use custom widget for html:select michael@0: MOZ_USE_NATIVE_POPUP_WINDOWS=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_MEDIA_NAVIGATOR=1 michael@0: michael@0: MOZ_APP_ID={3c2e2abc-06d4-11e1-ac3b-374f68613e61} michael@0: MOZ_EXTENSION_MANAGER=1 michael@0: michael@0: MOZ_TIME_MANAGER=1 michael@0: michael@0: MOZ_B2G_CERTDATA=1 michael@0: MOZ_PAY=1 michael@0: MOZ_TOOLKIT_SEARCH= michael@0: MOZ_PLACES= michael@0: MOZ_B2G=1 michael@0: michael@0: if test "$OS_TARGET" = "Android"; then michael@0: MOZ_NUWA_PROCESS=1 michael@0: fi michael@0: MOZ_FOLD_LIBS=1 michael@0: michael@0: MOZ_JSDOWNLOADS=1 michael@0: michael@0: MOZ_SERVICES_FXACCOUNTS=1