2011-11-22 07:05:59 +00:00
|
|
|
#if MOZ_APP_STATIC_INI
|
2013-11-06 05:22:33 +00:00
|
|
|
#ifdef MOZ_BUILD_APP_IS_BROWSER
|
|
|
|
; This file is not used. If you modify it and want the application to use
|
|
|
|
; your modifications, move it under the browser/ subdirectory and start with
|
|
|
|
; the "-app /path/to/browser/application.ini" argument.
|
|
|
|
#else
|
2011-11-22 07:05:59 +00:00
|
|
|
; This file is not used. If you modify it and want the application to use
|
|
|
|
; your modifications, start with the "-app /path/to/application.ini"
|
|
|
|
; argument.
|
|
|
|
#endif
|
2013-11-06 05:22:33 +00:00
|
|
|
#endif
|
2011-11-22 07:05:59 +00:00
|
|
|
#if 0
|
2012-05-21 11:12:37 +00: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-11-22 07:05:59 +00:00
|
|
|
#endif
|
2006-03-31 08:52:21 +00:00
|
|
|
#filter substitution
|
2006-01-28 17:32:37 +00:00
|
|
|
[App]
|
2011-05-07 08:06:41 +00:00
|
|
|
Vendor=@MOZ_APP_VENDOR@
|
|
|
|
Name=@MOZ_APP_BASENAME@
|
2014-09-23 18:49:03 +00:00
|
|
|
RemotingName=@MOZ_APP_REMOTINGNAME@
|
2014-02-20 09:42:28 +00:00
|
|
|
#ifdef MOZ_APP_DISPLAYNAME
|
|
|
|
CodeName=@MOZ_APP_DISPLAYNAME@
|
|
|
|
#endif
|
2011-11-22 07:05:59 +00:00
|
|
|
Version=@MOZ_APP_VERSION@
|
2011-05-07 08:06:41 +00:00
|
|
|
#ifdef MOZ_APP_PROFILE
|
|
|
|
Profile=@MOZ_APP_PROFILE@
|
|
|
|
#endif
|
2015-10-01 04:10:38 +00:00
|
|
|
BuildID=@MOZ_APP_BUILDID@
|
2008-09-17 19:58:13 +00:00
|
|
|
#ifdef MOZ_SOURCE_REPO
|
|
|
|
SourceRepository=@MOZ_SOURCE_REPO@
|
|
|
|
#endif
|
|
|
|
#ifdef MOZ_SOURCE_STAMP
|
|
|
|
SourceStamp=@MOZ_SOURCE_STAMP@
|
|
|
|
#endif
|
2011-11-22 07:05:59 +00:00
|
|
|
ID=@MOZ_APP_ID@
|
2006-01-28 17:32:37 +00:00
|
|
|
|
|
|
|
[Gecko]
|
2007-07-02 18:20:24 +00:00
|
|
|
MinVersion=@GRE_MILESTONE@
|
|
|
|
MaxVersion=@GRE_MILESTONE@
|
2006-01-28 17:32:37 +00:00
|
|
|
|
|
|
|
[XRE]
|
2011-11-22 07:05:59 +00:00
|
|
|
#ifdef MOZ_PROFILE_MIGRATOR
|
2006-01-28 17:32:37 +00:00
|
|
|
EnableProfileMigrator=1
|
2011-11-22 07:05:59 +00:00
|
|
|
#endif
|
2007-05-16 17:14:59 +00:00
|
|
|
|
2013-08-30 02:10:57 +00:00
|
|
|
#if MOZ_CRASHREPORTER
|
2007-05-16 17:14:59 +00:00
|
|
|
[Crash Reporter]
|
2007-07-02 18:20:24 +00:00
|
|
|
Enabled=1
|
2015-10-01 04:10:38 +00:00
|
|
|
ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@MOZ_APP_BUILDID@
|
2013-08-30 02:10:57 +00:00
|
|
|
#endif
|