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/.
8 BUG_COMPONENT = ("Cloud Services", "Firefox: Common")
10 TEST_DIRS += ["tests"]
12 EXPORTS.mozilla.appservices += [
13 "app_services_logger/AppServicesLoggerComponents.h",
17 "servicesComponents.manifest",
20 EXTRA_JS_MODULES["services-common"] += [
22 "kinto-http-client.sys.mjs",
23 "kinto-offline-client.sys.mjs",
24 "kinto-storage-adapter.sys.mjs",
27 "uptake-telemetry.sys.mjs",
31 if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
32 EXTRA_JS_MODULES["services-common"] += [
34 "hawkrequest.sys.mjs",
35 "tokenserverclient.sys.mjs",
38 TESTING_JS_MODULES.services.common += [
39 "modules-testing/logging.sys.mjs",
42 SPHINX_TREES["/services/common"] = "docs"
45 "app_services_logger/components.conf",