omacpadapters/cpdestinationnwadapter/inc/wpdestinationnwadapteruids.h
changeset 67 fdbfe0a95492
equal deleted inserted replaced
62:03849bd79877 67:fdbfe0a95492
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Destination network adapter UIDs.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef WPDESTINATIONNWADAPTERUIDS_H
       
    21 #define WPDESTINATIONNWADAPTERUIDS_H
       
    22 
       
    23 // MACROS
       
    24  
       
    25 // ECOM plugin
       
    26 #define KECOMUid2 0x10009D8D
       
    27 
       
    28 // UID2 for the Destination Network adapter. ECOM plug-in.
       
    29 #define KDestinationNetworkAdapterDllUid2 KECOMUid2
       
    30 
       
    31 // UID3 for the Destination Network adapter DLL.
       
    32 #define KDestinationNetworkAdapterDllUid3 0x2000B4AF
       
    33 
       
    34 // Implementation UID for the Destination Network adapter.
       
    35 #define KDestinationNetworkAdapterUid 0x2000B4AE
       
    36 
       
    37 // Interface UID from Client Provisioning adapter base class.
       
    38 #define KProvisioningAdapterInterface 0x101F84D5
       
    39 
       
    40 #endif //  WPDESTINATIONNWADAPTERUIDS_H