connectivitylayer/isce/isaaccessextension_dll/inc/iadnokiadefinitions.h
changeset 0 63b37f68c1ce
child 9 8486d82aef45
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef IADDEFINITIONS_H
       
    21 #define IADDEFINITIONS_H
       
    22 
       
    23 #include <iscnokiadefinitions.h> // For EIscNokia...
       
    24 
       
    25 //  INCLUDES
       
    26 
       
    27 // CONSTANTS
       
    28 enum TIADNokiaUserChannels
       
    29     {
       
    30     EIADNokiaBtPhonetLink = EIscNokiaBtPhonetLink,
       
    31     EIADNokiaUsbPhonetLink = EIscNokiaUsbPhonetLink,
       
    32     EIADNokiaDRM = EIscNokiaDRM,
       
    33     EIADNokiaLastUserChannel = EIscNokiaLastUserChannel,
       
    34     };
       
    35 
       
    36 enum TIADNokiaKernelChannels
       
    37     {
       
    38     EIADNokiaSecurityDriver = EIscNokiaSecurityDriver,
       
    39     EIADSizeOfChannels = EIscNokiaLastKernelChannel
       
    40     };
       
    41 
       
    42 // MACROS
       
    43 
       
    44 // DATA TYPES
       
    45 // For BC reasons see (iscnokiadefinitions.h). // TODO: change to here!
       
    46 enum TIADCustomFunctions
       
    47     {
       
    48     EIADCustomAsyncSubscribeIndications = EIscNokiaAsyncEventSubscribe,
       
    49     EIADCustomAsyncSubscribeIndications32Bit = EIscNokiaAsyncEventSubscribe32bit,
       
    50     EIADCustomAsyncSendIndication = EIscNokiaAsyncEventSend,
       
    51     EIADCustomSubscribeIndications = EIscNokiaEventSubscribe,
       
    52     EIADCustomSubscribeIndications32Bit = EIscNokiaEventSubscribe32bit,
       
    53     EIADCustomSendIndication = EIscNokiaEventSend,
       
    54     EIADCancelCustomAsyncSubscribeIndications = EIscNokiaCancelAsyncEventSubscribe,
       
    55     EIADCancelCustomAsyncSubscribeIndications32Bit = EIscNokiaCancelAsyncEventSubscribe32bit,
       
    56     EIADCancelCustomAsyncSendIndication = EIscNokiaCancelAsyncEventSend,
       
    57     };
       
    58 
       
    59 // FUNCTION PROTOTYPES
       
    60 
       
    61 // FORWARD DECLARATIONS
       
    62 
       
    63 
       
    64 #endif      // IADNOKIADEFINITIONS_H
       
    65             
       
    66 // End of File