mmappfw_plat/mtp_keys_api/inc/MtpPrivatePSKeys.h
changeset 38 959ca709b049
parent 35 2ee890d2f7e7
child 39 1d92fd018dd4
equal deleted inserted replaced
35:2ee890d2f7e7 38:959ca709b049
     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 Publish & Subsribe Keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MTPPRIVATEPSKEYS_H
       
    20 #define MTPPRIVATEPSKEYS_H
       
    21 
       
    22 // Security Code UI Originator API
       
    23 const TUid KMtpPSUid = {0x101FFC51};    // Mtp Key UID
       
    24 const TInt KMtpPSStatus = 1;            // Mtp UID
       
    25 
       
    26 enum TMtpPSStatus
       
    27     {
       
    28     EMtpPSStatusUninitialized = 0, 
       
    29     EMtpPSStatusActive, 
       
    30     EMtpPSStatusReadyToSync
       
    31     };
       
    32 
       
    33 #endif // MTPPRIVATEPSKEYS_H