featuremgmt/featuremgr/group/featdiscovery.mmp
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 #ifndef __FEATMGR_TESTCFG__
       
    18 TARGET          featdiscovery.dll
       
    19 UID             0x1000008D 0x10200C89
       
    20 #else
       
    21 TARGET          test_featdiscovery.dll
       
    22 UID             0x1000008D 0x102836E3
       
    23 #endif // __FEATMGR_TESTCFG__
       
    24 
       
    25 TARGETTYPE      dll
       
    26 VENDORID        0x70000001
       
    27 CAPABILITY      All -Tcb
       
    28 
       
    29 SOURCEPATH      ../src/featdiscovery
       
    30 SOURCE          featdiscovery.cpp
       
    31 SOURCE          featdiscoveryimpl.cpp
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 
       
    39 #ifndef __FEATMGR_TESTCFG__
       
    40 LIBRARY         featmgr.lib
       
    41 #else
       
    42 LIBRARY         test_featmgr.lib
       
    43 #ifdef EABI
       
    44 deffile         ../eabi/featdiscovery.def
       
    45 #else
       
    46 deffile         ../bwins/featdiscovery.def
       
    47 #endif // EABI
       
    48 #endif // __FEATMGR_TESTCFG__
       
    49 
       
    50 SMPSAFE