systemswstubs/sensorchannelsreference/inc/sensrvproprietarychannels.h
branchRCL_3
changeset 44 b5894bb67e73
parent 35 37b610eb7fe3
equal deleted inserted replaced
35:37b610eb7fe3 44:b5894bb67e73
     1 /*
       
     2 * Copyright (c) 2006-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 "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:  Proprietary channels definitions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SENSRVPROPRIETARYCHANNELS_H
       
    20 #define SENSRVPROPRIETARYCHANNELS_H
       
    21 
       
    22 #include <sensrvtypes.h>
       
    23 
       
    24 /**
       
    25 * - Name:          Proprietary example channel type.
       
    26 *                  Value of the channel ID must be unique among the all channels.
       
    27 *                  To guarantee uniqueness, UID value can be used for channel ID.
       
    28 *                  UID values are assigned to developers centrally by Symbian.
       
    29 *                  In this example temporary UID range is used (0xExxxxxxx).
       
    30 * - Type:          N/A
       
    31 * - Datatype:      see sensrvproprietarydatatypes.h
       
    32 * - Description:   Example channel definition.
       
    33 */
       
    34 //const TSensrvChannelTypeId KSensrvProprietaryChanneld = 0xE0000001;
       
    35 
       
    36 #endif // SENSRVPROPRIETARYCHANNELS_H