content_harvester_plugin_api/inc/contentharvesterpluginuids.hrh
changeset 1 d98565035bbe
equal deleted inserted replaced
0:ef94aa7943d2 1:d98565035bbe
       
     1 /*
       
     2 * Copyright (c) 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:  UID used in Content Harvester rss plug-ins files 
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CONTENTHARVESTERPLUGINUID_HRH_
       
    20 #define CONTENTHARVESTERPLUGINUID_HRH_
       
    21 
       
    22 #define KContentHarvesterPluginUid 0x10282E5B // interface uid
       
    23 #define KCHSwiPluginUidDll 0x20022E84 // SwiPlugin DLL UID
       
    24 #define KCHSwiPluginUidImpl 0x20022E85 // SwiPlugin Impl UID
       
    25 
       
    26 #endif /*CONTENTHARVESTERPLUGINUID_HRH_*/