2013-04-01 11:36:59 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 12:47:20 -08:00
|
|
|
# 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/.
|
|
|
|
|
2013-03-12 10:17:46 -07:00
|
|
|
XPIDL_SOURCES += [
|
2013-03-08 23:21:47 -08:00
|
|
|
'nsIDOMMobileMessageManager.idl',
|
2013-03-08 23:22:42 -08:00
|
|
|
'nsIDOMMozMmsEvent.idl',
|
2013-03-08 23:21:55 -08:00
|
|
|
'nsIDOMMozMmsMessage.idl',
|
2013-04-08 19:21:54 -07:00
|
|
|
'nsIDOMMozMobileMessageThread.idl',
|
2013-03-12 10:17:46 -07:00
|
|
|
'nsIDOMMozSmsEvent.idl',
|
|
|
|
'nsIDOMMozSmsMessage.idl',
|
|
|
|
'nsIDOMSmsFilter.idl',
|
|
|
|
'nsIDOMSmsSegmentInfo.idl',
|
2013-05-26 20:18:50 -07:00
|
|
|
'nsIMmsService.idl',
|
2013-03-08 23:22:02 -08:00
|
|
|
'nsIMobileMessageCallback.idl',
|
2013-04-08 19:21:31 -07:00
|
|
|
'nsIMobileMessageCursorCallback.idl',
|
2013-03-12 10:17:46 -07:00
|
|
|
'nsIMobileMessageDatabaseService.idl',
|
2013-03-08 23:22:25 -08:00
|
|
|
'nsIMobileMessageService.idl',
|
2013-03-12 10:17:46 -07:00
|
|
|
'nsISmsService.idl',
|
2013-05-26 20:18:50 -07:00
|
|
|
'nsIWapPushApplication.idl',
|
2013-03-12 10:17:46 -07:00
|
|
|
]
|
|
|
|
|
2013-03-12 10:20:41 -07:00
|
|
|
if CONFIG['MOZ_B2G_RIL']:
|
|
|
|
XPIDL_SOURCES += [
|
|
|
|
'nsIRilMobileMessageDatabaseService.idl',
|
|
|
|
]
|
|
|
|
|
2013-03-11 22:00:00 -07:00
|
|
|
XPIDL_MODULE = 'dom_mobilemessage'
|
|
|
|
|