sbsv2/raptor/test/smoke_suite/test_resources/bv/variant1/CreateStaticDLL_variant1.mmp
author Richard Taylor <richard.i.taylor@nokia.com>
Wed, 14 Jul 2010 14:50:01 +0100
changeset 616 24e4ef208cca
parent 591 22486c9c7b15
child 641 8dd670a9f34f
permissions -rw-r--r--
sbs version 2.14.2

/*
* Copyright (c) 2000-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: 
* CreateStaticDLL.mmp
*
*/


TARGET        createstaticdll_variant1.dll
TARGETTYPE    dll

UID             0xE800004C
CAPABILITY   All -TCB


VENDORID 0x70000001

SOURCEPATH    .
SOURCE        CreateStaticDLL_variant1.cpp

USERINCLUDE   .
APP_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY       euser.lib
// static libs are always feature invariant
STATICLIBRARY bv_static_lib

// Dummy resource entry to exercise the resource build in a BV context
START RESOURCE	dummy.rss
TARGET			dummy_var1.rsc
HEADER
TARGETPATH		/resource/apps
END

FEATUREVARIANT

#if defined(WINS)
    deffile ../CREATESTATICDLLWINS.def
#else
    deffile ../CREATESTATICDLLARM.def
#endif
nostrictdef