phonebookui/Phonebook2/CommandsExtension/rss/Pbk2CmdExtRes.rss
author andy simpson <andrews@symbian.org>
Thu, 02 Sep 2010 15:35:50 +0100
branchRCL_3
changeset 64 c1e8ba0c2b16
parent 0 e686773b3f54
permissions -rw-r--r--
Merge after bad RCL_3 drop reverted

/*
* Copyright (c) 2005-2007 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:  Phonebook 2 Commands Extension resource information.
*
*/


// Phonebook 2
#include "Pbk2CmdExtUid.h"
#include <Pbk2Commands.hrh>
#include <Pbk2UIExtension.rh>
#include <phonebook2.loc>
#include <phonebook2ece.loc>

#include <VPbkFieldType.rh>

// System includes
#include <avkon.loc>
#include <uikon.rh>
#include <eikon.rh>
#include <avkon.rh>
#include <avkon.rsg>
#include <avkon.mbg>
#include <AvkonIcons.hrh>

// --------------------------------------------------------------------------
// Resource identifier
// --------------------------------------------------------------------------
//
NAME P2CE  // From Phonebook 2 Command Extension

// --------------------------------------------------------------------------
// Standard resource signature
// --------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }

// --------------------------------------------------------------------------
// Extension information
// --------------------------------------------------------------------------
//
RESOURCE PHONEBOOK2_EXTENSION_INFORMATION
        r_phonebook2_cmd_extension_information
    {
    version = 0;

    implementationUid = KPbk2CmdExtensionImplementationUID;

    menuCommandRange = PHONEBOOK2_EXTENSION_RANGE
        {
        firstId = ECmdExtensionFirstCommand;
        lastId = ECmdExtensionLastCommand;
        };
    overwrittenCommands =
        {
        EPbk2CmdDeleteMe,
        EPbk2CmdGoToURL,
        EPbk2CmdCreateNew,
        EPbk2CmdRcl,
        EPbk2CmdEditMe,
        EPbk2CmdWrite,
        EPbk2CmdFetchThumbnail,
        EPbk2CmdDefaultSettings,
        EPbk2CmdRemoveThumbnail,
        EPbk2CmdAssignSpeedDial,
        EPbk2CmdRemoveSpeedDial,
        EPbk2CmdSend,
        EPbk2CmdAddImage,
        EPbk2CmdViewImage,
        EPbk2CmdChangeImage,
        EPbk2CmdRemoveImage,
        EPbk2CmdCopy,
        EPbk2CmdCopyNumber,
        EPbk2CmdPhonebook2Info,
        EPbk2CmdWriteNoQuery,
        EPbk2CmdCopyDetail, 
        EPbk2CmdCopyAddress,
        EPbk2CmdMergeContacts
        };
    extensionMenus =
        {
        };
    viewIds = {};
    iconArrays = {};
    }

#include "MergeContactsCmd.rss"
#include "SendContactCmd.rss"
#include "pbk2cmdexttextbuffers.rss"

// End of File