featuremgmt/featuremgr/group/featmgr.mmp
changeset 0 08ec8eefde2f
child 10 fa9941cf3867
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          featmgr.dll
       
    19 UID             0x1000008D 0x10005A2B
       
    20 #else
       
    21 TARGET          test_featmgr.dll
       
    22 UID             0x1000008D 0x102836E4
       
    23 #endif // __FEATMGR_TESTCFG__
       
    24 
       
    25 TARGETTYPE      dll
       
    26 VENDORID        0x70000001
       
    27 CAPABILITY      All -Tcb
       
    28 
       
    29 SOURCEPATH      ../src/clientdll
       
    30 SOURCE          featmgrclient.cpp
       
    31 SOURCE          featmgr.cpp
       
    32 SOURCE          featurecontrol.cpp
       
    33 SOURCE          featmgrtlsdata.cpp
       
    34 SOURCE          featurenotifier.cpp
       
    35 
       
    36 SOURCEPATH      ../src/shared
       
    37 SOURCE          featurecmn.cpp
       
    38 
       
    39 USERINCLUDE     ../src/inc
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../src/clientdll
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         estor.lib
       
    47 
       
    48 #ifndef __FEATMGR_TESTCFG__
       
    49 deffile featmgr.def
       
    50 #else
       
    51 #ifdef EABI
       
    52 deffile ../eabi/featmgr.def
       
    53 #else
       
    54 deffile ../bwins/featmgr.def
       
    55 #endif // EABI
       
    56 #endif // __FEATMGR_TESTCFG__
       
    57 
       
    58 SMPSAFE