blob: f70517724c45327e717f6f484cbf57a9b8678a46 [file] [log] [blame]
var channel = require('cordova/channel');
// Tell cordova channel to wait on the CordovaInfoReady event
channel.waitForInitialization('onCordovaInfoReady');
module.exports = {
platform: "PlayBook",
version: blackberry.system.softwareVersion,
name: blackberry.system.model,
uuid: blackberry.identity.PIN,
cordova: "2.0.0rc1"
};
channel.onCordovaInfoReady.fire();