os/mm/devsoundextensions/ciextnfactoryplugins/ciplatformmsghndlrplugin/data/10207BF1.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 1020 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:   Resource definitions for project custom interface extension
    15 *                platform message handler plugin.
    16 *
    17 */
    18 
    19 
    20 
    21 #include <registryinfov2.rh>
    22 #include <cimsghndlrintfc.hrh>
    23 #include "ciplatformmsghndlrplugin.hrh"
    24 
    25 RESOURCE REGISTRY_INFO r_theinfo
    26     {
    27     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    28     // UID for the DLL
    29     dll_uid = 0x10207BF1;
    30     // Declare array of interface info
    31     interfaces =
    32         {
    33         INTERFACE_INFO
    34             {
    35             // UID of interface that is implemented
    36             interface_uid = KUidCIMsgHndlrIntfcInterface;
    37             implementations =
    38                 {
    39                 // Info for CCircle
    40                 IMPLEMENTATION_INFO
    41                     {
    42                     implementation_uid = KUidCCIPlatformMsgHndlrPlugin;
    43                     version_no         = 1;
    44                     display_name       = "CI Platform Message Handler Plugin";
    45                     default_data       = "";
    46                     opaque_data        = "";
    47                     rom_only           = 1;
    48                     }
    49                 };
    50             }
    51         };
    52     }