1/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2/* vim: set ts=8 sts=2 et sw=2 tw=80: */
3/* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6
7// We use different CLSIDs and IIDs depending on channel and officiality.
8// This prevents handlers from installing overtop one another when multiple
9// channels are present. Note that we only do this for the UUIDs that are
10// written to the registry.
11// The specific UUIDs are defined in branding configuration.
12
13#define HANDLER_CLSID @MOZ_HANDLER_CLSID@
14#define IHANDLERCONTROL_IID @MOZ_IHANDLERCONTROL_IID@
15#define ASYNCIHANDLERCONTROL_IID @MOZ_ASYNCIHANDLERCONTROL_IID@
16#define IGECKOBACKCHANNEL_IID @MOZ_IGECKOBACKCHANNEL_IID@
17