videoconnutility/inc/vcxconnutilcommon.h
branchRCL_3
changeset 48 13a33d82ad98
parent 0 822a42b6c3f1
equal deleted inserted replaced
47:826cea16efd9 48:13a33d82ad98
       
     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 the License "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:    containd common constants used in the scope of vcxconnectionutility*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __VCX_CONNUTILCOMMON_H
       
    21 #define __VCX_CONNUTILCOMMON_H
       
    22 
       
    23 /**
       
    24  * use UID of the PS worker as a category of the 
       
    25  * PS keys used by connectionutility
       
    26  */
       
    27 const TUid KVcxConnUtilPScategory = { 0x2001B2AB };
       
    28 
       
    29 /**
       
    30  * name of the "PS -worker" executable
       
    31  */
       
    32 _LIT( KVcxConnUtilPSWorkerName, "vcxconnutilpsworker" );  
       
    33 
       
    34 /**
       
    35  * name of the semaphore used by the PS worker to signal 
       
    36  * PS keys are ready
       
    37  */
       
    38 _LIT( KVcxConnUtilPSSema, "__vcxxonnutilsemaphore__" );    
       
    39 
       
    40 #endif // __VCX_CONNUTILCOMMON_H