epoc32/include/mw/msvruids.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
       
    14 // MSVRUIDS.H
    14 //
    15 //
    15 
       
    16 
       
    17 
    16 
    18 /**
    17 /**
    19  @file
    18  @file
    20  @publishedAll
    19  @publishedAll
    21  @released
    20  @released
    24 #define __MSVREGUD_H__
    23 #define __MSVREGUD_H__
    25 
    24 
    26 #include <e32base.h>
    25 #include <e32base.h>
    27 #include <msvstd.hrh>
    26 #include <msvstd.hrh>
    28 
    27 
    29 /**
    28 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS  
    30 * @internalAll
    29 #include "msvconsts.h"
    31 * @released
    30 #endif
    32 */
    31 
    33 const TInt KMsvNumMtmDllTypes=4;
       
    34 /**
       
    35 * @internalAll
       
    36 * @released
       
    37 */
       
    38 const TUid KUidMsvDataComponent     ={0x10003C69};
       
    39 // Server-side MTM 
    32 // Server-side MTM 
    40 /**
    33 /**
    41 * @publishedAll
    34 * @publishedAll
    42 * @released
    35 * @released
    43 */
    36 */
    46 /**
    39 /**
    47 * @publishedAll
    40 * @publishedAll
    48 * @released
    41 * @released
    49 */
    42 */
    50 const TUid KUidMtmClientComponent	={KUidMtmClientComponentVal};
    43 const TUid KUidMtmClientComponent	={KUidMtmClientComponentVal};
    51 // User Interface MTM
       
    52 /**
       
    53 * @internalAll
       
    54 * @released
       
    55 */
       
    56 const TUid KUidMtmUiComponent		={KUidMtmUiComponentVal};
       
    57 // UI Data MTM 
       
    58 /**
       
    59 * @internalAll
       
    60 * @released
       
    61 */
       
    62 const TUid KUidMtmUiDataComponent	={KUidMtmUiDataComponentVal};
       
    63 /**
       
    64 * @internalTechnology
       
    65 * @released
       
    66 */
       
    67 const TUid KMsvDllType1Uid={0x10003C62}; 
       
    68 /**
       
    69 * @internalTechnology
       
    70 * @released
       
    71 */
       
    72 const TUid KMsvDllType2Uid={0x10003C63};
       
    73 /**
       
    74 * @internalTechnology
       
    75 * @released
       
    76 */
       
    77 const TUid KMsvDllType3Uid={0x10003C64};
       
    78 /**
       
    79 * @internalTechnology
       
    80 * @released
       
    81 */
       
    82 const TUid KMsvDllType4Uid={0x10003C65};
       
    83 /**
       
    84 * @internalTechnology
       
    85 * @released
       
    86 */
       
    87 const TUid KMsvDllType5Uid={0x10003C66};
       
    88 /**
       
    89 * @internalTechnology
       
    90 * @released
       
    91 */
       
    92 const TUid KMsvDllType6Uid={0x10003C67};
       
    93 /**
       
    94 * @internalComponent
       
    95 * @released
       
    96 */
       
    97 const TUid KUidMtmMultipleComponent	={0x10004845}; 
       
    98 
    44 
    99 #endif
    45 #endif