diff options
author | Jaime Lopez <jaimel@codeaurora.org> | 2010-07-21 18:03:58 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-10-08 15:41:44 -0700 |
commit | 1a000857bb7eef298efa787699050884f92311fe (patch) | |
tree | 5151062b946b7970eadfeae38e7a837ffa9021f8 /Makefile.android | |
parent | 7bf9d7ffaee95963a1f6535494eedfc09097271b (diff) | |
download | external_qemu-1a000857bb7eef298efa787699050884f92311fe.zip external_qemu-1a000857bb7eef298efa787699050884f92311fe.tar.gz external_qemu-1a000857bb7eef298efa787699050884f92311fe.tar.bz2 |
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
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 2 |
1 files changed, 1 insertions, 1 deletions
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 |