2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 MOZ_APP_BASENAME
=Firefox
11 if test "$OS_ARCH" = "WINNT"; then
12 if ! test "$HAVE_64BIT_OS"; then
13 MOZ_VERIFY_MAR_SIGNATURE
=1
14 MOZ_MAINTENANCE_SERVICE
=1
18 MOZ_CHROME_FILE_FORMAT
=omni
21 MOZ_SERVICES_NOTIFICATIONS
=1
23 MOZ_APP_VERSION
=$FIREFOX_VERSION
24 MOZ_EXTENSIONS_DEFAULT
=" gnomevfs"
25 # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
26 # Changing MOZ_*BRANDING_DIRECTORY requires a clobber to ensure correct results,
27 # because branding dependencies are broken.
28 # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
29 # specified. It should never point to the "official" branding directory.
30 # For mozilla-beta, mozilla-release, or mozilla-central repositories, use
31 # "nightly" branding (until bug 659568 is fixed).
32 # For the mozilla-aurora repository, use "aurora".
33 MOZ_BRANDING_DIRECTORY
=browser
/branding
/nightly
34 MOZ_OFFICIAL_BRANDING_DIRECTORY
=browser
/branding
/official
35 MOZ_APP_ID
={ec8030f7-c20a-464f-9b0e-13a3a9e97384
}
36 # This should usually be the same as the value MAR_CHANNEL_ID.
37 # If more than one ID is needed, then you should use a comma separated list
39 ACCEPTED_MAR_CHANNEL_IDS
=firefox-mozilla-central
40 # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
41 MAR_CHANNEL_ID
=firefox-mozilla-central
42 MOZ_PROFILE_MIGRATOR
=1
43 MOZ_EXTENSION_MANAGER
=1