From 0f26660bf073194dfe1ba2acbb1ab73c0efca282 Mon Sep 17 00:00:00 2001 From: Edgar Chen Date: Tue, 22 Oct 2013 17:30:35 +0800 Subject: [PATCH] Bug 925676- Part 1: IDL changes. r=vyang,gene --- dom/system/gonk/nsIRadioInterfaceLayer.idl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dom/system/gonk/nsIRadioInterfaceLayer.idl b/dom/system/gonk/nsIRadioInterfaceLayer.idl index f863594f725f..60edc3c23319 100644 --- a/dom/system/gonk/nsIRadioInterfaceLayer.idl +++ b/dom/system/gonk/nsIRadioInterfaceLayer.idl @@ -3,11 +3,19 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsISupports.idl" +#include "nsINetworkManager.idl" interface nsIDOMMozIccInfo; interface nsIDOMMozMobileConnectionInfo; interface nsIMobileMessageCallback; +[scriptable, uuid(a15769f1-538e-4b4b-81da-c52866d38f88)] +interface nsIRilNetworkInterface : nsINetworkInterface +{ + readonly attribute unsigned long serviceId; + readonly attribute DOMString iccId; +}; + [scriptable, uuid(1e602d20-d066-4399-8997-daf36b3158ef)] interface nsIRILDataCallInfo : nsISupports {