sbsv2/raptor/test/smoke_suite/test_resources/resource/rsg_casefolding/HelloWorld.mmp
changeset 674 37ee82a83d43
equal deleted inserted replaced
673:7ae5f757318b 674:37ee82a83d43
       
     1 /*
       
     2 * Copyright (c) 2000-2010 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 the License "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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET        helloworld_rsg_casefolding.exe
       
    20 TARGETTYPE    exe
       
    21 UID           0x100039CE 0xE800005A
       
    22 VENDORID 	  0x70000001
       
    23 
       
    24 SOURCEPATH    .
       
    25 SOURCE        HelloWorld_Main.cpp
       
    26 SOURCE        HelloWorld_Application.cpp
       
    27 SOURCE        HelloWorld_Document.cpp
       
    28 SOURCE        HelloWorld_AppUi.cpp
       
    29 SOURCE        HelloWorld_AppView.cpp
       
    30 
       
    31 USERINCLUDE   .
       
    32 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 START RESOURCE	HelloWorld.rss
       
    35 HEADER
       
    36 TARGETPATH		/resource/apps
       
    37 end
       
    38 
       
    39 START RESOURCE	HelloWorld_reg.rss
       
    40 TARGETPATH		/private/10003a3f/apps
       
    41 DEPENDS		helloworld.rsg
       
    42 END
       
    43 
       
    44 
       
    45 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib gdi.lib
       
    46 
       
    47