/*
* 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 NSMLDMPROVISIONINGADAPTERUIDS_H
#define NSMLDMPROVISIONINGADAPTERUIDS_H
// CONSTANTS
#define KECOMUid2 0x10009D8D
/// UID of the Provisisioning Adapter plugin interface
#define KProvisioningAdapterInterface 0x101F84D5
//#define KProvisioningAdapterInterface 0x101F3E5E
//#define KProvisioningAdapterInterface 0x0F10F128
/// UID2 for the handler plugin for WAP Provisioning documents
#define KNSmlDmProvisioningAdapterUid2 KECOMUid2
/// UID3 for the handler plugin DLL for WAP Provisioning documents
#define KNSmlDmProvisioningAdapterDllUid3 0x101F84E0
/// ECOM implementation uid
#define KNSmlDmProvisioningAdapterImplUid 0x101F84E1
#endif // NSMLDMPROVISIONINGADAPTERUIDS_H
// End of File