terminalsecurity/SCP/SCPDatabase/inc/SCPDBCommon.h
author hgs
Mon, 25 Oct 2010 11:38:28 +0530
changeset 77 9f85c58c0592
parent 0 b497e44ab2fc
permissions -rw-r--r--
201043

/*
* 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__