featuremgmt/featureregistry/group/featreg.mmp
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2005-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 #ifndef __FEATMGR_TESTCFG__ 
       
    17 TARGET featreg.dll
       
    18 UID 0x1000008d 0x102744CB
       
    19 #else
       
    20 TARGET test_featreg.dll
       
    21 UID 0x1000008d 0x102836F1
       
    22 #endif
       
    23 
       
    24 TARGETTYPE DLL
       
    25 
       
    26 
       
    27 CAPABILITY All -Tcb
       
    28 
       
    29 VENDORID 0x70000001
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 USERINCLUDE ../inc
       
    34 USERINCLUDE ../src/inc
       
    35 
       
    36 SOURCEPATH ../src/api
       
    37 
       
    38 #ifdef SYMBIAN_FEATURE_MANAGER
       
    39 
       
    40 
       
    41 SOURCE featreg_wrapper.cpp
       
    42 
       
    43 #ifndef __FEATMGR_TESTCFG__ 
       
    44 LIBRARY featdiscovery.lib
       
    45 #else
       
    46 LIBRARY test_featdiscovery.lib
       
    47 #endif
       
    48 
       
    49 DEFFILE featregw.def
       
    50 #else
       
    51 
       
    52 SOURCE featreg.cpp
       
    53 DEFFILE featreg.DEF
       
    54 
       
    55 #endif
       
    56 
       
    57 
       
    58 SOURCEPATH ../src/shared
       
    59 SOURCE featregcmn.cpp
       
    60 
       
    61 LIBRARY euser.lib