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': '{461cd5dd-73c6-47a4-8cc3-603b37d84a61}', 10 'contract_ids': [ 11 '@mozilla.org/streamconv;1?from=uncompressed&to=deflate', 12 '@mozilla.org/streamconv;1?from=uncompressed&to=gzip', 13 '@mozilla.org/streamconv;1?from=uncompressed&to=rawdeflate', 14 '@mozilla.org/streamconv;1?from=uncompressed&to=x-gzip', 15 ], 16 'type': 'nsDeflateConverter', 17 'headers': ['/modules/libjar/zipwriter/nsDeflateConverter.h'], 18 }, 19 { 20 'cid': '{430d416c-a722-4ad1-be98-d9a445f85e3f}', 21 'contract_ids': ['@mozilla.org/zipwriter;1'], 22 'type': 'nsZipWriter', 23 'headers': ['/modules/libjar/zipwriter/nsZipWriter.h'], 24 }, 25] 26