Changed zouba directory heirarchy.
[ptas] / zouba / wrt / preview / data / appManager_data.js
1 /**
2  * SAPI Sample Data - AppManager
3  */
4
5
6 (function(){  
7         
8     var data_apps = [
9     {
10         "Path": "C:\\private\\10282822\\com.nokia.forum.widget.accuwidget\\AccuWidget\\accuwidget.xhtml",
11         "Uid": "0x2000dad2",
12         "Caption": "AccuWidget",
13         "ShortCaption": "AccuWidget"
14     }, {
15         "Path": "C:\\private\\10282822\\com.nokia.wrt.tools.sapi.CreatorWidget\\CreatorWidget\\index.html",
16         "Uid": "0x2000dadb",
17         "Caption": "Creator Widget",
18         "ShortCaption": "Creator Widget"
19         },{\r
20         "Path": "Z:\\sys\\bin\\lcapp.exe",\r
21         "Uid": "0x10283139",\r
22         "Caption": "Location",\r
23         "ShortCaption": "Location"\r
24     }, {\r
25         "Path": "Z:\\sys\\bin\\javadrmmanager.exe",\r
26         "Uid": "0x1028246e",\r
27         "Caption": "javadrmmanager",\r
28         "ShortCaption": "javadrmmanager"\r
29     }, {\r
30         "Path": "Z:\\sys\\bin\\iaupdater.exe",\r
31         "Uid": "0x2000f85d",\r
32         "Caption": "iaupdater",\r
33         "ShortCaption": "iaupdater"\r
34     }, {\r
35         "Path": "Z:\\sys\\bin\\iaupdate.exe",\r
36         "Uid": "0x2000f85a",\r
37         "Caption": "App. update",\r
38         "ShortCaption": "App. update"\r
39     }, {\r
40         "Path": "Z:\\sys\\bin\\SAFlash.exe",\r
41         "Uid": "0x101fd693",\r
42         "Caption": "Flash Lite",\r
43         "ShortCaption": "Flash Lite"\r
44     }, {\r
45         "Path": "Z:\\sys\\bin\\eswt.exe",\r
46         "Uid": "0x101f9516",\r
47         "Caption": "eswt",\r
48         "ShortCaption": "eswt"\r
49     }, {\r
50         "Path": "Z:\\sys\\bin\\DRMRightsManager.exe",\r
51         "Uid": "0x101f85c7",\r
52         "Caption": "Licences",\r
53         "ShortCaption": "Licences"\r
54     }, {\r
55         "Path": "Z:\\sys\\bin\\RoapApp.exe",\r
56         "Uid": "0x10008d64",\r
57         "Caption": "Licence download",\r
58         "ShortCaption": "Licence download"\r
59     }, {\r
60         "Path": "Z:\\sys\\bin\\DdViewer.exe",\r
61         "Uid": "0x10008d3f",\r
62         "Caption": "Download",\r
63         "ShortCaption": "Download"\r
64         }, {
65                 "Path": "Z:\\sys\\bin\\MediaGallery2.exe",
66                 "Uid": "0x101f8599",
67                 "Caption": "Gallery",
68                 "ShortCaption": "Gallery"
69     }, {\r
70         "Path": "Z:\\sys\\bin\\CodViewer.exe",\r
71         "Uid": "0x10008d4a",\r
72         "Caption": "Download",\r
73         "ShortCaption": "Download"\r
74     }];\r
75                 
76                 
77                 
78     var data_packages = [{\r
79         "PackageName": "Mobiola Screen Capture",\r
80         "Uid": "0x2000be16",\r
81         "Version": "3:0",\r
82         "Vendor": "Warelex LLC",\r
83         "Drive": "E"\r
84     }, {\r
85         "PackageName": "Facebook",\r
86         "Uid": "0x20011184",\r
87         "Version": "1:0",\r
88         "Vendor": "Nokia Corporation",\r
89         "Drive": "C"\r
90     }];\r
91         
92         
93         /**
94          * register data!
95          */
96         device.implementation.loadData('Service.AppManager', 'Application', data_apps);
97         device.implementation.loadData('Service.AppManager', 'UserInstalledPackage', data_packages);
98
99 })()