sbsv2/raptor/test/smoke_suite/test_resources/xml_invalid_chars/simple.mmp
changeset 3 e1eecf4d390d
equal deleted inserted replaced
1:be27ed110b50 3:e1eecf4d390d
       
     1 /*
       
     2 * Copyright (c) 2009 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 TARGET			test
       
    18 TARGETTYPE		EXE
       
    19 
       
    20 // Test backslash to / here:
       
    21 TARGETPATH		\sys\bin
       
    22 
       
    23 UID			0x100039ce 0x00000001
       
    24 #warning Some nasty un-escaped characters that break XML <a> & & >sdfsdf 
       
    25 LIBRARY			euser.lib
       
    26 SECUREID		0x10003a5c
       
    27 SYSTEMINCLUDE	/epoc32/include
       
    28 SOURCE			test.cpp 
       
    29 MACRO			TEST_MACRO_THAT_DOES_NOTHING
       
    30 PAGED
       
    31 DEBUGGABLE
       
    32 EPOCCALLDLLENTRYPOINTS
       
    33 EPOCSTACKSIZE 8192
       
    34 EPOCHEAPSIZE 0x5000 65535
       
    35 EPOCPROCESSPRIORITY low
       
    36 capability TCB ProtServ DiskAdmin AllFiles PowerMgmt CommDD
       
    37 
       
    38