Bug 1773770: Part 2 - Migrage KeyValueStore to static component registration. r=asuth
[gecko.git] / toolkit / components / kvstore / moz.build
blob2e8135aea1f27d900e66611693bdfd60a5f60153
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/.
7 with Files("**"):
8     BUG_COMPONENT = ("Toolkit", "Storage")
10 EXTRA_JS_MODULES += [
11     "kvstore.jsm",
14 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.ini"]
16 XPIDL_SOURCES += [
17     "nsIKeyValue.idl",
20 XPCOM_MANIFESTS += [
21     "components.conf",
24 XPIDL_MODULE = "kvstore"
26 FINAL_LIBRARY = "xul"