epoc32/include/app/VPbkPublicUid.h
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/app/VPbkPublicUid.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,75 @@
     1.4 +/*
     1.5 +* Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:  Virtual phonebook public UIDs.
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +#ifndef VPBKPUBLICUID_H
    1.23 +#define VPBKPUBLICUID_H
    1.24 +
    1.25 +
    1.26 +//////////////////////////////////////////////////////////////////////////
    1.27 +//
    1.28 +// Virtual Phonebook Attribute UIDs
    1.29 +//
    1.30 +//////////////////////////////////////////////////////////////////////////
    1.31 +
    1.32 +/**
    1.33 + * Virtual Phonebook Speed Dial Attribute UID
    1.34 + * 
    1.35 + * @see CVPbkSpeedDialAttribute
    1.36 + */
    1.37 +#define KVPbkSpeedDialAttributeImplementationUID 0x10207289
    1.38 +
    1.39 +/**
    1.40 + * Virtual Phonebook Default Attribute UID
    1.41 + *
    1.42 + * @see CVPbkDefaultAttribute
    1.43 + */
    1.44 +#define KVPbkDefaultAttributeImplementationUID 0x1020728a
    1.45 +
    1.46 +/**
    1.47 + * Virtual Phonebook Voice Tag Attribute UID
    1.48 + *
    1.49 + * @see CVPbkVoiceTagAttribute
    1.50 + */
    1.51 +#define KVPbkVoiceTagAttributeImplementationUID 0x1020728b
    1.52 +
    1.53 +/**
    1.54 + * Virtual Phonebook Top Contact Attribute Imp UID
    1.55 + *
    1.56 + * @see CVPbkVoiceTagAttribute
    1.57 + */
    1.58 +#define KVPbkTopContactAttributeManagerImpUid 0x200100E2
    1.59 +
    1.60 +//////////////////////////////////////////////////////////////////////////
    1.61 +//
    1.62 +// Contacts Model <-> Virtual Phonebook converter ECOM implementation UID
    1.63 +//
    1.64 +//////////////////////////////////////////////////////////////////////////
    1.65 +
    1.66 +/**
    1.67 + * Virtual Phonebook Contact Id Converter ECOM implementation UID
    1.68 + *
    1.69 + * @see CVPbkContactIdConverter
    1.70 + */
    1.71 +#define KVPbkContactIdConverterImplementationUid 0x1020728c
    1.72 +
    1.73 +
    1.74 +
    1.75 +#endif // VPBKPUBLICUID_H
    1.76 +
    1.77 +//End of file
    1.78 +