mpx/collectionframework/collectionserver/inc/mpxcollectionserverdefs.h
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Collection Server common definitions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPXCOLLECTIONSERVERDEFS_H
       
    20 #define MPXCOLLECTIONSERVERDEFS_H
       
    21 
       
    22 
       
    23 #include<e32base.h>
       
    24 #include<apmstd.h>
       
    25 #include<mpxcollectionframeworkdefs.h>
       
    26 
       
    27 // Server name
       
    28 _LIT(KMPXCollectionServerName,"MPXCollectionServer");
       
    29 _LIT(KMPXCollectionServerImg,"mpxcollectionserver");        // DLL/EXE name
       
    30 // UID
       
    31 const TUid KMPXCollectionServerUid3={0x101FFC31};  
       
    32 // Serverversion number
       
    33 const TUint KMPXCollectionServerMajorVersionNumber=0;
       
    34 const TUint KMPXCollectionServerMinorVersionNumber=1;
       
    35 const TUint KMPXCollectionServerBuildVersionNumber=1;
       
    36 
       
    37 #endif  // MPXCOLLECTIONSERVERDEFS_H
       
    38