phonebookui/Phonebook2/inc/Pbk2InternalUID.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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 application internal UIDs.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PBK2INTERNALUID_H
       
    20 #define PBK2INTERNALUID_H
       
    21 
       
    22 /// Phonebook 2 application server UI service UID
       
    23 #define KPbk2UIService 0x10207278
       
    24 
       
    25 /// Phonebook 2 server application UID
       
    26 #define KPbk2ServerAppUID3 0x10207277
       
    27 
       
    28 /// Phonebook 2 UI Services ECom plugin
       
    29 #define KPbk2UIServicesUID 0x101F87BE
       
    30 
       
    31 /// Phonebook 2 UI Policy implementation DLL UID3
       
    32 #define KPbk2UIPolicyUID3 0x101f87b2
       
    33 
       
    34 /// Speed dial application UID3
       
    35 #define KSpeedDialUid 0x1000590A
       
    36 
       
    37 /// Phonebook 2 local variation settings file UID
       
    38 #define KPbk2LocalVariationUID 0x101f859a
       
    39 
       
    40 /// Custom field content type UID 1
       
    41 #define KPbk2CustomContentTypeUid1 0x101f4cf1
       
    42 
       
    43 /// Custom field content type UID 2
       
    44 #define KPbk2CustomContentTypeUid2 0x101f4cf2
       
    45 
       
    46 /// Custom field content type UID 3
       
    47 #define KPbk2CustomContentTypeUid3 0x101F85A6
       
    48 
       
    49 /// Custom field content type UID 4
       
    50 #define KPbk2CustomContentTypeUid4 0x101F85A7
       
    51 
       
    52 /// Implementation UIDs for AIW providers
       
    53 #define KPbk2AiwCmdSelectImplementationUID 0x1020728e
       
    54 #define KPbk2AiwCmdAssignImplementationUID 0x1020728f
       
    55 
       
    56 /// Phonebook migration extension plugin interface UID
       
    57 #define KPbk2MigrationSupportInterfaceUID 0x102823ea
       
    58 
       
    59 /// Phonebook Migration support plugin
       
    60 #define KPbk2MigrationSupportImplementationUID 0x102823eb
       
    61 
       
    62 /// Phonebook 2 All contacts view sort order provider plugin implementation UID
       
    63 #define KPbk2AllContactsViewSortOrderProviderImplementationUID    0x10283313
       
    64 
       
    65 // Phonebook 2 Contacts RemoteContactLookup setting Extension implementation UID 
       
    66 #define  KFscRclSettingExtensionImplementationUID             0x2001F464         
       
    67 
       
    68 /// Control command item extension
       
    69 #define KPbk2ControlCmdItemExtensionUID	0x2
       
    70 
       
    71 /// Names list control extension extension uid
       
    72 #define KPbk2ContactUiControlExtensionExtensionUID 0x3
       
    73 
       
    74 /// Phonebook 2 Context launch request's custom view message uid
       
    75 #define KPbk2ContextLaunchCustomMessageUID 0x20029F44
       
    76 
       
    77 //
       
    78 // Common system UIDs
       
    79 // For some reason these are not available in .mmp usable form (macros)
       
    80 // in Symbian OS SDK.
       
    81 //
       
    82 #define KEPOCNullUID 0x0
       
    83 #define KEPOCAppUID2 0x100039ce
       
    84 #define KEPOCStaticDllUID2 0x1000008d
       
    85 #define KEComRecognitionUID2 0x10009D8D
       
    86 
       
    87 #endif // PBK2INTERNALUID_H
       
    88 
       
    89 // End of File