diff options
Diffstat (limited to 'b2g/simulator/bootstrap.js')
-rw-r--r-- | b2g/simulator/bootstrap.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/b2g/simulator/bootstrap.js b/b2g/simulator/bootstrap.js new file mode 100644 index 000000000..b728caa3d --- /dev/null +++ b/b2g/simulator/bootstrap.js @@ -0,0 +1,4 @@ +function startup(data, reason) {} +function shutdown(data, reason) {} +function install(data, reason) {} +function uninstall(data, reason) {} |