aboutsummaryrefslogtreecommitdiff
path: root/plugins/tests/test-keyfiles.c
diff options
context:
space:
mode:
authorFreedom Liu <tianyu28658@gmail.com>2021-10-26 11:40:30 +0800
committerFreedom Liu <tianyu28658@gmail.com>2021-10-28 08:40:18 +0800
commit039ac40aab030ea9bfcc1821e42f3f81f290e458 (patch)
treefc109404c94796c4bf2e41942f0bb682b991d3b9 /plugins/tests/test-keyfiles.c
parent2b196d897b5bcfb04072df16c1bf5c025239eba6 (diff)
foxconn: delete the carrier mapping table of T99W175
For T99W175, Qualcomm realized mcfg switching mechanism in FW side. It can work indepently without MM's help. Therefore, delete mcfg switching mechanism in MM.
Diffstat (limited to 'plugins/tests/test-keyfiles.c')
-rw-r--r--plugins/tests/test-keyfiles.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/tests/test-keyfiles.c b/plugins/tests/test-keyfiles.c
index 05725864..d528cac9 100644
--- a/plugins/tests/test-keyfiles.c
+++ b/plugins/tests/test-keyfiles.c
@@ -60,12 +60,6 @@ test_foxconn_t77w968 (void)
{
common_test (TESTKEYFILE_FOXCONN_T77W968);
}
-
-static void
-test_foxconn_t99w175 (void)
-{
- common_test (TESTKEYFILE_FOXCONN_T99W175);
-}
#endif
/************************************************************/
@@ -79,7 +73,6 @@ int main (int argc, char **argv)
#if defined ENABLE_PLUGIN_FOXCONN
g_test_add_func ("/MM/test-keyfiles/foxconn/t77w968", test_foxconn_t77w968);
- g_test_add_func ("/MM/test-keyfiles/foxconn/t99w175", test_foxconn_t99w175);
#endif
return g_test_run ();