diff -r d38941471f1c -r cb32bcc88bad accessoryservices/accessoryserver/inc/Common/accessoryservicesinternalpskeys.h --- a/accessoryservices/accessoryserver/inc/Common/accessoryservicesinternalpskeys.h Wed Sep 29 15:13:21 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ -/* -* 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: Internal Publish&Subscribe definitions of the -* Accessory Services -* -*/ - - -#ifndef ACCESSORYSERVICESINTERNALPSKEYS_H -#define ACCESSORYSERVICESINTERNALPSKEYS_H - -#include - -static const TUid KPSUidAccessoryServices = { 0x10205030 }; - -// ============================================================================= -// Accessory Services Wired Connection API -// ============================================================================= -// Use TUid KPSUidAccessoryServices = { 0x10205030 } - -/** -* Notified when a wired accessory is physically connected or disconnected. -*/ -const TUint32 KAccSrvcsWiredConnection = 0x00000001; -enum TAccSrvcsWiredConnection - { - EAccSrvcsWiredConnUninitialized = 0, - EAccSrvcsWiredConnConnected, - EAccSrvcsWiredConnDisconnected - }; - - -#endif ACCESSORYSERVICESINTERNALPSKEYS_H