OSDN Git Service

Use local copy of ril.h for reference-ril and mock-ril.
authorWink Saville <wink@google.com>
Wed, 16 Feb 2011 01:13:10 +0000 (17:13 -0800)
committerWink Saville <wink@google.com>
Wed, 16 Feb 2011 01:13:10 +0000 (17:13 -0800)
commit9a9fbd294bf8a7465cf10480935edea8304ef661
tree927c1fd43109c1939ee8e364d86536f406bdbdef
parentf4abb2e2724a6686e106e9df18abfef8e92bab38
Use local copy of ril.h for reference-ril and mock-ril.

This allows for greater stability while we're changing the ril
interface, as defined by ril.h. An example is that the emulator
will continue to run using an older ril while we upgrade to
newer rils.

After the new ril has stabilized and these modules updated the
changes should be reverted and we should use
include/telephony/ril.h

Change-Id: If5011ccbe64bcb65f98b02060165f899b6d4b5f9
mock-ril/ril.h [new file with mode: 0644]
mock-ril/src/cpp/experiments.cpp
mock-ril/src/cpp/js_support.cpp
mock-ril/src/cpp/js_support.h
mock-ril/src/cpp/mock_ril.cpp
mock-ril/src/cpp/mock_ril.h
mock-ril/src/cpp/requests.cpp
mock-ril/src/cpp/responses.cpp
reference-ril/reference-ril.c
reference-ril/ril.h [new file with mode: 0644]