contacts_plat/phonebook_2_ui_extension_plugin_api/inc/Pbk2ExtensionUID.h
branchRCL_3
changeset 20 f4a778e096c2
parent 0 e686773b3f54
equal deleted inserted replaced
19:5b6f26637ad3 20:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Phonebook 2 UI extension UIDs.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PBK2EXTENSIONUID_H
       
    20 #define PBK2EXTENSIONUID_H
       
    21 
       
    22 /**
       
    23  * Common Phonebook 2 UI extension UID definitions. All extensions should
       
    24  * use the UID constants defined in this file.
       
    25  */
       
    26 
       
    27 // --------------------------------------------------------------------------
       
    28 // Phonebook 2 UI extension plug-in UIDs
       
    29 // --------------------------------------------------------------------------
       
    30 //
       
    31 
       
    32 /// Default data string for Phonebook 2 ECom extension plug-ins
       
    33 #define KPbk2UiExtensionDefaultDataString               "Pbk2UiExtension"
       
    34 
       
    35 /// Default data string for Phonebook 2 ECom thin extension plug-ins
       
    36 #define KPbk2ThinUiExtensionDefaultDataString           "Pbk2ThinUiExtension"
       
    37 
       
    38 /// ECom interface UID to be used with Phonebook 2 UI extension plug-ins
       
    39 #define KPbk2UiExtensionInterfaceUID                    0x101f885d
       
    40 
       
    41 /// ECom interface UID to be used with Phonebook 2 thin UI extension plug-ins
       
    42 #define KPbk2ThinUiExtensionInterfaceUID                0x1020727d
       
    43 
       
    44 #endif // PBK2EXTENSIONUID_H
       
    45 
       
    46 // End of File