inc/mdscommoninternal.h
changeset 23 33ae025ac1e8
parent 21 50bf9db68373
child 25 8e4539ab1889
child 41 2290317b9ec5
equal deleted inserted replaced
21:50bf9db68373 23:33ae025ac1e8
    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