2012-05-21 04:12:37 -07: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-06 15:52:26 -08:00
|
|
|
|
|
|
|
MOZ_APP_BASENAME=B2G
|
|
|
|
MOZ_APP_VENDOR=Mozilla
|
|
|
|
|
2014-03-17 13:48:08 -07:00
|
|
|
MOZ_APP_VERSION=31.0a1
|
2012-02-01 19:13:36 -08:00
|
|
|
MOZ_APP_UA_NAME=Firefox
|
2011-12-06 15:52:26 -08:00
|
|
|
|
2012-10-03 13:27:46 -07:00
|
|
|
MOZ_UA_OS_AGNOSTIC=1
|
|
|
|
|
2013-12-17 09:25:19 -08:00
|
|
|
MOZ_B2G_VERSION=1.4.0.0-prerelease
|
2012-12-03 18:30:26 -08:00
|
|
|
MOZ_B2G_OS_NAME=Boot2Gecko
|
2012-09-19 03:06:40 -07:00
|
|
|
|
2011-12-06 15:52:26 -08: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 10:34:09 -07:00
|
|
|
MOZ_SERVICES_COMMON=1
|
2012-11-05 12:49:58 -08:00
|
|
|
MOZ_SERVICES_METRICS=1
|
2013-02-15 14:26:58 -08:00
|
|
|
MOZ_CAPTIVEDETECT=1
|
2011-12-06 15:52:26 -08:00
|
|
|
|
2012-01-30 11:46:05 -08:00
|
|
|
MOZ_WEBSMS_BACKEND=1
|
2013-02-16 20:43:16 -08:00
|
|
|
MOZ_DISABLE_CRYPTOLEGACY=1
|
2011-12-06 15:52:26 -08:00
|
|
|
MOZ_APP_STATIC_INI=1
|
2013-04-25 13:39:43 -07:00
|
|
|
NSS_NO_LIBPKIX=1
|
2014-02-23 22:15:53 -08:00
|
|
|
MOZ_NO_EV_CERTS=1
|
2013-09-30 13:09:28 -07:00
|
|
|
MOZ_DISABLE_EXPORT_JS=1
|
2011-12-06 15:52:26 -08:00
|
|
|
|
|
|
|
if test "$OS_TARGET" = "Android"; then
|
|
|
|
MOZ_CAPTURE=1
|
|
|
|
MOZ_RAW=1
|
2012-11-30 17:41:15 -08:00
|
|
|
MOZ_AUDIO_CHANNEL_MANAGER=1
|
2011-12-06 15:52:26 -08: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-19 13:02:44 -07:00
|
|
|
MOZ_MEDIA_NAVIGATOR=1
|
|
|
|
|
2011-12-06 15:52:26 -08:00
|
|
|
MOZ_APP_ID={3c2e2abc-06d4-11e1-ac3b-374f68613e61}
|
|
|
|
MOZ_EXTENSION_MANAGER=1
|
2012-07-02 17:16:55 -07:00
|
|
|
|
2012-11-05 07:20:03 -08:00
|
|
|
MOZ_TIME_MANAGER=1
|
2012-08-29 14:41:35 -07:00
|
|
|
|
2012-12-10 07:17:29 -08:00
|
|
|
MOZ_B2G_CERTDATA=1
|
2012-08-29 14:41:35 -07:00
|
|
|
MOZ_PAY=1
|
2012-08-27 10:43:56 -07:00
|
|
|
MOZ_TOOLKIT_SEARCH=
|
2012-11-09 01:56:01 -08:00
|
|
|
MOZ_PLACES=
|
2012-11-07 10:10:40 -08:00
|
|
|
MOZ_B2G=1
|
2013-05-06 23:25:13 -07:00
|
|
|
|
2013-10-15 02:43:08 -07:00
|
|
|
if test "$OS_TARGET" = "Android"; then
|
2014-01-14 16:00:25 -08:00
|
|
|
MOZ_NUWA_PROCESS=1
|
2013-10-15 02:43:08 -07:00
|
|
|
fi
|
2013-03-17 00:02:54 -07:00
|
|
|
MOZ_FOLD_LIBS=1
|
2013-11-27 23:18:08 -08:00
|
|
|
|
|
|
|
MOZ_JSDOWNLOADS=1
|