1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/b2g/confvars.sh Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,67 @@ 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=B2G 1.9 +MOZ_APP_VENDOR=Mozilla 1.10 + 1.11 +MOZ_APP_VERSION=31.0 1.12 +MOZ_APP_UA_NAME=Firefox 1.13 + 1.14 +MOZ_UA_OS_AGNOSTIC=1 1.15 + 1.16 +MOZ_B2G_VERSION=2.0.0.0-prerelease 1.17 +MOZ_B2G_OS_NAME=Boot2Gecko 1.18 + 1.19 +MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial 1.20 +MOZ_OFFICIAL_BRANDING_DIRECTORY=b2g/branding/official 1.21 +# MOZ_APP_DISPLAYNAME is set by branding/configure.sh 1.22 + 1.23 +MOZ_SAFE_BROWSING= 1.24 +MOZ_SERVICES_COMMON=1 1.25 +MOZ_SERVICES_METRICS=1 1.26 +MOZ_CAPTIVEDETECT=1 1.27 + 1.28 +MOZ_WEBSMS_BACKEND=1 1.29 +MOZ_DISABLE_CRYPTOLEGACY=1 1.30 +MOZ_APP_STATIC_INI=1 1.31 +NSS_NO_LIBPKIX=1 1.32 +MOZ_NO_EV_CERTS=1 1.33 +MOZ_DISABLE_EXPORT_JS=1 1.34 + 1.35 +if test "$OS_TARGET" = "Android"; then 1.36 +MOZ_CAPTURE=1 1.37 +MOZ_RAW=1 1.38 +MOZ_AUDIO_CHANNEL_MANAGER=1 1.39 +fi 1.40 + 1.41 +# use custom widget for html:select 1.42 +MOZ_USE_NATIVE_POPUP_WINDOWS=1 1.43 + 1.44 +if test "$LIBXUL_SDK"; then 1.45 +MOZ_XULRUNNER=1 1.46 +else 1.47 +MOZ_XULRUNNER= 1.48 +fi 1.49 + 1.50 +MOZ_MEDIA_NAVIGATOR=1 1.51 + 1.52 +MOZ_APP_ID={3c2e2abc-06d4-11e1-ac3b-374f68613e61} 1.53 +MOZ_EXTENSION_MANAGER=1 1.54 + 1.55 +MOZ_TIME_MANAGER=1 1.56 + 1.57 +MOZ_B2G_CERTDATA=1 1.58 +MOZ_PAY=1 1.59 +MOZ_TOOLKIT_SEARCH= 1.60 +MOZ_PLACES= 1.61 +MOZ_B2G=1 1.62 + 1.63 +if test "$OS_TARGET" = "Android"; then 1.64 +MOZ_NUWA_PROCESS=1 1.65 +fi 1.66 +MOZ_FOLD_LIBS=1 1.67 + 1.68 +MOZ_JSDOWNLOADS=1 1.69 + 1.70 +MOZ_SERVICES_FXACCOUNTS=1