diff -r 000000000000 -r 05e9090e2422 uiresources_plat/tfx_server_plugin_ids_api/inc/TfxSrvEcomIds.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiresources_plat/tfx_server_plugin_ids_api/inc/TfxSrvEcomIds.h Thu Dec 17 09:14:12 2009 +0200 @@ -0,0 +1,31 @@ +/* +* 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: Defines Ecom plugin ids for Tfx Server plugin API + To be used with MTransitionServer.h and MTransitionServerController.h + headers. +* +*/ + + +#ifndef TFXSRVECOMIDS_H +#define TFXSRVECOMIDS_H + +#define KTfxSrvEcomDllUid 0x10282DBA +#define KTfxSrvEcomPluginInterfaceUID 0x10282DBB +#define KTfxSrvEcomImpl 0x10282DBC +#define KTfxSrvCtrlEcomImpl 0x10282DBD + +#endif // TFXSRVECOMIDS_H + +