javamanager/javaregistry/legacy/server/inc/javaregserverallowedid.h
branchRCL_3
changeset 19 04becd199f91
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 /*
       
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  javaregserverallowedid definition
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef JAVAREGSERVERALLOWEDID_H
       
    20 #define JAVAREGSERVERALLOWEDID_H
       
    21 
       
    22 #include <javauids.h>
       
    23 
       
    24 
       
    25 namespace Java
       
    26 {
       
    27 namespace Manager
       
    28 {
       
    29 namespace Registry
       
    30 {
       
    31 
       
    32 /**
       
    33  * These are the allowed secureIds who can access the JavaRegistryServer.
       
    34  */
       
    35 const TSecureId AllowedClientSecureId_Backup = KBackupCoreUid;
       
    36 const TSecureId AllowedClientSecureId_Installer = 0x101F875A;   // KSWInstSvrUid in AppinstUI
       
    37 const TSecureId AllowedClientSecureId_OsgiVm = 0x10275084;      // OsgiVm secure ID
       
    38 const TSecureId AllowedClientSecureId_JavaHelperServer = 0x1020329F;   // JavaHelperServer.exe
       
    39 // secure ID - for legacy reasons
       
    40 const TSecureId AllowedClientSecureId_AppInstUi = 0x101F875A;   // AppInstUi (SWInstSvrUI.exe)
       
    41 // secure ID - for legacy reasons
       
    42 const TSecureId AllowedClientSecureId_SDKDebugAgent = 0x10208DDD; // SDK debug agent
       
    43 
       
    44 }//namespace Registry
       
    45 }//namespace Manager
       
    46 }//namespace Java
       
    47 
       
    48 #endif // JAVAREGSERVERALLOWEDID_H