bt_plat/at_command_handler_plugin_api/inc/atext_interfaceuid.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 15 Jan 2010 08:13:17 +0200
changeset 0 29b1cd4cb562
permissions -rw-r--r--
Revision: 200951_001

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  The interface UID definition of AT extension plugins
*
*/


/**
 * The interface UID that must be used by common or modem AT extension plugins
 * in field "interface_uid" of the ECom plugin resource file.
 */
#define ATEXT_INTERFACE_COM_UID 0x2001CBED

/**
 * The interface UID that must be used by DUN AT extension plugins in field
 * "interface_uid" of the ECom plugin resource file.
 */
#define ATEXT_INTERFACE_DUN_UID 0x2001CBEE

/**
 * The interface UID that must be used by HFP AT extension plugins in field
 * "interface_uid" of the ECom plugin resource file.
 */
#define ATEXT_INTERFACE_HFP_UID 0x2001CBEF