diff -r 000000000000 -r 307788aac0a8 sipplugins/sippsipadapter/group/SIPAdapterUIDs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sipplugins/sippsipadapter/group/SIPAdapterUIDs.h Tue Feb 02 01:03:15 2010 +0200 @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2004 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: UIDs for project Provisioning. +* +*/ + + +#ifndef SIPADAPTERUID_H +#define SIPADAPTERUID_H + +// CONSTANTS + +// ECOM plugin +#define KECOMUid2 0x10009D8D + +// UID2 for the SIPAdapter. ECOM plug-in. +#define KProvisioningSIPAdapterDllUid2 KECOMUid2 + +/// UID3 for the SIPAdapter DLL +#define KProvisioningSIPAdapterDllUid3 0x101FB37E + +/// UID for the SIPAdapter +#define KProvisioningSIPAdapterUid 0x101FB37F + +// UID of the Provisisioning Adapter plugin interface +// Copied from ProvisioningUIDs.h +#define KProvisioningAdapterInterface 0x101F84D5 + +#endif // PROVISIONINGUID_H + +// End of File