X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=zouba.sb1%2Fmisc%2Frss%2Fpreview%2Fdata%2FappManager_data.js;fp=zouba.sb1%2Fmisc%2Frss%2Fpreview%2Fdata%2FappManager_data.js;h=560c5491ab1c8fff1d9ae92055f2f7fa8ce15a0a;hb=c7108eea7242056e4685411a3113cbaf34a2982e;hp=0000000000000000000000000000000000000000;hpb=e377f99e1701bb2f5d583954485d1a1e6d031d05;p=ptas diff --git a/zouba.sb1/misc/rss/preview/data/appManager_data.js b/zouba.sb1/misc/rss/preview/data/appManager_data.js new file mode 100644 index 0000000..560c549 --- /dev/null +++ b/zouba.sb1/misc/rss/preview/data/appManager_data.js @@ -0,0 +1,99 @@ +/** + * SAPI Sample Data - AppManager + */ + + +(function(){ + + var data_apps = [ + { + "Path": "C:\\private\\10282822\\com.nokia.forum.widget.accuwidget\\AccuWidget\\accuwidget.xhtml", + "Uid": "0x2000dad2", + "Caption": "AccuWidget", + "ShortCaption": "AccuWidget" + }, { + "Path": "C:\\private\\10282822\\com.nokia.wrt.tools.sapi.CreatorWidget\\CreatorWidget\\index.html", + "Uid": "0x2000dadb", + "Caption": "Creator Widget", + "ShortCaption": "Creator Widget" + },{ + "Path": "Z:\\sys\\bin\\lcapp.exe", + "Uid": "0x10283139", + "Caption": "Location", + "ShortCaption": "Location" + }, { + "Path": "Z:\\sys\\bin\\javadrmmanager.exe", + "Uid": "0x1028246e", + "Caption": "javadrmmanager", + "ShortCaption": "javadrmmanager" + }, { + "Path": "Z:\\sys\\bin\\iaupdater.exe", + "Uid": "0x2000f85d", + "Caption": "iaupdater", + "ShortCaption": "iaupdater" + }, { + "Path": "Z:\\sys\\bin\\iaupdate.exe", + "Uid": "0x2000f85a", + "Caption": "App. update", + "ShortCaption": "App. update" + }, { + "Path": "Z:\\sys\\bin\\SAFlash.exe", + "Uid": "0x101fd693", + "Caption": "Flash Lite", + "ShortCaption": "Flash Lite" + }, { + "Path": "Z:\\sys\\bin\\eswt.exe", + "Uid": "0x101f9516", + "Caption": "eswt", + "ShortCaption": "eswt" + }, { + "Path": "Z:\\sys\\bin\\DRMRightsManager.exe", + "Uid": "0x101f85c7", + "Caption": "Licences", + "ShortCaption": "Licences" + }, { + "Path": "Z:\\sys\\bin\\RoapApp.exe", + "Uid": "0x10008d64", + "Caption": "Licence download", + "ShortCaption": "Licence download" + }, { + "Path": "Z:\\sys\\bin\\DdViewer.exe", + "Uid": "0x10008d3f", + "Caption": "Download", + "ShortCaption": "Download" + }, { + "Path": "Z:\\sys\\bin\\MediaGallery2.exe", + "Uid": "0x101f8599", + "Caption": "Gallery", + "ShortCaption": "Gallery" + }, { + "Path": "Z:\\sys\\bin\\CodViewer.exe", + "Uid": "0x10008d4a", + "Caption": "Download", + "ShortCaption": "Download" + }]; + + + + var data_packages = [{ + "PackageName": "Mobiola Screen Capture", + "Uid": "0x2000be16", + "Version": "3:0", + "Vendor": "Warelex LLC", + "Drive": "E" + }, { + "PackageName": "Facebook", + "Uid": "0x20011184", + "Version": "1:0", + "Vendor": "Nokia Corporation", + "Drive": "C" + }]; + + + /** + * register data! + */ + device.implementation.loadData('Service.AppManager', 'Application', data_apps); + device.implementation.loadData('Service.AppManager', 'UserInstalledPackage', data_packages); + +})()