gssettingsuis/Gs/GSApplication/GSApplication.mmp
branchGCC_SURGE
changeset 45 f48d04161a92
parent 27 572294aa6075
parent 43 3341fe7c643a
equal deleted inserted replaced
27:572294aa6075 45:f48d04161a92
     1 /*
       
     2 * Copyright (c) 2005 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 General Settings. 
       
    16 *
       
    17 */
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 // Default system include paths for middleware layer modules.
       
    24 MW_LAYER_SYSTEMINCLUDE
       
    25 
       
    26 
       
    27 TARGETTYPE      none
       
    28 
       
    29 // Source files
       
    30 
       
    31 SOURCEPATH      Data
       
    32 
       
    33 START RESOURCE  GSApp.rss
       
    34 HEADER
       
    35 TARGETPATH      APP_RESOURCE_DIR
       
    36 LANGUAGE_IDS
       
    37 END  // GSApp.rss
       
    38 
       
    39 START RESOURCE  SoftReject.rss
       
    40 HEADER
       
    41 TARGETPATH      RESOURCE_FILES_DIR
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 // User include paths
       
    46 USERINCLUDE     loc
       
    47 
       
    48 
       
    49 //End of File
       
    50