mmshplugins/mmshwpadapterplugin/inc/muswpadapteruids.h
changeset 15 ccd8e69b5392
parent 2 b31261fd4e04
child 20 e8be2c2e049d
child 22 496ad160a278
equal deleted inserted replaced
2:b31261fd4e04 15:ccd8e69b5392
     1 /*
       
     2 * Copyright (c) 2006 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:  project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MUSWPADAPTERUID_H
       
    20 #define MUSWPADAPTERUID_H
       
    21 
       
    22 #include "../../../inc/musuid.hrh"
       
    23 
       
    24 // The next two UIDs are copies from the non-public header 
       
    25 // ProvisioningUIDs.h. They are defined again in this file because 
       
    26 // MusAdapter is not going to be part of S60 Provisioning package 
       
    27 // and thus can't require provisioning source codes.
       
    28 
       
    29 // ECOM plugin
       
    30 #define KECOMUID2 0x10009D8D
       
    31 
       
    32 /// UID of the Provisisioning Adapter plugin interface
       
    33 #define KPROVISIONINGADAPTERINTERFACE 0x101F84D5
       
    34 
       
    35 
       
    36 // The following UIDs are for MusAdapter
       
    37 
       
    38 // UID2 for the MusAdapter. ECOM plug-in.
       
    39 #define KMUSWPADAPTERDLLUID2 KECOMUID2
       
    40 
       
    41 /// UID3 for the MusAdapter DLL
       
    42 #define KMUSWPADAPTERDLLUID3 KMusWpAdapterUid
       
    43 
       
    44 
       
    45 #endif // MUSWPADAPTERUID_H