All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add conformance sim application
@ 2011-01-11 14:16 Jeevaka Badrappan
  2011-01-11 14:16 ` [PATCH 1/6] phonesim: add ui support for sim app selection Jeevaka Badrappan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jeevaka Badrappan @ 2011-01-11 14:16 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]

Hi,

 Following set of patches adds the ui support for selecting
sim applications and also adds conformance sim application.
DisplayText, Get Inkey, Get Input and MoreTime test cases
are added to the conformance sim application. Logging of the
result in a file can be done but it is not part of this patch.

Regards,
Jeevaka

Jeevaka Badrappan (6):
  phonesim: add ui support for sim app selection
  phonesim: Add conformance sim application
  phonesim: Add DisplayText test cases
  phonesim: Add Get Inkey test cases
  phonesim: Add Get Input test cases
  phonesim: Add MoreTime test case

 Makefile.am                       |    3 +-
 src/conformancesimapplication.cpp | 1732 +++++++++++++++++++++++++++++++++++++
 src/control.cpp                   |    5 +-
 src/controlbase.ui                |   10 +-
 src/hardwaremanipulator.cpp       |   19 +-
 src/hardwaremanipulator.h         |    4 +-
 src/phonesim.cpp                  |   28 +-
 src/phonesim.h                    |    4 +
 src/simapplication.h              |   33 +
 9 files changed, 1808 insertions(+), 30 deletions(-)
 create mode 100644 src/conformancesimapplication.cpp


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-12 23:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 14:16 [PATCH 0/6] Add conformance sim application Jeevaka Badrappan
2011-01-11 14:16 ` [PATCH 1/6] phonesim: add ui support for sim app selection Jeevaka Badrappan
2011-01-11 14:16 ` [PATCH 2/6] phonesim: Add conformance sim application Jeevaka Badrappan
2011-01-11 14:16 ` [PATCH 3/6] phonesim: Add DisplayText test cases Jeevaka Badrappan
2011-01-11 14:16 ` [PATCH 4/6] phonesim: Add Get Inkey " Jeevaka Badrappan
2011-01-11 14:16 ` [PATCH 5/6] phonesim: Add Get Input " Jeevaka Badrappan
2011-01-11 14:16 ` [PATCH 6/6] phonesim: Add MoreTime test case Jeevaka Badrappan
2011-01-12 23:27 ` [PATCH 0/6] Add conformance sim application Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.