mmappcomponents/mmmtpdataprovider/inc/mmmtpdpdefs.h
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  define properties
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MMMTPDPDEFS_H
       
    20 #define MMMTPDPDEFS_H
       
    21 
       
    22 /**
       
    23 * define all the object properties that are supported by the mm mtp data provider
       
    24 */
       
    25 
       
    26 // Mandatory for all formats
       
    27 static const TUint16 KMmMtpDpSupportedPropMandatoryAll[] =
       
    28     {
       
    29     EMTPObjectPropCodeStorageID,
       
    30     EMTPObjectPropCodeObjectFormat,
       
    31     EMTPObjectPropCodeProtectionStatus,
       
    32     EMTPObjectPropCodeObjectSize,
       
    33     EMTPObjectPropCodeObjectFileName,
       
    34     EMTPObjectPropCodeParentObject,
       
    35     EMTPObjectPropCodePersistentUniqueObjectIdentifier,
       
    36     EMTPObjectPropCodeName,
       
    37     EMTPObjectPropCodeNonConsumable,
       
    38     };
       
    39 
       
    40 // Additional for all foramts
       
    41 static const TUint16 KMmMtpDpSupportedPropAdditionalAll[] =
       
    42     {
       
    43     EMTPObjectPropCodeDateAdded,
       
    44     EMTPObjectPropCodeDateCreated,
       
    45     EMTPObjectPropCodeDateModified,
       
    46     };
       
    47 
       
    48 #endif // MMMTPDPDEFS_H