epoc32/include/msvruids.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
     1 msvruids.h
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     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
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @publishedAll
       
    21  @released
       
    22 */
       
    23 #if !defined(__MSVREGUD_H__)
       
    24 #define __MSVREGUD_H__
       
    25 
       
    26 #include <e32base.h>
       
    27 #include <msvstd.hrh>
       
    28 
       
    29 /**
       
    30 * @internalAll
       
    31 * @released
       
    32 */
       
    33 const TInt KMsvNumMtmDllTypes=4;
       
    34 /**
       
    35 * @internalAll
       
    36 * @released
       
    37 */
       
    38 const TUid KUidMsvDataComponent     ={0x10003C69};
       
    39 // Server-side MTM 
       
    40 /**
       
    41 * @publishedAll
       
    42 * @released
       
    43 */
       
    44 const TUid KUidMtmServerComponent	={KUidMtmServerComponentVal};
       
    45 // Client-side MTM 
       
    46 /**
       
    47 * @publishedAll
       
    48 * @released
       
    49 */
       
    50 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 
       
    99 #endif