bt_plat/at_command_handler_plugin_api/inc/atext_interfaceuid.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 /*
       
     2 * Copyright (c) 2008 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:  The interface UID definition of AT extension plugins
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 /**
       
    20  * The interface UID that must be used by common or modem AT extension plugins
       
    21  * in field "interface_uid" of the ECom plugin resource file.
       
    22  */
       
    23 #define ATEXT_INTERFACE_COM_UID 0x2001CBED
       
    24 
       
    25 /**
       
    26  * The interface UID that must be used by DUN AT extension plugins in field
       
    27  * "interface_uid" of the ECom plugin resource file.
       
    28  */
       
    29 #define ATEXT_INTERFACE_DUN_UID 0x2001CBEE
       
    30 
       
    31 /**
       
    32  * The interface UID that must be used by HFP AT extension plugins in field
       
    33  * "interface_uid" of the ECom plugin resource file.
       
    34  */
       
    35 #define ATEXT_INTERFACE_HFP_UID 0x2001CBEF