author | Ms2ger <ms2ger@gmail.com> |
Thu, 03 Oct 2013 09:11:13 +0200 | |
changeset 164436 | 20613b2d640db9fd2b62b01ccc3ff6551151886f |
parent 158598 | 52e322d094760943e939ca8007015d390a256828 |
child 166713 | c031747aac8ac274af484e0bd46d86c1f119c66b |
permissions | -rw-r--r-- |
# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. if CONFIG['MOZ_B2G_NFC']: MODULE = 'ipc' EXPORTS.mozilla.ipc += [ 'Nfc.h', ] CPP_SOURCES += [ 'Nfc.cpp', ] LIBXUL_LIBRARY = True LIBRARY_NAME = 'moznfc_s' EXPORT_LIBRARY = True