appfw/apparchitecture/tef/UnProctectedUidApp.mmp
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2007-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code
       
    20 */
       
    21 
       
    22 // using relative paths for sourcepath and user includes
       
    23 TARGET        unproctecteduidapp.exe
       
    24 TARGETTYPE    exe
       
    25 TARGETPATH    /sys/bin
       
    26 
       
    27 CAPABILITY 	All -Tcb
       
    28 
       
    29 UID           0x100039CE 0xA0001C5E
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH    .
       
    33 SOURCE		UnProctectedUidApp.cpp
       
    34 
       
    35 SOURCEPATH		.
       
    36 
       
    37 start resource	UnProctectedUidApp.rss
       
    38 HEADER
       
    39 targetpath 		/resource/apps
       
    40 end
       
    41 
       
    42 // Application exe registration resource file
       
    43 resource	UnProctectedUidApp_reg.rss
       
    44 start resource	UnProctectedUidApp_reg.rss
       
    45 targetpath 	/private/10003a3f/apps
       
    46 lang		sc
       
    47 end
       
    48 
       
    49 USERINCLUDE   .
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    52 //SYSTEMINCLUDE /epoc32/include/techview
       
    53 
       
    54 LIBRARY       euser.lib apparc.lib eikcore.lib cone.lib
       
    55 
       
    56 SMPSAFE