Changed zouba directory heirarchy.
[ptas] / zouba / misc / rss / preview / data / appManager_data.js
diff --git a/zouba/misc/rss/preview/data/appManager_data.js b/zouba/misc/rss/preview/data/appManager_data.js
new file mode 100644 (file)
index 0000000..560c549
--- /dev/null
@@ -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"
+       },{\r
+        "Path": "Z:\\sys\\bin\\lcapp.exe",\r
+        "Uid": "0x10283139",\r
+        "Caption": "Location",\r
+        "ShortCaption": "Location"\r
+    }, {\r
+        "Path": "Z:\\sys\\bin\\javadrmmanager.exe",\r
+        "Uid": "0x1028246e",\r
+        "Caption": "javadrmmanager",\r
+        "ShortCaption": "javadrmmanager"\r
+    }, {\r
+        "Path": "Z:\\sys\\bin\\iaupdater.exe",\r
+        "Uid": "0x2000f85d",\r
+        "Caption": "iaupdater",\r
+        "ShortCaption": "iaupdater"\r
+    }, {\r
+        "Path": "Z:\\sys\\bin\\iaupdate.exe",\r
+        "Uid": "0x2000f85a",\r
+        "Caption": "App. update",\r
+        "ShortCaption": "App. update"\r
+    }, {\r
+        "Path": "Z:\\sys\\bin\\SAFlash.exe",\r
+        "Uid": "0x101fd693",\r
+        "Caption": "Flash Lite",\r
+        "ShortCaption": "Flash Lite"\r
+    }, {\r
+        "Path": "Z:\\sys\\bin\\eswt.exe",\r
+        "Uid": "0x101f9516",\r
+        "Caption": "eswt",\r
+        "ShortCaption": "eswt"\r
+    }, {\r
+        "Path": "Z:\\sys\\bin\\DRMRightsManager.exe",\r
+        "Uid": "0x101f85c7",\r
+        "Caption": "Licences",\r
+        "ShortCaption": "Licences"\r
+    }, {\r
+        "Path": "Z:\\sys\\bin\\RoapApp.exe",\r
+        "Uid": "0x10008d64",\r
+        "Caption": "Licence download",\r
+        "ShortCaption": "Licence download"\r
+    }, {\r
+        "Path": "Z:\\sys\\bin\\DdViewer.exe",\r
+        "Uid": "0x10008d3f",\r
+        "Caption": "Download",\r
+        "ShortCaption": "Download"\r
+       }, {
+               "Path": "Z:\\sys\\bin\\MediaGallery2.exe",
+               "Uid": "0x101f8599",
+               "Caption": "Gallery",
+               "ShortCaption": "Gallery"
+    }, {\r
+        "Path": "Z:\\sys\\bin\\CodViewer.exe",\r
+        "Uid": "0x10008d4a",\r
+        "Caption": "Download",\r
+        "ShortCaption": "Download"\r
+    }];\r
+               
+               
+               
+    var data_packages = [{\r
+        "PackageName": "Mobiola Screen Capture",\r
+        "Uid": "0x2000be16",\r
+        "Version": "3:0",\r
+        "Vendor": "Warelex LLC",\r
+        "Drive": "E"\r
+    }, {\r
+        "PackageName": "Facebook",\r
+        "Uid": "0x20011184",\r
+        "Version": "1:0",\r
+        "Vendor": "Nokia Corporation",\r
+        "Drive": "C"\r
+    }];\r
+       
+       
+       /**
+        * register data!
+        */
+       device.implementation.loadData('Service.AppManager', 'Application', data_apps);
+       device.implementation.loadData('Service.AppManager', 'UserInstalledPackage', data_packages);
+
+})()