inc/mdscommoninternal.h
branchRCL_3
changeset 19 82c0024438c8
parent 17 50de4d668bb6
child 26 9f21bab39f42
equal deleted inserted replaced
17:50de4d668bb6 19:82c0024438c8
    45 
    45 
    46 const TInt KMaxUintValueLength   = 10;
    46 const TInt KMaxUintValueLength   = 10;
    47 const TInt KMaxUint64ValueLength = 20;
    47 const TInt KMaxUint64ValueLength = 20;
    48 
    48 
    49 _LIT( KMdSServerName,"MdSServer" ); // Server name
    49 _LIT( KMdSServerName,"MdSServer" ); // Server name
       
    50 _LIT( KMdSServerProcessString,"MdSServer*" ); 
    50 _LIT( KSchemaChunkName, "MdSSchema" );
    51 _LIT( KSchemaChunkName, "MdSSchema" );
    51 
    52 
    52 _LIT( KCMediaIdKey, "CDriveMediaId" );
    53 _LIT( KCMediaIdKey, "CDriveMediaId" );
    53 _LIT( KMassStorageMediaIdKey, "MassStorageMediaId" );
    54 _LIT( KMassStorageMediaIdKey, "MassStorageMediaId" );
    54 
    55