2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-12-07 03:52:26 +04:00
|
|
|
|
|
|
|
MOZ_APP_BASENAME=B2G
|
|
|
|
MOZ_APP_VENDOR=Mozilla
|
|
|
|
|
2014-06-09 22:50:02 +04:00
|
|
|
MOZ_APP_VERSION=33.0a1
|
2012-02-02 07:13:36 +04:00
|
|
|
MOZ_APP_UA_NAME=Firefox
|
2011-12-07 03:52:26 +04:00
|
|
|
|
2012-10-04 00:27:46 +04:00
|
|
|
MOZ_UA_OS_AGNOSTIC=1
|
|
|
|
|
2014-06-09 22:53:45 +04:00
|
|
|
MOZ_B2G_VERSION=2.1.0.0-prerelease
|
2012-12-04 06:30:26 +04:00
|
|
|
MOZ_B2G_OS_NAME=Boot2Gecko
|
2012-09-19 14:06:40 +04:00
|
|
|
|
2011-12-07 03:52:26 +04:00
|
|
|
MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial
|
|
|
|
MOZ_OFFICIAL_BRANDING_DIRECTORY=b2g/branding/official
|
|
|
|
# MOZ_APP_DISPLAYNAME is set by branding/configure.sh
|
|
|
|
|
|
|
|
MOZ_SAFE_BROWSING=
|
2012-10-11 21:34:09 +04:00
|
|
|
MOZ_SERVICES_COMMON=1
|
2012-11-06 00:49:58 +04:00
|
|
|
MOZ_SERVICES_METRICS=1
|
2013-02-16 02:26:58 +04:00
|
|
|
MOZ_CAPTIVEDETECT=1
|
2011-12-07 03:52:26 +04:00
|
|
|
|
2012-01-30 23:46:05 +04:00
|
|
|
MOZ_WEBSMS_BACKEND=1
|
2013-02-17 08:43:16 +04:00
|
|
|
MOZ_DISABLE_CRYPTOLEGACY=1
|
2011-12-07 03:52:26 +04:00
|
|
|
MOZ_APP_STATIC_INI=1
|
2013-04-26 00:39:43 +04:00
|
|
|
NSS_NO_LIBPKIX=1
|
2014-02-24 10:15:53 +04:00
|
|
|
MOZ_NO_EV_CERTS=1
|
2013-10-01 00:09:28 +04:00
|
|
|
MOZ_DISABLE_EXPORT_JS=1
|
2011-12-07 03:52:26 +04:00
|
|
|
|
|
|
|
if test "$OS_TARGET" = "Android"; then
|
|
|
|
MOZ_CAPTURE=1
|
|
|
|
MOZ_RAW=1
|
2012-12-01 05:41:15 +04:00
|
|
|
MOZ_AUDIO_CHANNEL_MANAGER=1
|
2011-12-07 03:52:26 +04:00
|
|
|
fi
|
|
|
|
|
|
|
|
# use custom widget for html:select
|
|
|
|
MOZ_USE_NATIVE_POPUP_WINDOWS=1
|
|
|
|
|
|
|
|
if test "$LIBXUL_SDK"; then
|
|
|
|
MOZ_XULRUNNER=1
|
|
|
|
else
|
|
|
|
MOZ_XULRUNNER=
|
|
|
|
fi
|
|
|
|
|
2013-03-20 00:02:44 +04:00
|
|
|
MOZ_MEDIA_NAVIGATOR=1
|
|
|
|
|
2011-12-07 03:52:26 +04:00
|
|
|
MOZ_APP_ID={3c2e2abc-06d4-11e1-ac3b-374f68613e61}
|
|
|
|
MOZ_EXTENSION_MANAGER=1
|
2012-07-03 04:16:55 +04:00
|
|
|
|
2012-11-05 19:20:03 +04:00
|
|
|
MOZ_TIME_MANAGER=1
|
2012-08-30 01:41:35 +04:00
|
|
|
|
|
|
|
MOZ_PAY=1
|
2012-08-27 21:43:56 +04:00
|
|
|
MOZ_TOOLKIT_SEARCH=
|
2012-11-09 13:56:01 +04:00
|
|
|
MOZ_PLACES=
|
2012-11-07 22:10:40 +04:00
|
|
|
MOZ_B2G=1
|
2013-05-07 10:25:13 +04:00
|
|
|
|
2013-10-15 13:43:08 +04:00
|
|
|
if test "$OS_TARGET" = "Android"; then
|
2014-01-15 04:00:25 +04:00
|
|
|
MOZ_NUWA_PROCESS=1
|
2013-10-15 13:43:08 +04:00
|
|
|
fi
|
2013-03-17 11:02:54 +04:00
|
|
|
MOZ_FOLD_LIBS=1
|
2013-11-28 11:18:08 +04:00
|
|
|
|
|
|
|
MOZ_JSDOWNLOADS=1
|
2014-03-17 20:58:16 +04:00
|
|
|
|
|
|
|
MOZ_SERVICES_FXACCOUNTS=1
|
2014-05-29 16:00:49 +04:00
|
|
|
|
|
|
|
MOZ_BUNDLED_FONTS=1
|
2014-06-02 20:41:09 +04:00
|
|
|
|
|
|
|
# Enable exact rooting on b2g.
|
|
|
|
JSGC_USE_EXACT_ROOTING=1
|