XDMEngine/XdmDeviceManagement/inc/xdmdmuid.h
changeset 0 c8caa15ef882
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     1 /*
       
     2 * Copyright (c) 2006 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:    Uids for XDM DM
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __XDMDMUID__
       
    22 #define __XDMDMUID__
       
    23 
       
    24 // Device Management ECOM plugin interface
       
    25 #define KSmlDMInterfaceUid 0x102018B4
       
    26 
       
    27 // XDM Device management DLL uid
       
    28 #define KXdmDmDllUid 0x10275112
       
    29 
       
    30 // XDM DM implementation UID
       
    31 #define KXdmDmImplUid 0x10275113
       
    32 
       
    33 
       
    34 
       
    35 #endif //  __XDMDMUID__
       
    36             
       
    37 // End of File