mmmw_plat/mtp_keys_api/inc/MtpPrivateCRKeys.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
child 6 d3f4aa43df41
child 7 709f89d8c047
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
     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:   Header Information for MTP Private Cenrep Keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MTPPRIVATECRKEYS_H
       
    20 #define MTPPRIVATECRKEYS_H
       
    21 
       
    22 #include <e32cmn.h>
       
    23 
       
    24 // MTP Settings API
       
    25 const TUid KCRUIDMTPSettings = {0x101FFC53};    // MTP CenRep Key UID
       
    26 const TUint32 KMTPDeleteFlag = 0x00000001;      // MTP CenRep Key for Delete contents
       
    27 
       
    28 #endif // MTPPRIVATECRKEYS_H