diff -r 000000000000 -r 15bf7259bb7c uiacceltk/hitchcock/CommonInc/alfuids.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiacceltk/hitchcock/CommonInc/alfuids.h Tue Feb 02 07:56:43 2010 +0200 @@ -0,0 +1,41 @@ +/* +* 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