syncmlfw/ds/provisioningadapter/bld/NSmlDsProvisioningAdapterUIDs.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:07:52 +0200
changeset 0 b497e44ab2fc
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* 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:  DS Settings Provisioning Adapter
*
*/



#ifndef NSMLDSPROVISIONINGADAPTERUIDS_H
#define NSMLDSPROVISIONINGADAPTERUIDS_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 KNSmlDsProvisioningAdapterUid2 KECOMUid2

/// UID3 for the handler plugin DLL for WAP Provisioning documents
#define KNSmlDsProvisioningAdapterDllUid3 0x101F84DE

/// ECOM implementation uid
#define KNSmlDsProvisioningAdapterImplUid 0x101F84DF

#endif      //  NSMLDSPROVISIONINGADAPTERUIDS_H
            
// End of File