remotemgmt_plat/scp_server_api/inc/SCPServerInterface.h
branchRCL_3
changeset 19 86979fe66c4c
parent 0 b497e44ab2fc
child 61 b183ec05bd8c
equal deleted inserted replaced
14:9e9792ae22e3 19:86979fe66c4c
    25 #include "SCPPServerPluginDefs.hrh"
    25 #include "SCPPServerPluginDefs.hrh"
    26 
    26 
    27 typedef TBuf<8> TSCPSecCode;
    27 typedef TBuf<8> TSCPSecCode;
    28 const TInt KSCPMaxEnhCodeLen = 256;
    28 const TInt KSCPMaxEnhCodeLen = 256;
    29 
    29 
       
    30 // New DataType to store encrypted information of maximum size 128.
       
    31 typedef TBuf<128> TSCPCryptoCode;
    30 
    32 
    31 // LOCAL CONSTANTS
    33 // LOCAL CONSTANTS
    32 _LIT( KSCPServerName, "!SCPServer" );
    34 _LIT( KSCPServerName, "!SCPServer" );
    33 _LIT( KSCPServerFileName, "SCPServer" );
    35 _LIT( KSCPServerFileName, "SCPServer" );
    34 _LIT( KSCPServerSemaphoreName, "SCPServerSem" );
    36 _LIT( KSCPServerSemaphoreName, "SCPServerSem" );