equal
deleted
inserted
replaced
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 |