diff -r f5050f1da672 -r 04becd199f91 javamanager/javaregistry/legacy/server/inc/javaregserverallowedid.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/javamanager/javaregistry/legacy/server/inc/javaregserverallowedid.h Tue Apr 27 16:30:29 2010 +0300 @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2005-2006 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: javaregserverallowedid definition +* +*/ + + +#ifndef JAVAREGSERVERALLOWEDID_H +#define JAVAREGSERVERALLOWEDID_H + +#include + + +namespace Java +{ +namespace Manager +{ +namespace Registry +{ + +/** + * These are the allowed secureIds who can access the JavaRegistryServer. + */ +const TSecureId AllowedClientSecureId_Backup = KBackupCoreUid; +const TSecureId AllowedClientSecureId_Installer = 0x101F875A; // KSWInstSvrUid in AppinstUI +const TSecureId AllowedClientSecureId_OsgiVm = 0x10275084; // OsgiVm secure ID +const TSecureId AllowedClientSecureId_JavaHelperServer = 0x1020329F; // JavaHelperServer.exe +// secure ID - for legacy reasons +const TSecureId AllowedClientSecureId_AppInstUi = 0x101F875A; // AppInstUi (SWInstSvrUI.exe) +// secure ID - for legacy reasons +const TSecureId AllowedClientSecureId_SDKDebugAgent = 0x10208DDD; // SDK debug agent + +}//namespace Registry +}//namespace Manager +}//namespace Java + +#endif // JAVAREGSERVERALLOWEDID_H