--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/terminalsecurity/SCP/SCPDatabase/inc/SCPDBCommon.h Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,28 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef __SCPCOMMON_H__
+#define __SCPCOMMON_H__
+
+#include <e32cmn.h>
+
+#define KTarmServerUid 0x10207836
+
+// Define SID for databases
+_LIT( KDBMSOwnerProcess, "SECURE[2002677A]");
+const TUid KOwnerProcess = { 0x2002677A };
+
+#endif //__SCPCOMMON_H__