History log of /system/chre/platform/slpi/preloaded_nanoapps.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
00fc46f106078118bd73f49f6b22b471151a58fa 30-Aug-2017 Andrew Rossignol <aarossig@google.com> Adds wifi_offload.so to the preloaded nanoapp list

Bug: 65119819
Test: ./load_chre.sh with wifi_offload.so pushed
Change-Id: Ia49880f3d0c530a304136373b3598d91fa851dae
/system/chre/platform/slpi/preloaded_nanoapps.cc
82a389192f8211cabbe4a3e3488b2b69e43512d1 18-Apr-2017 Brian Duddie <bduddie@google.com> Add geofence to preloaded nanoapp list for SLPI

Attempt to load "geofence.so" at startup - if this file doesn't exist,
the only impact is the logging of an error message, so this is safe to
check in prior to availability of the geofence.so in the build.

Test: run on device with and without geofence.so present
Change-Id: I0aa11b4e63d3a4b56a44f8e9646f5e36eb08dfb5
/system/chre/platform/slpi/preloaded_nanoapps.cc
6f7ee70aab8a27c9c6ec431dc12b71a2b2bb9bab 29-Mar-2017 Brian Duddie <bduddie@google.com> Support pre-loaded dynamic nanoapps for SLPI

Add support for loading standalone .so nanoapps that are pre-loaded
into the device. This is an alternative nanoapp loading method that will
be used as a temporary measure for nanoapps that are planned to be
delivered at runtime through the HAL.

Test: confirm load failure but running CHRE when activity.so not
present, and it loads successfully when present

Change-Id: I94288fab7d630c7c6abe6a461220edd17f7a89b0
/system/chre/platform/slpi/preloaded_nanoapps.cc