omads/omadsappui/AiwSyncProvider/inc/AiwSyncProviderUids.hrh
branchRCL_3
changeset 52 4f0867e42d62
parent 0 dab8a81a92de
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     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: AIW sync plugin constants declaration
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef _ASP_SYNPROVIDER_UIDS_HRH
       
    19 #define _ASP_SYNPROVIDER_UIDS_HRH
       
    20 
       
    21 //
       
    22 // Series60 Bulletin Board/Module Uids for Series60 - Part III
       
    23 // 270501663/101F871F AiwSyncProvider.dll
       
    24 // 270501664/101F8720 AspSyncUtil.dll
       
    25 //
       
    26 // 0x101F8721 AiwImplemetationUid
       
    27 
       
    28 // dll uid
       
    29 #define KAspSyncProviderDllUid   0x101F871F
       
    30 
       
    31 // aiw service class uid
       
    32 #define KAspSyncProviderIfaceUid 0x101F8652    // KAiwClassMenu (aiw	common.hrh)
       
    33 
       
    34 // aiw service command uid
       
    35 #define KAspSyncProviderImplUid  0x101F8721
       
    36 
       
    37 
       
    38 
       
    39 #endif  // _ASP_SYNPROVIDER_UIDS_HRH