sbsv2/raptor/test/smoke_suite/test_resources/resource/group/simpleresource.mmp
changeset 630 31ef8a13d4f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbsv2/raptor/test/smoke_suite/test_resources/resource/group/simpleresource.mmp	Thu Aug 26 13:41:01 2010 +0100
@@ -0,0 +1,46 @@
+/*
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+TARGET                  testresource
+TARGETTYPE              EXE
+LIBRARY                 euser.lib
+SECUREID                0x10003a5c
+SYSTEMINCLUDE   /epoc32/include
+SOURCEPATH              ../
+SOURCE                  test.cpp 
+EPOCSTACKSIZE 8192
+EPOCHEAPSIZE 0x5000 65535
+EPOCPROCESSPRIORITY low
+capability TCB ProtServ DiskAdmin AllFiles PowerMgmt CommDD
+
+UID     0x1000008d 0x10005342
+VENDORID 0x70000001
+USERINCLUDE     ../inc
+SYSTEMINCLUDE   /epoc32/include
+
+MACRO SHOULD_BE_DEFINED
+
+
+START RESOURCE          simpleresource.rss
+TARGET testresource
+// Test backslash to forward slash conversion here:
+TARGETPATH              resource\testresource
+HEADER
+LANG sc 37 94 96 
+END
+
+
+