installationservices/swi/test/tuiscriptadaptors/sisregistryaccess_common.h
changeset 0 ba25891c3a9e
child 50 c6e8afe0ba85
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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 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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * SisRegistryAccess - shared client/server definitions
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file 
       
    22  @test
       
    23  @internalComponent
       
    24 */
       
    25 
       
    26 #include <e32std.h>
       
    27 
       
    28 _LIT(KSisRegistryAccessServerName, "SisRegistryAccessServer");
       
    29 _LIT(KSisRegistryAccessServerBinary, "sisregistryaccessserver");		// EXE name
       
    30 const TUid KSisRegistryAccessServerUid3 = {0x101F7295};
       
    31 
       
    32 enum TSisRegistryAccessMessages
       
    33 	{
       
    34 	EAddEntry,
       
    35 	EUpdateEntry,
       
    36 	EDeleteEntry,
       
    37 	};