uiacceltk/hitchcock/CommonInc/alfuids.h
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 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:   UID definitions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef ALFUIDS_H
       
    21 #define ALFUIDS_H
       
    22 
       
    23 /**
       
    24  * UID3 of the Alfred Server executable
       
    25  */
       
    26 #define KAlfAppServerInterfaceUid3  0x10282845
       
    27 
       
    28 /**
       
    29  * UID3 of the Alfred Server core library
       
    30  */
       
    31 #define KAlfAppServerCoreUid3       0x10282848
       
    32 
       
    33 /**
       
    34  * UID3 of the Alfred Server client library
       
    35  */
       
    36 #define KAlfClientUid3              0x10282846
       
    37 
       
    38 // This must match with TARGET-field in alfredserver.mmp
       
    39 #define ALFSERVERNAME "alfredserver"
       
    40 
       
    41 #endif // ALFUIDS_H