brandingserver/group/bsuids.h
changeset 0 e6b17d312c8b
child 21 cfd5c2994f10
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2009 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: BRANDINGSERVER UIDs
       
    15 *
       
    16 */
       
    17 #ifndef     __BRANDINGUIDS_H
       
    18 #define     __BRANDINGUIDS_H
       
    19 
       
    20 //Uid2:s
       
    21 #define KStaticInterfaceDllUid2         0x1000008d // CSI: 8 # 
       
    22 
       
    23 
       
    24 //Uid3:s
       
    25 #define KBrandingClientUid3            0x102828DE // CSI: 8 # 
       
    26 #define KBrandingSrvUid3               0x102828DD // CSI: 8 # 
       
    27 
       
    28 
       
    29 #endif // __BRANDINGUIDS_H
       
    30 
       
    31 
       
    32 //  END OF FILE
       
    33 
       
    34