os/mm/devsoundextensions/ciextnfactoryplugins/ciextnserverplugin/data/10207BEB.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 *                devsound server plugin.
    16 *
    17 */
    18 
    19 
    20 
    21 #include <registryinfov2.rh>
    22 #include <a3f/mmfdevsoundcustominterfaceextensions.hrh>
    23 #include <mmfdevsoundcustominterface.hrh>
    24 
    25 RESOURCE REGISTRY_INFO r_theinfo
    26     {
    27     // resource_format_version (for <RegistryInfoV2.rh>) must always be set as
    28     // follows
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    30 
    31     // UID for the DLL
    32     dll_uid = 0x10207BEB;
    33     // Declare array of interface info
    34     interfaces = 
    35         {
    36         INTERFACE_INFO
    37             {
    38             // UID of interface that is implemented
    39             interface_uid = KUidDevSoundCIServerExtension;
    40             implementations = 
    41                 {
    42                 // Info for CCircle
    43                 IMPLEMENTATION_INFO
    44                     {
    45                     implementation_uid = KMmfUidCIServerExtensionImpl;
    46                     version_no         = 1;
    47                     display_name       = "CI Extn Server Plugin";
    48                     default_data       = "10283409"; // must be same as KUidDevSoundCIServerExtensionImpl 
    49                                                      // value is checked plugin is loaded from ECOM
    50                     opaque_data        = "";
    51                     rom_only           = 1;
    52                     }
    53                 };
    54             }
    55         };
    56     }