mmplugins/cameraplugins/testapp/testcameraapps60/group/TestCameraAppS60.mmp
branchRCL_3
changeset 9 9ae0fe04e757
child 64 92a82bc706f7
equal deleted inserted replaced
8:bc06d8566074 9:9ae0fe04e757
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET			TestCameraApp.exe
       
    17 TARGETTYPE		exe
       
    18 
       
    19 CAPABILITY		ALL -TCB
       
    20 //UID             0x100039CE 0x101F7D32
       
    21 UID             0x100039CE 0x101F857A
       
    22 VENDORID		0x70000001
       
    23 
       
    24 USERINCLUDE		../inc
       
    25 
       
    26 SYSTEMINCLUDE	/epoc32/include
       
    27 SYSTEMINCLUDE	/epoc32/include/mw
       
    28 SYSTEMINCLUDE	/epoc32/include/platform
       
    29 SYSTEMINCLUDE	/epoc32/include/platform/mw
       
    30 
       
    31 SOURCEPATH		../src
       
    32 SOURCE			TestCameraApp.cpp
       
    33 
       
    34 START RESOURCE	TestCameraApp.rss
       
    35 HEADER
       
    36 TARGETPATH		/resource/apps
       
    37 lang			sc
       
    38 END
       
    39 
       
    40 LIBRARY         euser.lib fbscli.lib
       
    41 LIBRARY         apparc.lib ws32.lib cone.lib 
       
    42 LIBRARY         avkon.lib
       
    43 LIBRARY         eikcore.lib
       
    44 LIBRARY         ecam.lib
       
    45 
       
    46 
       
    47 
       
    48 SOURCEPATH		../src
       
    49 START RESOURCE	testcameraapp_reg.rss
       
    50 TARGETPATH		/private/10003a3f/apps
       
    51 END
       
    52    
       
    53 START RESOURCE	testcameraapp_loc.RSS
       
    54 TARGETPATH		/resource/apps
       
    55 lang sc
       
    56 END
       
    57 
       
    58 START BITMAP	TestCameraApp.mbm
       
    59 HEADER
       
    60 TARGETPATH		/resource/apps
       
    61 SOURCEPATH		../src
       
    62 SOURCE			c8 AP24.BMP AP24M.BMP AP32.BMP AP32M.BMP AP48.BMP AP48M.BMP
       
    63 END 
       
    64