bluetoothengine/btaudioman/data/10208970.rss
changeset 0 f63038272f30
child 6 6a29d5ad0713
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 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:  ECom resource definition Declares
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #include <ecom/registryinfov2.rh>
       
    22 #include <AsyServiceUids.h>
       
    23 
       
    24 RESOURCE REGISTRY_INFO BTAudioManPluginResource
       
    25     {
       
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    27     dll_uid = 0x10208970;
       
    28     interfaces = 
       
    29         {
       
    30          INTERFACE_INFO
       
    31             {
       
    32             // ASY plugin interface
       
    33             interface_uid = KACCESSORYPLUGINAPIUID;
       
    34             implementations = 
       
    35                 {
       
    36                 IMPLEMENTATION_INFO
       
    37                     {
       
    38                     implementation_uid = 0x1020897C;
       
    39                     version_no         = 1;
       
    40                     display_name       = "0x1020897B";
       
    41                     default_data       = KACCESSORYPLUGINAPIMAINSERVICE;      
       
    42                     opaque_data        = "Heap=0x1000|Stack=0x1000";
       
    43                     rom_only           = 1;      
       
    44                     },
       
    45                 IMPLEMENTATION_INFO
       
    46                     {
       
    47                     implementation_uid = 0x1020897D;
       
    48                     version_no         = 1;
       
    49                     display_name       = "0x1020897B";
       
    50                     default_data       = KACCESSORYPLUGINAPIHANDLER;      
       
    51                     opaque_data        = "";
       
    52                     rom_only           = 1;
       
    53                     }
       
    54                 };
       
    55             },
       
    56         INTERFACE_INFO
       
    57             {
       
    58             // BTEng plugin interface
       
    59             interface_uid = 0x2000277B;
       
    60             implementations = 
       
    61                 {
       
    62                 IMPLEMENTATION_INFO
       
    63                     {
       
    64                     implementation_uid = 0x1020897B;
       
    65                     version_no         = 1;
       
    66                     display_name       = "btaudioman";
       
    67                     default_data       = "1108";
       
    68                     opaque_data        = "";
       
    69                     rom_only           = 1;    
       
    70                     }
       
    71                 };
       
    72             }
       
    73        };
       
    74     }
       
    75 
       
    76 // End of File