os/security/authorisation/userpromptservice/examples/integration/inc/tmsgcommon.h
First public contribution.
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 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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
16 * No changes necessary to support User Prompt Service
33 // The User Prompt Services requires systems servers to
34 // have the ProtServ capability
35 _LIT(KMsgServerName, "!TMsgServer");
36 _LIT(KMsgServerImg,"TMsgServer.exe");
37 static const TUid KMsgServerUid3 = {0x01041000};
38 static const TInt KMsgServerVersionMajor = 1;
39 static const TInt KMsgServerVersionMinor = 0;
40 static const TInt KMsgServerVersionBuild = 0;
42 enum TMsgServerMessages
51 #endif /* TMSGCOMMON_H_*/