phonebookui/Phonebook2/CommandsExtension/rss/Pbk2CmdExtRes.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Phonebook 2 Commands Extension resource information.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Phonebook 2
       
    20 #include "Pbk2CmdExtUid.h"
       
    21 #include <Pbk2Commands.hrh>
       
    22 #include <Pbk2UIExtension.rh>
       
    23 #include <phonebook2.loc>
       
    24 #include <phonebook2ece.loc>
       
    25 
       
    26 #include <VPbkFieldType.rh>
       
    27 
       
    28 // System includes
       
    29 #include <avkon.loc>
       
    30 #include <uikon.rh>
       
    31 #include <eikon.rh>
       
    32 #include <avkon.rh>
       
    33 #include <avkon.rsg>
       
    34 #include <avkon.mbg>
       
    35 #include <AvkonIcons.hrh>
       
    36 
       
    37 // --------------------------------------------------------------------------
       
    38 // Resource identifier
       
    39 // --------------------------------------------------------------------------
       
    40 //
       
    41 NAME P2CE  // From Phonebook 2 Command Extension
       
    42 
       
    43 // --------------------------------------------------------------------------
       
    44 // Standard resource signature
       
    45 // --------------------------------------------------------------------------
       
    46 //
       
    47 RESOURCE RSS_SIGNATURE { }
       
    48 
       
    49 // --------------------------------------------------------------------------
       
    50 // Extension information
       
    51 // --------------------------------------------------------------------------
       
    52 //
       
    53 RESOURCE PHONEBOOK2_EXTENSION_INFORMATION
       
    54         r_phonebook2_cmd_extension_information
       
    55     {
       
    56     version = 0;
       
    57 
       
    58     implementationUid = KPbk2CmdExtensionImplementationUID;
       
    59 
       
    60     menuCommandRange = PHONEBOOK2_EXTENSION_RANGE
       
    61         {
       
    62         firstId = ECmdExtensionFirstCommand;
       
    63         lastId = ECmdExtensionLastCommand;
       
    64         };
       
    65     overwrittenCommands =
       
    66         {
       
    67         EPbk2CmdDeleteMe,
       
    68         EPbk2CmdGoToURL,
       
    69         EPbk2CmdCreateNew,
       
    70         EPbk2CmdRcl,
       
    71         EPbk2CmdEditMe,
       
    72         EPbk2CmdWrite,
       
    73         EPbk2CmdFetchThumbnail,
       
    74         EPbk2CmdDefaultSettings,
       
    75         EPbk2CmdRemoveThumbnail,
       
    76         EPbk2CmdAssignSpeedDial,
       
    77         EPbk2CmdRemoveSpeedDial,
       
    78         EPbk2CmdSend,
       
    79         EPbk2CmdAddImage,
       
    80         EPbk2CmdViewImage,
       
    81         EPbk2CmdChangeImage,
       
    82         EPbk2CmdRemoveImage,
       
    83         EPbk2CmdCopy,
       
    84         EPbk2CmdCopyNumber,
       
    85         EPbk2CmdPhonebook2Info,
       
    86         EPbk2CmdWriteNoQuery,
       
    87         EPbk2CmdCopyDetail, 
       
    88         EPbk2CmdCopyAddress,
       
    89         EPbk2CmdMergeContacts
       
    90         };
       
    91     extensionMenus =
       
    92         {
       
    93         };
       
    94     viewIds = {};
       
    95     iconArrays = {};
       
    96     }
       
    97 
       
    98 #include "MergeContactsCmd.rss"
       
    99 #include "SendContactCmd.rss"
       
   100 #include "pbk2cmdexttextbuffers.rss"
       
   101 
       
   102 // End of File