idlefw/group/aifw.mmp
branchv5backport
changeset 54 666a2952b5b3
parent 0 79c6a41cd166
equal deleted inserted replaced
53:282cea3dd14c 54:666a2952b5b3
    17 
    17 
    18 #include        <platform_paths.hrh>
    18 #include        <platform_paths.hrh>
    19 #include        <data_caging_paths.hrh>
    19 #include        <data_caging_paths.hrh>
    20 #include        <platform/mw/aisystemuids.hrh>
    20 #include        <platform/mw/aisystemuids.hrh>
    21 
    21 
    22 TARGET          aifw.dll
    22 TARGET          aifw_hs.dll
    23 TARGETTYPE      dll
    23 TARGETTYPE      dll
    24 UID             0x1000008D AI_UID3_AIFW_DLL
    24 UID             0x1000008D AI_UID3_AIFW_DLL
    25 VENDORID        VID_DEFAULT
    25 VENDORID        VID_DEFAULT
    26 CAPABILITY      CAP_GENERAL_DLL
    26 CAPABILITY      CAP_GENERAL_DLL
    27 
    27 
    72 LIBRARY         eikcore.lib
    72 LIBRARY         eikcore.lib
    73 LIBRARY         hwrmlightclient.lib
    73 LIBRARY         hwrmlightclient.lib
    74 LIBRARY         networkhandling.lib
    74 LIBRARY         networkhandling.lib
    75 
    75 
    76 // Active Idle internal dependencies
    76 // Active Idle internal dependencies
    77 LIBRARY     aiutils.lib aiidleint.lib
    77 LIBRARY     aiutils_hs.lib aiidleint_hs.lib
    78 
    78 
    79 // Debugging dependencies
    79 // Debugging dependencies
    80 LIBRARY    flogger.lib
    80 LIBRARY    flogger.lib
    81 
    81 
    82 //++HV
    82 //++HV