commonservices/commonengineresources/group/commonengineresources.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2004 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: 
       
    15 *     This is project specification file for the TextResolverResources
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 // Dummy target required to enable building of resources. 
       
    24 // This lib will not be used anywhere.
       
    25 TARGET  commonengineresourcesdummy.lib
       
    26 TARGETTYPE  lib
       
    27 
       
    28 VENDORID	VID_DEFAULT
       
    29 
       
    30 SOURCEPATH ../src
       
    31 SOURCE commonengineresourcesdummy.cpp
       
    32 
       
    33 // platform.loc is exported to mw include hierarchy and it is needed from there when building errorres resource
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SYSTEMINCLUDE ../inc
       
    37 
       
    38 // commonengine resources
       
    39 
       
    40 #include <data_caging_paths.hrh>
       
    41 
       
    42 START RESOURCE ../data/errorres.rss
       
    43 TARGETPATH   RESOURCE_FILES_DIR
       
    44 HEADER  
       
    45 LANGUAGE_IDS  
       
    46 END
       
    47 
       
    48 USERINCLUDE ../inc
       
    49 
       
    50 SMPSAFE
       
    51 
       
    52 // End of File