From 1a000857bb7eef298efa787699050884f92311fe Mon Sep 17 00:00:00 2001 From: Jaime Lopez Date: Wed, 21 Jul 2010 18:03:58 -0700 Subject: qemu: Multimode support Preliminary implementation of a Multimode modem - Added the +CTEC AT command which allows querying and setting the current technology - Added preliminary NVRAM file support Add cdma subscription source support - Add support to save the subscription source preference to nv. - Add command 'cdma ssource' to switch subscription source from the emulator console Implement AT+WRMP command Implement the AT+WRMP command to set and get the roaming preference Implement Emergency Callback Mode Implement the +WSOS command and unsol to notify Emergency Callback Mode status Implement +WPRL AT Command Enable PRL update notification by implementing the AT+WPRL query command Implement a console command to send +WPRL unsolicited response Change-Id: I5c036c1b0832b94c0b7675931f6a18b5d9ca7436 --- Makefile.android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.android') diff --git a/Makefile.android b/Makefile.android index c9ed595..b366f8b 100644 --- a/Makefile.android +++ b/Makefile.android @@ -685,6 +685,7 @@ CORE_MISC_SOURCES = vl-android.c \ android/hw-sensors.c \ android/hw-qemud.c \ android/core-init-utils.c \ + android/config.c \ ifeq ($(HOST_ARCH),x86) CORE_MISC_SOURCES += i386-dis.c @@ -853,7 +854,6 @@ endif VL_SOURCES := framebuffer.c \ user-events-qemu.c \ android/cmdline-option.c \ - android/config.c \ android/main.c \ # Add common system libraries -- cgit v1.1