uiacceltk/hitchcock/CommonInc/alfuids.h
author William Roberts <williamr@symbian.org>
Fri, 12 Nov 2010 11:42:24 +0000
branchRCL_3
changeset 66 8ee165fddeb6
parent 0 15bf7259bb7c
permissions -rw-r--r--
Change HuiStatic.cpp to avoid VFP instructions in the static initialiser - avoids Bug 3937

/*
* Copyright (c) 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:   UID definitions
*
*/



#ifndef ALFUIDS_H
#define ALFUIDS_H

/**
 * UID3 of the Alfred Server executable
 */
#define KAlfAppServerInterfaceUid3  0x10282845

/**
 * UID3 of the Alfred Server core library
 */
#define KAlfAppServerCoreUid3       0x10282848

/**
 * UID3 of the Alfred Server client library
 */
#define KAlfClientUid3              0x10282846

// This must match with TARGET-field in alfredserver.mmp
#define ALFSERVERNAME "alfredserver"

#endif // ALFUIDS_H