1 #ifdef MOZ_BUILD_APP_IS_BROWSER
2 ; This file is not used. If you modify it and want the application to use
3 ; your modifications, move it under the browser/ subdirectory and start with
4 ; the "-app /path/to/browser/application.ini" argument.
6 ; This file is not used. If you modify it and want the application to use
7 ; your modifications, start with the "-app /path/to/application.ini"
11 ; This Source Code Form is subject to the terms of the Mozilla Public
12 ; License, v. 2.0. If a copy of the MPL was not distributed with this
13 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
16 #include @TOPOBJDIR@/buildid.h
17 #include @TOPOBJDIR@/source-repo.h
19 Vendor=@MOZ_APP_VENDOR@
20 Name=@MOZ_APP_BASENAME@
21 RemotingName=@MOZ_APP_REMOTINGNAME@
22 #ifdef MOZ_APP_DISPLAYNAME
23 CodeName=@MOZ_APP_DISPLAYNAME@
25 Version=@MOZ_APP_VERSION@
26 #ifdef MOZ_APP_PROFILE
27 Profile=@MOZ_APP_PROFILE@
30 #ifdef MOZ_SOURCE_REPO
31 SourceRepository=@MOZ_SOURCE_REPO@
33 #ifdef MOZ_SOURCE_STAMP
34 SourceStamp=@MOZ_SOURCE_STAMP@
39 MinVersion=@GRE_MILESTONE@
40 MaxVersion=@GRE_MILESTONE@
43 #ifdef MOZ_PROFILE_MIGRATOR
44 EnableProfileMigrator=1
50 ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@MOZ_BUILDID@