From 70ba2fc3c5093765889c4f3deccfb14b3010989c Mon Sep 17 00:00:00 2001 From: Yoshi Huang Date: Thu, 26 Jul 2012 18:18:24 +0800 Subject: [PATCH] Bug 777668 - B2G RIL: EF_PATH_DF_PHONEBOOK not defined. r=vicamo --- dom/system/gonk/ril_consts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/system/gonk/ril_consts.js b/dom/system/gonk/ril_consts.js index 0e2bc4056e8..9c55c2a25e1 100644 --- a/dom/system/gonk/ril_consts.js +++ b/dom/system/gonk/ril_consts.js @@ -460,6 +460,7 @@ const GET_RESPONSE_EF_SIZE_BYTES = 15; // EF path const EF_PATH_MF_SIM = "3f00"; +const EF_PATH_DF_PHONEBOOK = "5f3a"; const EF_PATH_DF_TELECOM = "7f10"; const EF_PATH_DF_GSM = "7f20";