connectivitymodules/SeCon/services/pcd/inc/sconpcdconsts.h
changeset 37 74081e1a0272
parent 20 e1de7d03f843
child 36 9ba7f05d28a5
equal deleted inserted replaced
22:1a3f0bca12c6 37:74081e1a0272
    40 // ConML Status code: Cancelled
    40 // ConML Status code: Cancelled
    41 const TInt KSConCodeCancelled( 514 );
    41 const TInt KSConCodeCancelled( 514 );
    42 // ConML Status code: No memory
    42 // ConML Status code: No memory
    43 const TInt KSConCodeNoMemory( 420 );
    43 const TInt KSConCodeNoMemory( 420 );
    44 
    44 
       
    45 
    45 // ConML Status codes in installer errorcases
    46 // ConML Status codes in installer errorcases
    46 const TInt KSConCodeInstErrUserCancel = KSConCodeCancelled; // User cancelled the operation
    47 const TInt KSConCodeInstErrUserCancel = KSConCodeCancelled; // User cancelled the operation
    47 const TInt KSConCodeInstErrFileCorrupted = 600; // File is corrupted
    48 const TInt KSConCodeInstErrFileCorrupted = 600; // File is corrupted
    48 const TInt KSConCodeInstErrInsufficientMemory = KSConCodeNoMemory; // Insufficient free memory in the drive to perform the operation
    49 const TInt KSConCodeInstErrInsufficientMemory = KSConCodeNoMemory; // Insufficient free memory in the drive to perform the operation
    49 const TInt KSConCodeInstErrPackageNotSupported = KSConCodeIncompatible; // Installation of the package is not supported
    50 const TInt KSConCodeInstErrPackageNotSupported = KSConCodeIncompatible; // Installation of the package is not supported
    54 const TInt KSConCodeInstErrNoRights = 605; // The package has no rights to perform the operation
    55 const TInt KSConCodeInstErrNoRights = 605; // The package has no rights to perform the operation
    55 const TInt KSConCodeInstErrNetworkFailure = 606; // Indicates that network failure aborted the operation
    56 const TInt KSConCodeInstErrNetworkFailure = 606; // Indicates that network failure aborted the operation
    56 const TInt KSConCodeInstErrBusy = 607; // Installer is busy doing some other operation
    57 const TInt KSConCodeInstErrBusy = 607; // Installer is busy doing some other operation
    57 const TInt KSConCodeInstErrAccessDenied = 608;  // Target location of package is not accessible
    58 const TInt KSConCodeInstErrAccessDenied = 608;  // Target location of package is not accessible
    58 const TInt KSConCodeInstUpgradeError = 609;  // The package is an invalid upgrade
    59 const TInt KSConCodeInstUpgradeError = 609;  // The package is an invalid upgrade
       
    60 
       
    61 // ConML Status code: 1001...1050 System wide error code
       
    62 const TInt KSConCodeFirstSymbianErr( 1000 );
    59 
    63 
    60 struct SDeviceInfo
    64 struct SDeviceInfo
    61 	{
    65 	{
    62 	TSConMethodName method;
    66 	TSConMethodName method;
    63 	TBool support;
    67 	TBool support;