diff -r 000000000000 -r 29b1cd4cb562 bt_plat/at_command_handler_plugin_api/inc/atext_interfaceuid.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bt_plat/at_command_handler_plugin_api/inc/atext_interfaceuid.h Fri Jan 15 08:13:17 2010 +0200 @@ -0,0 +1,35 @@ +/* +* 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