Bumping manifests a=b2g-bump
[gecko.git] / dom / icc / moz.build
blob9421feb10d9f35a3faffb22c566453df95177061
1 # -*- Mode: python; c-basic-offset: 4; 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 DIRS += ['interfaces']
9 EXPORTS.mozilla.dom += [
10     'Icc.h',
11     'IccCardLockError.h',
12     'IccInfo.h',
13     'IccManager.h',
16 UNIFIED_SOURCES += [
17     'Assertions.cpp',
18     'Icc.cpp',
19     'IccCardLockError.cpp',
20     "IccInfo.cpp",
21     'IccListener.cpp',
22     'IccManager.cpp',
25 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' and CONFIG['MOZ_B2G_RIL']:
26     EXTRA_JS_MODULES += [
27         'gonk/StkProactiveCmdFactory.jsm',
28     ]
30 FAIL_ON_WARNINGS = True
32 include('/ipc/chromium/chromium-config.mozbuild')
34 FINAL_LIBRARY = 'xul'
36 LOCAL_INCLUDES += [
37     '/dom/system/gonk',