sbsv2/raptor/test/smoke_suite/test_resources/resource/group/testresource.mmp
author timothy.murphy@nokia.com
Mon, 24 May 2010 16:57:12 +0100
branchfix
changeset 573 e2b5644641c6
parent 483 941b2742ee49
permissions -rw-r--r--
fix: ensure that intermediate resource filenames are unique in some uncommon situations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     1
/*
483
941b2742ee49 Fix a copyright date. Make sure all FLMBDEBUG usage is wrapped in <debug> tags.
timothy.murphy@nokia.com
parents: 463
diff changeset
     2
* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
3
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     3
* All rights reserved.
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     4
* This component and the accompanying materials are made available
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     6
* which accompanies this distribution, and is available
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     8
*
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     9
* Initial Contributors:
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    11
*
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    12
* Contributors:
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    13
*
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    14
* Description: 
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    15
*
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    16
*/
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    17
TARGET                  testresource
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    18
TARGETTYPE              EXE
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    19
LIBRARY                 euser.lib
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    20
SECUREID                0x10003a5c
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    21
SYSTEMINCLUDE   /epoc32/include
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    22
SOURCEPATH              ../
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    23
SOURCE                  test.cpp 
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    24
EPOCSTACKSIZE 8192
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    25
EPOCHEAPSIZE 0x5000 65535
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    26
EPOCPROCESSPRIORITY low
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    27
capability TCB ProtServ DiskAdmin AllFiles PowerMgmt CommDD
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    28
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    29
UID     0x1000008d 0x10005342
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    30
VENDORID 0x70000001
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    31
USERINCLUDE     ../inc
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    32
SYSTEMINCLUDE   /epoc32/include
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    33
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    34
MACRO SHOULD_BE_DEFINED
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    35
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    36
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    37
START RESOURCE          testresource.rss
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    38
// Test backslash to forward slash conversion here:
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    39
TARGETPATH              resource\testresource
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    40
HEADER
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    41
LANG SC 01
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    42
END
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    43
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    44
START RESOURCE          testresource.rss
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    45
TARGETPATH              resource/testresource2
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    46
HEADERONLY
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    47
LANG 01 sc
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    48
END
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    49
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    50
START RESOURCE          testresource.rss
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    51
TARGETPATH              resource/testresource3
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    52
LANG 02 sc
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    53
END
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    54
463
92c43194abb5 test: resource dependencies - to be used when ensuring that depcrunching works
timothy.murphy@nokia.com
parents: 3
diff changeset
    55
92c43194abb5 test: resource dependencies - to be used when ensuring that depcrunching works
timothy.murphy@nokia.com
parents: 3
diff changeset
    56
START RESOURCE          dependentresource.rss
92c43194abb5 test: resource dependencies - to be used when ensuring that depcrunching works
timothy.murphy@nokia.com
parents: 3
diff changeset
    57
TARGETPATH              resource/dependentresource
92c43194abb5 test: resource dependencies - to be used when ensuring that depcrunching works
timothy.murphy@nokia.com
parents: 3
diff changeset
    58
LANG sc
92c43194abb5 test: resource dependencies - to be used when ensuring that depcrunching works
timothy.murphy@nokia.com
parents: 3
diff changeset
    59
END
92c43194abb5 test: resource dependencies - to be used when ensuring that depcrunching works
timothy.murphy@nokia.com
parents: 3
diff changeset
    60
573
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    61
// Looks like testresource but comes from another resource file
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    62
START RESOURCE          dependentresource.rss
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    63
TARGET 			testresource.rsc
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    64
TARGETPATH              resource/anotherresource
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    65
LANG SC 01
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    66
END
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    67
3
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    68
START BITMAP	testresource.mbm
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    69
HEADER
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    70
TARGETPATH		resource/apps
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    71
SOURCEPATH		../aifsrccl
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    72
SOURCE			c8,1 DEF24.BMP DEF2M.BMP
e1eecf4d390d Team sf branch.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
    73
END
573
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    74
e2b5644641c6 fix: ensure that intermediate resource filenames are unique in some uncommon situations
timothy.murphy@nokia.com
parents: 483
diff changeset
    75