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-14 10:34:33 +00:00
|
|
|
|
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = B2GComponents
|
|
|
|
XPIDL_MODULE = B2GComponents
|
|
|
|
|
2012-02-07 06:48:50 +00:00
|
|
|
XPIDLSRCS = \
|
|
|
|
b2g.idl \
|
|
|
|
$(NULL)
|
|
|
|
|
2011-12-14 10:34:33 +00:00
|
|
|
EXTRA_PP_COMPONENTS = \
|
2012-06-07 11:17:59 +00:00
|
|
|
AlertsService.js \
|
2011-12-14 10:34:33 +00:00
|
|
|
B2GComponents.manifest \
|
2012-02-07 06:48:50 +00:00
|
|
|
CameraContent.js \
|
2012-03-16 22:23:28 +00:00
|
|
|
ContentPermissionPrompt.js \
|
2012-03-23 23:39:15 +00:00
|
|
|
DirectoryProvider.js \
|
2012-06-07 11:17:59 +00:00
|
|
|
MozKeyboard.js \
|
|
|
|
ProcessGlobal.js \
|
2011-12-14 10:34:33 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2012-03-21 22:50:53 +00:00
|
|
|
ifdef MOZ_UPDATER
|
|
|
|
EXTRA_PP_COMPONENTS += UpdatePrompt.js
|
|
|
|
endif
|
|
|
|
|
2011-12-14 10:34:33 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|