adaptationlayer/systemstatemanageradaptation/ssm_misc_adaptation_dll/group/miscadaptation.mmp
changeset 5 8ccc39f9d787
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * This file provides the information required for building.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include        <platform_paths.hrh>
       
    21 #include        <non_foundation_paths.hrh>
       
    22 
       
    23 TARGET          miscadaptation.dll
       
    24 TARGETTYPE      dll
       
    25 
       
    26 // UID2 value from ssmadaptation.h ( KMiscAdaptationDllTypeUidValue 0x2000E658 )
       
    27 UID             0x2000E658 0x20022D92 // UID3 miscadaptation.dll
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 CAPABILITY      CommDD PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData 
       
    31 
       
    32 // Has a fixed interface ssm_misc_adaptation.def
       
    33 NOEXPORTLIBRARY 
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../traces
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE 
       
    40 
       
    41 USERINCLUDE     ../../iscservice/inc
       
    42 SOURCEPATH      ../../iscservice/src
       
    43 SOURCE          sa_common_trace.cpp
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 
       
    47 SOURCE          ssm_misc_adaptation.cpp
       
    48 
       
    49 // -u suffix behaviour can be removed by using nostrictdef
       
    50 NOSTRICTDEF
       
    51 DEFFILE         ssm_misc_adaptation.def
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         estor.lib 
       
    55 
       
    56 SMPSAFE
       
    57 
       
    58 MACRO API_TRACE_FLAG
       
    59 MACRO INTERNAL_TRACE_FLAG
       
    60 // End of file