Update contrib.
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #ifndef FEATMGRCONFIGURATION_H
21 #define FEATMGRCONFIGURATION_H
28 const TInt KServerVersionMajor = 1; // UPDATE VERSION
29 const TInt KServerVersionMinor = 0;
30 const TInt KServerVersionBuild = 0;
31 const TInt KServerCActivePriority = CActive::EPriorityUserInput;
32 const TInt KDefaultFeatMgrTimer = (10*1000*1000);
33 #ifdef EXTENDED_FEATURE_MANAGER_TEST
34 const TInt KShutdownTimeout = 500000;
35 const TInt KServerUid2Int = 0x10205054;
37 const TInt KServerUid2Int = 0x10205054;
38 #endif // EXTENDED_FEATURE_MANAGER_TEST
39 const TUid KServerUid2 = { KServerUid2Int };
41 const TInt KDefaultAsyncSlots = 1; // Async message slots to be
42 // used in client server comms.
44 #ifdef EXTENDED_FEATURE_MANAGER_TEST
45 _LIT( KServerProcessName, "!test_featmgrserver" );
46 _LIT( KServerExeName, "test_featmgrserver.exe" );
48 _LIT( KServerExeDrive, "Z:" );
50 _LIT( KServerExeDrive, "C:" );
53 _LIT( KServerProcessName, "!FeatMgrServer" );
54 _LIT( KServerExeName, "FeatMgrServer.exe" );
55 _LIT( KServerExeDrive, "Z:" );
56 #endif // EXTENDED_FEATURE_MANAGER_TEST
64 // FUNCTION PROTOTYPES
67 // FORWARD DECLARATIONS
73 #endif // FEATMGRCONFIGURATION_H