author | Jan Beich <jbeich@tormail.org> |
Fri, 30 Aug 2013 16:14:52 -0400 | |
changeset 158955 | a4252161972b4c126fb842baa3f8f7ef26ea6f64 |
parent 158598 | 52e322d094760943e939ca8007015d390a256828 |
child 164436 | 20613b2d640db9fd2b62b01ccc3ff6551151886f |
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'