diff -r 000000000000 -r c8caa15ef882 simpledatamodeladapter/group/presenceplugin_resource.hrh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/simpledatamodeladapter/group/presenceplugin_resource.hrh Tue Feb 02 01:05:17 2010 +0200 @@ -0,0 +1,58 @@ +/* +* 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: resource definitions +* +*/ + +#ifndef PRESENCEPLUGIN_RESOURCE_HRH +#define PRESENCEPLUGIN_RESOURCE_HRH + +/** + * System wide UID 2:s for ECom plugin dlls. + */ +#define PRESENCEPLUGIN_DLL_UID_ECOM_PLUGIN 0x10009D8D + +/** + * Officially reserved UID 3 for the Presence Framework + * PRESENCE protocol dll. + */ +#define PRESENCEPLUGIN_DLL_UID_PRESENCE_PROTOCOL 0x10275464 + + +/** + * Resource file compatible defintions for ximp test protocols. + * + * This must be kept in-sync with definitions in + * "ximptestprotocols.h" + */ + +#define PRESENCEPLUGIN_1_IMPLEMENTATION_UID 0x10282EF2 +#define PRESENCEPLUGIN_1_VERSION_NO 1 +#define PRESENCEPLUGIN_1_DISPLAY_NAME "IETF SIMPLE PRESENCE protocol" +#define PRESENCEPLUGIN_1_DEFAULT_DATA "PRESENCE" + +// Protocol capabilities: "valuevalue..." +// +//

Provider +// Feature id +// Supported schema +// +// Example: +// "

Nokiafeat/pres/foofeat/pres/barsip" +// +#define PRESENCEPLUGIN_1_OPAQUE_DATA "

Nokiafeat/pres/pubfeat/pres/fetchfeat/pres/subssip" + + +#endif // SIMPLEPLUGIN_RESOURCE_HRH +