pressrv_plat/xdm_api/inc/XdmProtocolUidList.h
changeset 0 c8caa15ef882
child 12 e6a66db4e9d0
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     1 /*
       
     2 * Copyright (c) 2005 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:   XDM protocols
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __XDMPROTOCOLUIDLIST__
       
    22 #define __XDMPROTOCOLUIDLIST__
       
    23 
       
    24 #include <e32base.h>
       
    25 
       
    26 //Constants
       
    27 const TInt KXcapProtocol                = 0x10207423;
       
    28 const TInt KLocalProtocol               = 0x10207424;
       
    29 
       
    30 // Application usage interface Uid
       
    31 const TInt KXdmXcapAppUsageInterfaceUid     = 0x10207417;
       
    32 
       
    33 // Application usage Uids
       
    34 const TInt KXdmCapabilityUsageUid         = 0x10207418;
       
    35 const TInt KXdmDirectoryUsageUid          = 0x10207419;
       
    36 const TInt KXdmTestAppUsageUid            = 0x1020741A;
       
    37 const TInt KXdmPocGroupUsageUid           = 0x1020741B;
       
    38 const TInt KXdmPocUserAccessUsageUid      = 0x1020741C;
       
    39 const TInt KXdmSharedXDMUsageUid          = 0x1020741D;
       
    40 const TInt KXdmRlsServicesUsageUid        = 0x1020741E;
       
    41 const TInt KXdmResourceListsUsageUid      = 0x10275080;
       
    42 const TInt KXdmIetfCommonPolicyUsageUid   = 0x10275081;
       
    43 const TInt KXdmOmaCommonPolicyUsageUid    = 0x10275082;
       
    44 const TInt KXdmIetfPresRulesUsageUid      = 0x10275083;
       
    45 const TInt KXdmOmaPresRulesUsageUid       = 0x102750AB;
       
    46 const TInt KXdmUsageUid                   = 0x20028701;
       
    47 const TInt KXdmNSNUsageUid                = 0x20028702;
       
    48 
       
    49 #endif      //__XDMPROTOCOLUIDLIST__
       
    50             
       
    51 // End of File