phonebookui/Phonebook2/AIF/Pbk2ServerApp_reg.rss
changeset 0 e686773b3f54
child 21 9da50d567e3c
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 Server Application registration information.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <appinfo.rh>
       
    20 #include <Pbk2ServerApp.rsg>
       
    21 #include <Pbk2InternalUID.h>
       
    22 
       
    23 UID2 KUidAppRegistrationResourceFile
       
    24 UID3 KPbk2ServerAppUID3
       
    25 
       
    26 /// Resource file location
       
    27 #define resource_file_location "\\resource\\apps\\Pbk2ServerApp"
       
    28 
       
    29 // --------------------------------------------------------------------------
       
    30 // Application registration info
       
    31 // --------------------------------------------------------------------------
       
    32 //
       
    33 RESOURCE APP_REGISTRATION_INFO
       
    34     {
       
    35     app_file = "Pbk2ServerApp";
       
    36     localisable_resource_file = resource_file_location;
       
    37     localisable_resource_id = R_PBK2SERVERAPP_LOCALISABLE_APP_INFO;
       
    38     hidden = KAppIsHidden;
       
    39     embeddability = KAppEmbeddableUiOrStandAlone;
       
    40     }
       
    41 
       
    42 // End of File