homescreensrv_plat/ai_plugin_management_api/inc/aiscutuids.hrh
branchRCL_3
changeset 9 d0529222e3f0
parent 4 1a2a00e78665
child 10 5ef93ea513cb
child 18 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Uids for shortcut plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef AISCUTUIDS_HRH
       
    20 #define AISCUTUIDS_HRH
       
    21 
       
    22 #include <platform/mw/aicontentpublisheruid.hrh>
       
    23 
       
    24 /**
       
    25  * Ecom dll uid for AI Shortcut plug-in.
       
    26  */
       
    27 #define AI_UID_ECOM_DLL_CONTENTPUBLISHER_SCUTPLUGIN 0x102750F9
       
    28 
       
    29 /**
       
    30  * Ecom implementation uid for AI Shortcut plug-in.
       
    31  */
       
    32 #define AI_UID_ECOM_IMPLEMENTATION_CONTENTPUBLISHER_SCUTPLUGIN 0x102750FA
       
    33 
       
    34 /**
       
    35  * Ecom dll uid for AI Shortcut Settings plug-in.
       
    36  */
       
    37 #define AI_UID_ECOM_DLL_SETTINGS_SCUTPLUGIN 0x102750FB
       
    38 
       
    39 /**
       
    40  * Ecom implementation uid for AI Shortcut Settings plug-in.
       
    41  */
       
    42 #define AI_UID_ECOM_IMPLEMENTATION_SETTINGS_SCUTPLUGIN 0x102750FC
       
    43 
       
    44 #endif // AISCUTUIDS_HRH
       
    45 
       
    46 // End of File.