sapi_mediamanagement/data/102833AD.rss
changeset 0 14df0fbfcc4e
equal deleted inserted replaced
-1:000000000000 0:14df0fbfcc4e
       
     1 /*
       
     2 * Copyright (c) 2007-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 the License "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 file for project Media Management SAPI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <eikon.rh>
       
    20 #include <liwcommon.hrh>
       
    21 #include <ecom/registryinfov2.rh>
       
    22 
       
    23 // Declares the interface implementation provided: a custom resolver
       
    24 RESOURCE REGISTRY_INFO theInfo
       
    25     {
       
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    27     dll_uid = 0x102833AD;
       
    28     interfaces =
       
    29         {
       
    30         INTERFACE_INFO
       
    31             {
       
    32             // Interface UID of resolvers
       
    33             interface_uid = KLiwClassBase;// Uid for CResolver interface
       
    34             implementations =
       
    35                 {
       
    36                 IMPLEMENTATION_INFO
       
    37                     {
       
    38                     implementation_uid = 0x10282CF8;// same as in cpp file
       
    39                     version_no = 1;
       
    40                     display_name = "MediaManagement Service Provider";
       
    41                     default_data = "Service.MediaManagement";
       
    42                     opaque_data = "IDataSource";
       
    43                     }
       
    44                 };
       
    45             }
       
    46         };
       
    47     }
       
    48 
       
    49 //  End of File