simpledatamodeladapter/group/presenceplugin_resource.hrh
branchGCC_SURGE
changeset 28 d9861ae9169c
parent 23 77cb48a03620
parent 26 04ca1926b01c
equal deleted inserted replaced
23:77cb48a03620 28:d9861ae9169c
     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:  resource definitions
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PRESENCEPLUGIN_RESOURCE_HRH
       
    19 #define PRESENCEPLUGIN_RESOURCE_HRH
       
    20 
       
    21 /**
       
    22  * System wide UID 2:s for ECom plugin dlls.
       
    23  */
       
    24 #define PRESENCEPLUGIN_DLL_UID_ECOM_PLUGIN			0x10009D8D
       
    25 
       
    26 /**
       
    27  * Officially reserved UID 3 for the Presence Framework
       
    28  * PRESENCE protocol dll.
       
    29  */
       
    30 #define PRESENCEPLUGIN_DLL_UID_PRESENCE_PROTOCOL      0x10275464
       
    31 
       
    32 
       
    33 /**
       
    34  * Resource file compatible defintions for ximp test protocols.
       
    35  *
       
    36  * This must be kept in-sync with definitions in
       
    37  * "ximptestprotocols.h"
       
    38  */
       
    39 
       
    40 #define PRESENCEPLUGIN_1_IMPLEMENTATION_UID      0x10282EF2
       
    41 #define PRESENCEPLUGIN_1_VERSION_NO              1
       
    42 #define PRESENCEPLUGIN_1_DISPLAY_NAME            "IETF SIMPLE PRESENCE protocol"
       
    43 #define PRESENCEPLUGIN_1_DEFAULT_DATA            "PRESENCE"
       
    44 
       
    45 // Protocol capabilities: "<tag1>value<tag2>value..."
       
    46 //
       
    47 // <p>Provider
       
    48 // <f>Feature id
       
    49 // <s>Supported schema
       
    50 //
       
    51 // Example:
       
    52 // "<p>Nokia<f>feat/pres/foo<f>feat/pres/bar<s>sip"
       
    53 //
       
    54 #define PRESENCEPLUGIN_1_OPAQUE_DATA            "<p>Nokia<f>feat/pres/pub<f>feat/pres/fetch<f>feat/pres/subs<s>sip"
       
    55 
       
    56 
       
    57 #endif // SIMPLEPLUGIN_RESOURCE_HRH
       
    58