summaryrefslogtreecommitdiffstats
path: root/comm/suite/components/build/nsSuiteCID.h
blob: 0ee2802151bdd8519cde2e15ffb7ae64d2b03535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* 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/. */

// {e5eeef51-05ce-4885-9434-7287616d9547}
#define NS_FEEDSNIFFER_CID \
  { 0xe5eeef51, 0x5ce, 0x4885, { 0x94, 0x34, 0x72, 0x87, 0x61, 0x6d, 0x95, 0x47 } }

#define NS_FEEDSNIFFER_CONTRACTID \
  "@mozilla.org/browser/feeds/sniffer;1"
  
// {39b688ec-e308-49e5-be6b-28dc7fcd6154}
#define NS_SHELLSERVICE_CID \
  { 0x39b688ec, 0xe308, 0x49e5, { 0xbe, 0x6b, 0x28, 0xdc, 0x7f, 0xcd, 0x61, 0x54 } }

#define NS_SHELLSERVICE_CONTRACTID \
  "@mozilla.org/suite/shell-service;1"

// {9aa21826-9d1d-433d-8c10-f313b26fa9dd}
#define NS_SUITEDIRECTORYPROVIDER_CID \
  { 0x9aa21826, 0x9d1d, 0x433d, { 0x8c, 0x10, 0xf3, 0x13, 0xb2, 0x6f, 0xa9, 0xdd } }

#define NS_SUITEDIRECTORYPROVIDER_CONTRACTID \
  "@mozilla.org/suite/directory-provider;1"