2012-05-21 11:12:37 +00:00
|
|
|
# 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/.
|
2011-12-06 14:14:55 +00:00
|
|
|
|
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = dom
|
|
|
|
LIBRARY_NAME = domwifi_s
|
|
|
|
XPIDL_MODULE = dom_wifi
|
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIWifi.idl \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_COMPONENTS = \
|
2012-03-16 17:05:28 +00:00
|
|
|
WifiWorker.js \
|
|
|
|
WifiWorker.manifest \
|
2012-03-16 16:51:05 +00:00
|
|
|
DOMWifiManager.js \
|
|
|
|
DOMWifiManager.manifest \
|
2011-12-06 14:14:55 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_JS_MODULES = \
|
|
|
|
libhardware_legacy.js \
|
2012-03-30 19:04:30 +00:00
|
|
|
wifi_worker.js \
|
2011-12-06 14:14:55 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|