/*
* 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