os/mm/devsoundextensions/ciextnfactoryplugins/ciplatformfactoryplugin/data/10207BEE.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 factory plugin.
    16 *
    17 */
    18 
    19 
    20 
    21 #include <registryinfov2.rh>
    22 #include <cifactoryintfc.hrh>
    23 
    24 #include "ciplatformfactoryplugin.hrh"
    25 
    26 RESOURCE REGISTRY_INFO r_theinfo
    27     {
    28     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    29     // UID for the DLL
    30     dll_uid = 0x10207BEE;
    31     // Declare array of interface info
    32     interfaces =
    33         {
    34         INTERFACE_INFO
    35             {
    36             // UID of interface that is implemented
    37             interface_uid = KUidCIFactoryIntfcInterface;
    38             implementations =
    39                 {
    40                 // Info for CCircle
    41                 IMPLEMENTATION_INFO
    42                     {
    43                     implementation_uid = KUidCCIPlatformFactoryPlugin;
    44                     version_no         = 1;
    45                     display_name       = "CI Platform Factory Plugin";
    46                     default_data       = "";
    47                     opaque_data        = "";
    48                     rom_only           = 1;
    49                     }
    50                 };
    51             }
    52         };
    53     }