56 const TInt KSConCodeInstErrNetworkFailure = 606; // Indicates that network failure aborted the operation |
56 const TInt KSConCodeInstErrNetworkFailure = 606; // Indicates that network failure aborted the operation |
57 const TInt KSConCodeInstErrBusy = 607; // Installer is busy doing some other operation |
57 const TInt KSConCodeInstErrBusy = 607; // Installer is busy doing some other operation |
58 const TInt KSConCodeInstErrAccessDenied = 608; // Target location of package is not accessible |
58 const TInt KSConCodeInstErrAccessDenied = 608; // Target location of package is not accessible |
59 const TInt KSConCodeInstUpgradeError = 609; // The package is an invalid upgrade |
59 const TInt KSConCodeInstUpgradeError = 609; // The package is an invalid upgrade |
60 |
60 |
|
61 const TInt KSConCodeInstErrSifMissingBasePackage = 610; |
|
62 const TInt KSConCodeInstErrSifOverflow = 611; |
|
63 const TInt KSConCodeInstErrSifSameVersionAlreadyInstalled = 612; |
|
64 const TInt KSConCodeInstErrSifNewerVersionAlreadyInstalled = 613; |
|
65 const TInt KSConCodeInstErrSifAlreadyActivated = 614; |
|
66 const TInt KSConCodeInstErrSifAlreadyDeactivated = 615; |
|
67 const TInt KSConCodeInstErrSifBadComponentId = 616; |
|
68 const TInt KSConCodeInstErrSifBadInstallerConfiguration = 617; |
|
69 const TInt KSConCodeInstErrSifPackageCannotBeInstalledOnThisDevice = 618; |
|
70 const TInt KSConCodeInstErrSifUnsupportedLanguage = 619; |
|
71 const TInt KSConCodeInstErrScrWriteOperationInProgress = 620; |
|
72 const TInt KSConCodeInstErrScrReadOperationInProgress = 621; |
|
73 const TInt KSConCodeInstErrScrNoActiveTransaction = 622; |
|
74 const TInt KSConCodeInstErrScrUnsupportedLocale = 623; |
|
75 |
|
76 |
61 // ConML Status code: 1001...1050 System wide error code |
77 // ConML Status code: 1001...1050 System wide error code |
62 const TInt KSConCodeFirstSymbianErr( 1000 ); |
78 const TInt KSConCodeFirstSymbianErr( 1000 ); |
63 |
79 |
64 struct SDeviceInfo |
80 struct SDeviceInfo |
65 { |
81 { |
81 { ESupplyData, ETrue }, |
97 { ESupplyData, ETrue }, |
82 { EReboot, EFalse } // reboot not supported anymore (3.2 ->) |
98 { EReboot, EFalse } // reboot not supported anymore (3.2 ->) |
83 }; |
99 }; |
84 |
100 |
85 // Supported ConML version |
101 // Supported ConML version |
86 _LIT8( KCONMLVERSION, "2.0" ); |
102 _LIT8( KConMLVersion, "2.0" ); |
87 // SIS mime type for installer |
103 // SIS mime type for installer |
88 _LIT8( KSISMIMEType, "x-epoc/x-sisx-app" ); |
104 _LIT8( KSisMimeType, "x-epoc/x-sisx-app" ); |
89 // Java mime type for installer |
105 // Java mime type for installer |
90 _LIT8( KMidletMIMEType, "application/java-archive" ); |
106 _LIT8( KMidletMimeType, "application/java-archive" ); |
91 |
107 |
92 #endif |
108 #endif |
93 |
109 |
94 // End of file |
110 // End of file |