equal
deleted
inserted
replaced
29 #include <e32base.h> |
29 #include <e32base.h> |
30 #include <f32file.h> |
30 #include <f32file.h> |
31 #include "sislauncherdefs.h" |
31 #include "sislauncherdefs.h" |
32 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
32 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
33 #include <usif/scr/appregentries.h> |
33 #include <usif/scr/appregentries.h> |
|
34 #include <usif/scr/screntries_platform.h> |
34 #endif |
35 #endif |
35 const TInt KDefaultShutdownTimeout = 10000000; |
36 const TInt KDefaultShutdownTimeout = 10000000; |
36 |
37 |
37 namespace Swi |
38 namespace Swi |
38 { |
39 { |
140 * we don't want to hang around forever waiting for an event that will never come. |
141 * we don't want to hang around forever waiting for an event that will never come. |
141 * */ |
142 * */ |
142 IMPORT_C void RunAfterEcomNotificationL(const RPointerArray<CSisRegistryFileDescription>& aFileList); |
143 IMPORT_C void RunAfterEcomNotificationL(const RPointerArray<CSisRegistryFileDescription>& aFileList); |
143 |
144 |
144 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
145 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
145 IMPORT_C void ParseSwTypeRegFileL(RFile& aFile, RPointerArray<CSoftwareTypeRegInfo>& aSwTypeRegInfoArray); |
146 IMPORT_C void ParseSwTypeRegFileL(RFile& aFile, RPointerArray<Usif::CSoftwareTypeRegInfo>& aSwTypeRegInfoArray); |
146 |
147 |
147 IMPORT_C void RegisterSifLauncherMimeTypesL(const RPointerArray<HBufC8>& aMimeTypes); |
148 IMPORT_C void RegisterSifLauncherMimeTypesL(const RPointerArray<HBufC8>& aMimeTypes); |
148 |
149 |
149 IMPORT_C void UnregisterSifLauncherMimeTypesL(const RPointerArray<HBufC8>& aMimeTypes); |
150 IMPORT_C void UnregisterSifLauncherMimeTypesL(const RPointerArray<HBufC8>& aMimeTypes); |
150 |
151 |