email/mobilitytestframework/inc/mobilitytestpropertyvalue.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalTechnology
       
    21  @released
       
    22 */
       
    23 
       
    24 #ifndef __MOBILITYTESTPROPERTYVALUE_H__
       
    25 #define __MOBILITYTESTPROPERTYVALUE_H__
       
    26 
       
    27 #include <e32cmn.h>
       
    28 
       
    29 const TUid KPropertyCatMsgTestUtilityServer2={0x102857AB};
       
    30 
       
    31 static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);
       
    32 
       
    33 enum TMyPropertyKeys {EMyPropertyCounter, EMyPropertyParamCall, EMyPropertyParamFlag};
       
    34 
       
    35 const TInt KMobilityTestPropertyValueEnumerationOffset = 1000;
       
    36 
       
    37 enum TMobilityTestPropertyValue
       
    38 {
       
    39 	ENTSInitialValueFlag=KMobilityTestPropertyValueEnumerationOffset,
       
    40 	
       
    41 	//MMobilityProtocolResp:
       
    42 	ENTSPreferredCarrierUpgradeCall,
       
    43 	ENTSPreferredCarrierDowngradeCall,
       
    44 	ENTSNewCarrierActiveCall,
       
    45 	ENTSErrorCall,
       
    46 	
       
    47 	//CActiveCommsMobilityApiExt:
       
    48 	ENTSMigrateToPreferredCarrierFlag,
       
    49 	ENTSIgnorePreferredCarrierFlag,
       
    50 	ENTSNewCarrierAcceptedFlag,
       
    51 	ENTSNewCarrierRejectedFlag,
       
    52 
       
    53 	//CMobilityPolicyPlugin:
       
    54 	ENTSPreferredCarrierUpgradeFlag,
       
    55 	ENTSPreferredCarrierDowngradeFlag,
       
    56 	ENTSCancelFlag,
       
    57 	ENTSMigrationCompleteMigrateOKFlag,
       
    58 	ENTSMigrationCompleteCouldNotReconnectFlag,
       
    59 	ENTSMigrationCompleteMobilityErrorFlag,
       
    60 	
       
    61 	//MImMobilityPolicyHandler:
       
    62 	ENTSAcceptImmediatelyCall,
       
    63 	ENTSAcceptStopCurrentCall,
       
    64 	ENTSAcceptCompleteCurrentCall,
       
    65 	ENTSIgnoreCall
       
    66 };
       
    67 
       
    68 #endif //__MOBILITYTESTPROPERTYVALUE_H__