sbsv2/raptor/test/smoke_suite/test_resources/custom_dll/customdll.mmp
author Jon Chatten
Fri, 12 Nov 2010 14:49:36 +0000
changeset 674 37ee82a83d43
permissions -rw-r--r--
sbs version 2.15.3

/*
* Copyright (c) 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: 
* Custom DLL - a DLL that exports functions from a static library
*/

TARGET        customdll.dll
TARGETTYPE    dll

STATICLIBRARY customlib.lib

UID             0xE800004C
CAPABILITY   All -TCB

ALWAYS_BUILD_AS_ARM
VENDORID 0x70000001

SOURCEPATH    .

USERINCLUDE   .
APP_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY       euser.lib

EPOCALLOWDLLDATA

#if defined(X86GCC)
    deffile ./customdllx86gcc.def
#else
    deffile ./customdllarm.def
#endif
nostrictdef