homescreenpluginsrv/hspsmanager/src/hspsthemeserver.cpp
branchv5backport
changeset 54 666a2952b5b3
parent 3 ff572005ac23
equal deleted inserted replaced
53:282cea3dd14c 54:666a2952b5b3
    77 // Just in case emulator cannot read system version we use this to
    77 // Just in case emulator cannot read system version we use this to
    78 // prevent ROM installation on every boot up
    78 // prevent ROM installation on every boot up
    79 _LIT( KDummyVersionInfo, "dummyversioninfo" );
    79 _LIT( KDummyVersionInfo, "dummyversioninfo" );
    80 
    80 
    81 const TUint KAppId_hspsAS =  270486738; //  0x101F4CD2 from S60 3.1 Xuikon AppShell in 3.1 product.
    81 const TUint KAppId_hspsAS =  270486738; //  0x101F4CD2 from S60 3.1 Xuikon AppShell in 3.1 product.
    82 const TUint KAppId_hspsAI =  271012080 ; // 0x102750F0 support for Xuikon-based ActiveIdle 
    82 // changed from 0x102750F0 = 271012080 to 0xEDFF45C4 = 3992929732 for standalone app
       
    83 const TUint KAppId_hspsAI =  3992929732 ; // 0xEDFF45C4 support for Xuikon-based ActiveIdle 
    83 const TUint KAppId_LE =    270551469 ; // 0x102049AD LayoutTest
    84 const TUint KAppId_LE =    270551469 ; // 0x102049AD LayoutTest
    84 
    85 
    85 const TInt KAppIdAny = -1; // All applications
    86 const TInt KAppIdAny = -1; // All applications
    86 
    87 
    87 // ======== LOCAL FUNCTIONS ========
    88 // ======== LOCAL FUNCTIONS ========