omadm/omadmextensions/adapters/inc/nsmldmimpluids.h
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2002 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:    DM tree etc.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __NSMLDMIMPLUIDS_H__
       
    22 #define __NSMLDMIMPLUIDS_H__
       
    23 
       
    24 // ------------------------------------------------------------------------------------------------
       
    25 // Includes
       
    26 // ------------------------------------------------------------------------------------------------
       
    27 #include <e32base.h>
       
    28 
       
    29 // ------------------------------------------------------------------------------------------------
       
    30 //
       
    31 // ------------------------------------------------------------------------------------------------
       
    32 
       
    33 // Implementation UIDs for DS adapters
       
    34 const TUint KNSmlDMSettingsAdapterImplUid = 0x101F6DEC;
       
    35 const TUint KNSmlDSSettingsAdapterImplUid = 0x101F6DED;
       
    36 const TUint KNSmlDMDevInfoAdapterImplUid = 0x101F6DEE;
       
    37 const TUint KNSmlDMDevDetailAdapterImplUid = 0x101F6DEF;
       
    38 const TUint KNSmlInternetAdapterImplUid = 0x101F6DE2;
       
    39 const TUint KNSmlDMEmailAdapterImplUid = 0x101F6E35;
       
    40 const TUint KNSmlDMMMSAdapterImplUid = 0x101F6E37;
       
    41 const TUint KNSmlDMFotaAdapterImplUid = 0x101F9A09;
       
    42 #endif // __CNSMLDMIMPLUIDS_H__