sbsv2/raptor/test/smoke_suite/test_resources/bv/invariant/CreateStaticDLL_invariant.mmp
changeset 13 c327db0664bb
child 28 b8fa7dfeeaa1
equal deleted inserted replaced
12:5e7562f67577 13:c327db0664bb
       
     1 /*
       
     2 * Copyright (c) 2000-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 * CreateStaticDLL.mmp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET        createstaticdll_invariant.dll
       
    21 TARGETTYPE    dll
       
    22 
       
    23 UID             0xE800004C
       
    24 CAPABILITY   All -TCB
       
    25 
       
    26 
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH    .
       
    30 SOURCE        CreateStaticDLL_invariant.cpp
       
    31 
       
    32 USERINCLUDE   .
       
    33 SYSTEMINCLUDE /epoc32/include
       
    34 SYSTEMINCLUDE /epoc32/include/techview
       
    35 
       
    36 LIBRARY       euser.lib
       
    37 
       
    38 // Dummy resource entry to exercise the resource build in a BV context
       
    39 START RESOURCE	dummy.rss
       
    40 TARGET			dummy_inv.rsc
       
    41 HEADER
       
    42 TARGETPATH		/resource/apps
       
    43 END
       
    44 
       
    45 #if defined(WINS)
       
    46     deffile ../CREATESTATICDLLWINS.def
       
    47 #else
       
    48     deffile ../CREATESTATICDLLARM.def
       
    49 #endif
       
    50 nostrictdef
       
    51