Update contrib.
1 // Copyright (c) 1997-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 "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // define the shared client/server definitions and
15 // services provided by the ECom client session
19 #ifndef __ECOMSERVERSTART_H__
20 #define __ECOMSERVERSTART_H__
24 // Definitions for location & startup of the ECom server
25 // Define the ECom server name
26 // Shared client/server definitions and services provided by
32 The name of the server
35 _LIT(KEComServerName,"!ecomserver");
36 _LIT(KEComServerImg,"z:\\system\\libs\\ecomserver"); // DLL/EXE full path
39 The unique UID identifying this server implementation
42 const TUid KEComServerUid3={0x10009D8F};
45 The ECom server Major version number
48 const TInt KEComServerMajorVN=1;
50 The ECom server Minor version number
53 const TInt KEComServerMinorVN=0;
55 The ECom server Build version number
58 const TInt KEComServerBuildVN=0;
63 Intended Usage : Called from E32Main to launch server
64 Error Condition : None.
66 @return A system wide error code indicating the success of the server launch