2012-05-21 04:12:37 -07: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/.
|
2012-01-16 04:23:01 -08:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2012-01-16 04:23:01 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
XPIDL_MODULE = dom_network
|
|
|
|
|
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
2012-01-16 04:23:28 -08:00
|
|
|
nsIDOMNavigatorNetwork.idl \
|
|
|
|
nsIDOMConnection.idl \
|
2012-06-10 16:44:50 -07:00
|
|
|
nsIDOMUSSDReceivedEvent.idl \
|
2012-08-21 09:46:27 -07:00
|
|
|
nsIDOMTCPSocket.idl \
|
2012-01-16 04:23:01 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2012-08-27 14:55:27 -07:00
|
|
|
ifdef MOZ_B2G_RIL
|
|
|
|
XPIDLSRCS += \
|
|
|
|
nsIDOMMobileConnection.idl \
|
|
|
|
nsIMobileConnectionProvider.idl \
|
|
|
|
nsINavigatorMobileConnection.idl \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2012-01-16 04:23:01 -08:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-08-24 13:01:30 -07:00
|
|
|
|
|
|
|
XPIDL_FLAGS += \
|
|
|
|
-I$(topsrcdir)/dom/interfaces/base \
|
|
|
|
-I$(topsrcdir)/dom/interfaces/events \
|
|
|
|
$(NULL)
|