1. 19 Mar, 2011 1 commit
    • Wink Saville's avatar
      Change mock-ril and reference-ril to use include/telephony/ril.h · ed1ce999
      Wink Saville authored
      I've done this by change the copy to a symbolic link, this allows
      us to easily change from using the common include/telephony/ril.h
      to a separate instance when ril.h is evolving.
      
      Bug: 3457628
      Bug: 4132203
      Change-Id: I0fca1c0409e9bf6381e491ad338d2299ab512405
      ed1ce999
  2. 09 Feb, 2011 1 commit
  3. 03 Nov, 2010 1 commit
  4. 06 Oct, 2010 1 commit
    • Xia Wang's avatar
      Port Mock Ril from master branch to GB. DO NOT MERGE · 14171dca
      Xia Wang authored
      - Replace functions in protobuf_v8.cpp, node_buffer.cpp with those in v8 version of GB:
        replace Object::Get(uint32_t index) with Object::Get(Handle<Value> key)
        replace As function with Object::Cast();
      - Modify Android.mk file
        Add "LOCAL_MODULE_TAGS" for librilproto-java
        Tag modules as "debug" so that it can be build in userdebug build
      
      Change-Id: I1523786a63ef66b263b80e069dfcab865cab348f
      14171dca
  5. 04 Aug, 2010 1 commit
    • Wink Saville's avatar
      cleanup mock-ril. · a1e3f27c
      Wink Saville authored
      Remove old generated code and change Android.mk to not use
      the old generated code.
      
      Make enum RADIO_STATE_XXX more consistent with other enum
      naming and name it RADIOSTATE_XXX.
      
      Add the ril.h command numbers to the comments in ril.proto.
      
      Change Request in mock_ril.js to use this instead of making a new object.
      
      Regenerate the proto output files.
      
      Change-Id: I077cd8c7168cf779ab76d9eef1fdf46beca898bc
      a1e3f27c
  6. 28 Jul, 2010 2 commits
  7. 27 Jul, 2010 3 commits
  8. 20 Jul, 2010 1 commit
  9. 11 Jun, 2010 2 commits
    • Wink Saville's avatar
      Make mock-ril optional and remove reference-cdma-sms. · a1664721
      Wink Saville authored
      mock-ril is for testing and should not be included
      by default on devices.
      
      reference-cdma-sms is vistigual and is not nor ever was used.
      
      Change-Id: I38707499685f62f3413f817635c0b6f3bdcaab02
      a1664721
    • Andy McFadden's avatar
      Fix the x86 build. · 841eabad
      Andy McFadden authored
      We're not currently building V8 for x86, and mock-ril was changed to
      depend on it.  This updates the makefile to skip building mock-ril on
      non-ARM builds (e.g. sim-eng).
      
      Change-Id: I50e1b6859d4d221316c87c2fdd5cb4d29fa5afbf
      841eabad
  10. 10 Jun, 2010 1 commit
    • Wink Saville's avatar
      Add testV8. · 16c00522
      Wink Saville authored
      Change-Id: I26ec3bc964c523fe6f855e8fe3d436064acfb27a
      16c00522
  11. 04 Jun, 2010 1 commit
    • Kenny Root's avatar
      Skip stlport for simulator · 2db099fd
      Kenny Root authored
      The host's stl library conflicts with stlport, so we need to exclude
      stlport from inclusion in the build if we're targeting the simulator.
      
      Change-Id: Idde6453687870a4e361d6a537482fe09dc2fdb47
      2db099fd
  12. 03 Jun, 2010 1 commit
  13. 29 May, 2010 1 commit
    • Wink Saville's avatar
      A minimal ril. · c651f248
      Wink Saville authored
      This ril loads properly but most methods are just stubs return errors.
      
      Change-Id: Ie98e5ade9ae67956ab94efbcdc3b441818ef7354
      c651f248