epoc32/include/mw/msvruids.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/mw/msvruids.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mw/msvruids.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5  // All rights reserved.
     1.6  // This component and the accompanying materials are made available
     1.7 -// 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
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9  // which accompanies this distribution, and is available
    1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.12  //
    1.13  // Initial Contributors:
    1.14  // Nokia Corporation - initial contribution.
    1.15 @@ -11,10 +11,9 @@
    1.16  // Contributors:
    1.17  //
    1.18  // Description:
    1.19 +// MSVRUIDS.H
    1.20  //
    1.21  
    1.22 -
    1.23 -
    1.24  /**
    1.25   @file
    1.26   @publishedAll
    1.27 @@ -26,16 +25,10 @@
    1.28  #include <e32base.h>
    1.29  #include <msvstd.hrh>
    1.30  
    1.31 -/**
    1.32 -* @internalAll
    1.33 -* @released
    1.34 -*/
    1.35 -const TInt KMsvNumMtmDllTypes=4;
    1.36 -/**
    1.37 -* @internalAll
    1.38 -* @released
    1.39 -*/
    1.40 -const TUid KUidMsvDataComponent     ={0x10003C69};
    1.41 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS  
    1.42 +#include "msvconsts.h"
    1.43 +#endif
    1.44 +
    1.45  // Server-side MTM 
    1.46  /**
    1.47  * @publishedAll
    1.48 @@ -48,52 +41,5 @@
    1.49  * @released
    1.50  */
    1.51  const TUid KUidMtmClientComponent	={KUidMtmClientComponentVal};
    1.52 -// User Interface MTM
    1.53 -/**
    1.54 -* @internalAll
    1.55 -* @released
    1.56 -*/
    1.57 -const TUid KUidMtmUiComponent		={KUidMtmUiComponentVal};
    1.58 -// UI Data MTM 
    1.59 -/**
    1.60 -* @internalAll
    1.61 -* @released
    1.62 -*/
    1.63 -const TUid KUidMtmUiDataComponent	={KUidMtmUiDataComponentVal};
    1.64 -/**
    1.65 -* @internalTechnology
    1.66 -* @released
    1.67 -*/
    1.68 -const TUid KMsvDllType1Uid={0x10003C62}; 
    1.69 -/**
    1.70 -* @internalTechnology
    1.71 -* @released
    1.72 -*/
    1.73 -const TUid KMsvDllType2Uid={0x10003C63};
    1.74 -/**
    1.75 -* @internalTechnology
    1.76 -* @released
    1.77 -*/
    1.78 -const TUid KMsvDllType3Uid={0x10003C64};
    1.79 -/**
    1.80 -* @internalTechnology
    1.81 -* @released
    1.82 -*/
    1.83 -const TUid KMsvDllType4Uid={0x10003C65};
    1.84 -/**
    1.85 -* @internalTechnology
    1.86 -* @released
    1.87 -*/
    1.88 -const TUid KMsvDllType5Uid={0x10003C66};
    1.89 -/**
    1.90 -* @internalTechnology
    1.91 -* @released
    1.92 -*/
    1.93 -const TUid KMsvDllType6Uid={0x10003C67};
    1.94 -/**
    1.95 -* @internalComponent
    1.96 -* @released
    1.97 -*/
    1.98 -const TUid KUidMtmMultipleComponent	={0x10004845}; 
    1.99  
   1.100  #endif