diff -r 5b6f26637ad3 -r f4a778e096c2 phonebookui/Phonebook2/remotecontactlookup/contactactionservice/inc/fscactionpluginactionuids.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonebookui/Phonebook2/remotecontactlookup/contactactionservice/inc/fscactionpluginactionuids.h Wed Sep 01 12:29:52 2010 +0100 @@ -0,0 +1,40 @@ +/* +* 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: Action uid definitions. +* +*/ + + + +#ifndef FSCACTIONPLUGINACTIONUIDS_H +#define FSCACTIONPLUGINACTIONUIDS_H + +const TUid KFscActionUidCallGsm = { 0x20029F37 }; +const TUid KFscActionUidCallVoip = { 0x20029F38 }; +const TUid KFscActionUidCallVideo = { 0x20029F39 }; +const TUid KFscActionUidCallConfNum = { 0x20029F3A }; +const TUid KFscActionUidConfWizard = { 0x20029F3B }; +const TUid KFscActionUidCallPtt = { 0x20029F3C }; +const TUid KFscActionUidCreateMsg = { 0x20029F3D }; +const TUid KFscActionUidCreateAudMsg = { 0x20029F3E }; +const TUid KFscActionUidSaveAsContact = { 0x20029F3F }; +const TUid KFscActionUidEmail = { 0x20029F40 }; +const TUid KFscActionUidPostcard = { 0x20029F41 }; +const TUid KFscActionUidMsg = { 0x20029F42 }; +const TUid KFscActionUidMeetingReq = { 0x20029F43 }; +const TUid KFscSendBusinessCard = { 0x20028717 }; + +#endif // FSCACTIONPLUGINACTIONUIDS_H + +// End of File