michael@0: #if MOZ_APP_STATIC_INI michael@0: #ifdef MOZ_BUILD_APP_IS_BROWSER michael@0: ; This file is not used. If you modify it and want the application to use michael@0: ; your modifications, move it under the browser/ subdirectory and start with michael@0: ; the "-app /path/to/browser/application.ini" argument. michael@0: #else michael@0: ; This file is not used. If you modify it and want the application to use michael@0: ; your modifications, start with the "-app /path/to/application.ini" michael@0: ; argument. michael@0: #endif michael@0: #endif michael@0: #if 0 michael@0: ; This Source Code Form is subject to the terms of the Mozilla Public michael@0: ; License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: ; file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: #endif michael@0: #filter substitution michael@0: [App] michael@0: Vendor=@MOZ_APP_VENDOR@ michael@0: Name=@MOZ_APP_BASENAME@ michael@0: #ifdef MOZ_APP_DISPLAYNAME michael@0: CodeName=@MOZ_APP_DISPLAYNAME@ michael@0: #endif michael@0: Version=@MOZ_APP_VERSION@ michael@0: #ifdef MOZ_APP_PROFILE michael@0: Profile=@MOZ_APP_PROFILE@ michael@0: #endif michael@0: BuildID=@APP_BUILDID@ michael@0: #ifdef MOZ_SOURCE_REPO michael@0: SourceRepository=@MOZ_SOURCE_REPO@ michael@0: #endif michael@0: #ifdef MOZ_SOURCE_STAMP michael@0: SourceStamp=@MOZ_SOURCE_STAMP@ michael@0: #endif michael@0: ID=@MOZ_APP_ID@ michael@0: michael@0: [Gecko] michael@0: MinVersion=@GRE_MILESTONE@ michael@0: MaxVersion=@GRE_MILESTONE@ michael@0: michael@0: [XRE] michael@0: #ifdef MOZ_PROFILE_MIGRATOR michael@0: EnableProfileMigrator=1 michael@0: #endif michael@0: #ifdef MOZ_EXTENSION_MANAGER michael@0: EnableExtensionManager=1 michael@0: #endif michael@0: michael@0: #if MOZ_CRASHREPORTER michael@0: [Crash Reporter] michael@0: Enabled=1 michael@0: ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@APP_BUILDID@ michael@0: #endif