remoteconn_plat/locod_bearer_plugin_api/inc/locodplugin.hrh
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
child 21 74aa6861c87d
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
     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:  Definitions for plugin resource registration.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef LOCODPLUGIN_HRH
       
    20 #define LOCODPLUGIN_HRH
       
    21 
       
    22 /**
       
    23  * This file contains the defintions for plugin resource registration.
       
    24  *
       
    25  * All plugins should use version 2 registration resource file and set the
       
    26  * rom_only field to 1 to prevent it from being overridden by RAM-based plugins.
       
    27  *
       
    28  * All bearer plugins should use KLOCODBEARERINTERFACEUID as the interface UID.
       
    29  *
       
    30  * A bearer plugin should use its corresponding feature ID (from features.hrh) as the
       
    31  * implementation UID,  that is, 
       
    32  *  Implementation UID of IR bearer is KFeatureIdIrda,
       
    33  *  Implementation UID of BT bearer is KFeatureIdBt,
       
    34  *  Implementation UID of USB bearer is KFeatureIdUsb.
       
    35  *
       
    36  * All service plugins should use KLOCODSERVICEINTERFACEUID as the interface UID.
       
    37  *
       
    38  * A service plugin should use its corresponding feature ID (from features.hrh) as the
       
    39  * implementation UID,  that is, 
       
    40  *  Implementation UID of Dun is KFeatureIdDun, (not exist yet, CR created)
       
    41  *  Implementation UID of Obex is KFeatureIdSrcs,
       
    42  * 
       
    43  */
       
    44 
       
    45 // Interface UID of bearer plugins
       
    46 #define  KLOCODBEARERINTERFACEUID 0x20002771
       
    47 
       
    48 // Interface UID of service plugins
       
    49 #define  KLOCODSERVICEINTERFACEUID 0x20002772
       
    50 
       
    51 #endif // LOCODPLUGIN_HRH