homesync/contentmanager/mediaservant/data/mediaservant_reg.rss
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2008 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:  Resource definitions for project MediaServant
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <appinfo.rh>                    // APP_REGISTRATION_INFO.
       
    20 #include <data_caging_paths_strings.hrh> // APP_RESOURCE_DIR.
       
    21 #include <mediaservant.rsg>              // R_LOCALISABLE_APP_INFO.
       
    22 #include "mediaservantuid.h"
       
    23 
       
    24 UID2 KUidAppRegistrationResourceFile
       
    25 UID3 KMediaServantUID3
       
    26 
       
    27 RESOURCE APP_REGISTRATION_INFO
       
    28     {
       
    29     app_file = "MediaServant"; // Filename of application binary (without extension).
       
    30     localisable_resource_file = APP_RESOURCE_DIR"\\MediaServant";
       
    31     localisable_resource_id = R_LOCALISABLE_APP_INFO;
       
    32     hidden = KAppIsHidden;
       
    33     }