phonebookui/Phonebook2/spbcontentprovider/src/spbserviceiconprovider.cpp
branchRCL_3
changeset 7 b3431bff8c19
parent 3 04ab22b956c2
equal deleted inserted replaced
6:e8e3147d53eb 7:b3431bff8c19
    21 #include <mbsaccess.h>
    21 #include <mbsaccess.h>
    22 #include <gulicon.h>
    22 #include <gulicon.h>
    23 #include <TPbk2IconId.h>
    23 #include <TPbk2IconId.h>
    24 #include <AknIconUtils.h>
    24 #include <AknIconUtils.h>
    25 #include <fbs.h>
    25 #include <fbs.h>
       
    26 #include <Pbk2NamesListExUID.h>
    26 
    27 
    27 // CONSTS
    28 // CONSTS
    28 
    29 
    29 namespace {
    30 namespace {
    30 
    31 
    32 _LIT8( KApplicationId, "xsp" );
    33 _LIT8( KApplicationId, "xsp" );
    33 
    34 
    34 // Staring index for icon id's
    35 // Staring index for icon id's
    35 const TInt KIconIndexStartValue = 500;
    36 const TInt KIconIndexStartValue = 500;
    36 
    37 
    37 // TODO: aquire proper uid
       
    38 // Used UID for icon id's
    38 // Used UID for icon id's
    39 const TInt KIconUidValue        = 3;
    39 const TInt KIconUidValue        = KPbk2NamesListExtPluginUID2;
    40 }
    40 }
    41 
    41 
    42 /**
    42 /**
    43  * Icon information container class
    43  * Icon information container class
    44  */
    44  */