inc/mdscommoninternal.h
branchRCL_3
changeset 30 3e156c80c15d
parent 27 4a4892eec172
child 47 b73252188534
equal deleted inserted replaced
27:4a4892eec172 30:3e156c80c15d
    33 
    33 
    34 // Universal image folder
    34 // Universal image folder
    35 _LIT( KDCIMFolder, ":\\DCIM");
    35 _LIT( KDCIMFolder, ":\\DCIM");
    36 
    36 
    37 // schema file version
    37 // schema file version
    38 const TInt KSchemaFileMajorVersion = 2;
    38 const TInt KSchemaFileMajorVersion = 3;
    39 const TInt KSchemaFileMinorVersion = 0;
       
    40 
    39 
    41 const TDefId KDefaultNamespaceDefId = 1;
    40 const TDefId KDefaultNamespaceDefId = 1;
    42 
    41 
    43 const TDefId KBaseObjectDefId = 1;
    42 const TDefId KBaseObjectDefId = 1;
    44 
    43