pushmtm/Plugins/WhiteListAdapterInc/WhiteListAdapterUids.h
branchRCL_3
changeset 69 4455192101e4
parent 65 8e6fa1719340
equal deleted inserted replaced
65:8e6fa1719340 69:4455192101e4
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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:  UID definitions for the White List Adapter plug-in.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef WHITELISTADAPTERUIDS_H
       
    21 #define WHITELISTADAPTERUIDS_H
       
    22 
       
    23 // ================= UIDs ======================
       
    24 
       
    25 /// DLL UID
       
    26 #define KWhiteListAdapterDllUid 0x10008D3E
       
    27 
       
    28 // ECOM DLL implementation UID - White List Adapter
       
    29 #define KWhiteListAdapterImplementationUid 0x101F85EF
       
    30 
       
    31 // ECOM DLL interface UID
       
    32 #define KProvisioningAdapterInterfaceUid 0x101F84D5
       
    33 
       
    34 #endif	// WHITELISTADAPTERUIDS_H
       
    35 
       
    36 // End of file