diff -r 13d7c31c74e0 -r b183ec05bd8c remotemgmt_plat/fota_engine_api/inc/fotaconst.h --- a/remotemgmt_plat/fota_engine_api/inc/fotaconst.h Thu Aug 19 10:44:50 2010 +0300 +++ b/remotemgmt_plat/fota_engine_api/inc/fotaconst.h Tue Aug 31 16:04:06 2010 +0300 @@ -23,7 +23,6 @@ // Definition of app server uid and service uid #define KFotaServerUid 0x102072C4 #define KFotaServiceUid 0x102072C5 -#define KStorageIFUid 0x10207384 #define KDMHostServer1Uid 0x101F9A02 #define KSosServerUid 0x101f99fb #define KOmaDMAppUid 0x101F6DE5 @@ -38,9 +37,6 @@ const TInt KDefaultSmlTryCount = 4; const TInt KMaximumSmlTryCount = 1000; -// Chunk used to transfer swupd -const TInt KFotaChunkMinSize = 131072;//128 KB size -const TInt KFotaChunkMaxSize = 3000000; const TInt KFotaMaxPkgURLLength ( 2048 ); const TInt KFotaMaxPkgNameLength ( 80 ); @@ -50,6 +46,21 @@ const TInt KBmpMargin(21); _LIT8( KNSmlIAPId, "NSmlIapId" ); -_LIT( KFotaPanic, "Download"); +_LIT( KFotaPanic, "FotaServer"); +_LIT(KFotaServerName,"FotaServer"); +_LIT( KFotaServerScem, "FotaServer_10247628"); + +enum TFotaClient + { + EUnknown = 0, + EDMHostServer = 1, + EOMADMAppUi = 2, + EFotaScheduler = 3, + EStarter = 4, + EFMSServer = 5, + EFotaTestApp = 6, + ESoftwareChecker = 7, + ESoftwareCheckerBackground = 8 + }; #endif \ No newline at end of file