aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-01-26 11:19:19 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-01-28 09:14:01 -0800
commit777eb68eb60cac18f4b62e2e1b14a906875cbe7a (patch)
tree5850f03e01bb348ad7fc4e92dd08695416650c48 /Makefile.android
parent316669d58104cb260e2ffa1848f24547b71af49c (diff)
downloadexternal_qemu-777eb68eb60cac18f4b62e2e1b14a906875cbe7a.zip
external_qemu-777eb68eb60cac18f4b62e2e1b14a906875cbe7a.tar.gz
external_qemu-777eb68eb60cac18f4b62e2e1b14a906875cbe7a.tar.bz2
Refactored ui-core-control and core-ui-control protocols
Also cleaned the code up from obsolete ui-core-protocol.* and core-ui-protocol.* Change-Id: I194bec669d25b68a10c32b2be50bc9da50c52ebb
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.android b/Makefile.android
index 58b37f1..a5336aa 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -799,9 +799,6 @@ UI_AND_CORE_CFLAGS += $(ZLIB_CFLAGS) -I$(LOCAL_PATH)/$(ZLIB_DIR)
UI_AND_CORE_SOURCES += $(LIBPNG_SOURCES)
UI_AND_CORE_CFLAGS += $(LIBPNG_CFLAGS) -I$(LOCAL_PATH)/$(LIBPNG_DIR)
-# temp files used to collect UI->Core exchange protocol.
-UI_AND_CORE_SOURCES += android/ui-core-protocol.c android/core-ui-protocol.c
-
# The common libraries
#
QEMU_SYSTEM_LDLIBS := -lm
@@ -879,6 +876,8 @@ VL_SOURCES := framebuffer.c \
user-events-qemu.c \
android/cmdline-option.c \
android/looper-qemu.c \
+ android/protocol/ui-commands-qemu.c \
+ android/protocol/core-commands-qemu.c \
android/main.c \
# Add common system libraries
@@ -1059,7 +1058,8 @@ VL_SOURCES := framebuffer.c \
android/display-core.c \
android/framebuffer-core.c \
android/user-events-core.c \
- android/ui-ctl-core.c \
+ android/protocol/ui-commands-proxy.c \
+ android/protocol/core-commands-impl.c \
# Add common system libraries
#
@@ -1217,7 +1217,8 @@ VL_SOURCES := framebuffer.c \
console-ui.c \
iolooper-select.c \
android/framebuffer-ui.c \
- android/ui-ctl-ui.c \
+ android/protocol/ui-commands-impl.c \
+ android/protocol/core-commands-proxy.c \
# Add common system libraries
#