1# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2# vim: set filetype=python:
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
7Classes = [
8    {
9        'cid': '{3fdd6c28-5b87-4e3e-8b57-8e83c23c1a6d}',
10        'contract_ids': ['@mozilla.org/media/sniffer;1'],
11        'type': 'nsMediaSniffer',
12        'headers': ['nsMediaSniffer.h'],
13        'categories': {
14            'content-sniffing-services': '@mozilla.org/media/sniffer;1',
15            'net-content-sniffers': '@mozilla.org/media/sniffer;1',
16            'orb-content-sniffers': '@mozilla.org/media/sniffer;1',
17            'net-and-orb-content-sniffers': '@mozilla.org/media/sniffer;1',
18        },
19    },
20]
21