kerneltest/e32test/usb/t_usb_device/include/tranhandleserverconsts.h
changeset 247 d8d70de2bd36
equal deleted inserted replaced
201:43365a9b78a3 247:d8d70de2bd36
       
     1 /*
       
     2 * Copyright (c) 2010 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:
       
    15 *
       
    16 */
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #ifndef TRANHANDLESERVERCONSTS_H
       
    24 #define TRANHANDLESERVERCONSTS_H
       
    25 
       
    26 #include <e32base.h>
       
    27 
       
    28 _LIT(KTranHandleServerName, "!TranHandleSrv");
       
    29 
       
    30 /** Version numbers. */
       
    31 const TInt8 KTranHandleSrvMajorVersionNumber = 1;
       
    32 const TInt8 KTranHandleSrvMinorVersionNumber = 1;
       
    33 const TInt16 KTranHandleSrvBuildNumber = 0;
       
    34 
       
    35 /** IPC messages supported by the server. */
       
    36 enum TNcmIpc
       
    37     {
       
    38     ETransferHandle              = 0,
       
    39     ENotSupport
       
    40     };
       
    41     
       
    42 
       
    43 #endif // TRANHANDLESERVERCONSTS_H