os/persistentdata/featuremgmt/featuremgr/group/featmgr.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2010 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 //CodeWarrior compilation options - disable the "illegal pragma" warning
    30 OPTION CW -w noillpragmas
    31 
    32 SOURCEPATH      ../src/clientdll
    33 SOURCE          featmgrclient.cpp
    34 SOURCE          featmgr.cpp
    35 SOURCE          featurecontrol.cpp
    36 SOURCE          featmgrtlsdata.cpp
    37 SOURCE          featurenotifier.cpp
    38 SOURCE          featmgrresourcetester.cpp
    39 
    40 SOURCEPATH      ../src/shared
    41 SOURCE          featurecmn.cpp
    42 
    43 USERINCLUDE     ../src/inc
    44 USERINCLUDE     ../inc
    45 USERINCLUDE     ../src/clientdll
    46 
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    48 
    49 LIBRARY         euser.lib
    50 LIBRARY         estor.lib
    51 
    52 #ifndef __FEATMGR_TESTCFG__
    53 deffile featmgr.def
    54 #else
    55 #ifdef EABI
    56 deffile ../eabi/featmgr.def
    57 #else
    58 deffile ../bwins/featmgr.def
    59 #endif // EABI
    60 #endif // __FEATMGR_TESTCFG__
    61 
    62 SMPSAFE