phoneclientserver/EnPolicy/Group/SOSENPolicy.mmp
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c) 2004-2008 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 "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: MMP file for SosEnPolicy component.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 // Capability assignment.
       
    21 CAPABILITY CAP_GENERAL_DLL
       
    22 
       
    23 // Assign Vendor ID.
       
    24 VENDORID VID_DEFAULT
       
    25 
       
    26 TARGET          sosenpolicy.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x101F86D1 0x101F86D3
       
    29 
       
    30 SOURCEPATH      ../Src/SosEnPolicy
       
    31 SOURCE          CSosEmergencyNumberPolicyManager.cpp
       
    32 SOURCE          CSosEmergencyNumberPolicyHandler.cpp
       
    33 SOURCE          CSosEnPolicyENListHandler.cpp
       
    34 SOURCE          CSosEnPolicySimStatusMonitor.cpp
       
    35 SOURCE          CSosEnPolicySatRefresh.cpp
       
    36 
       
    37 USERINCLUDE     . ../Inc 
       
    38 USERINCLUDE     ../Inc/SosEnPolicy
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   ../../../inc
       
    42 SYSTEMINCLUDE   ../../inc // for RPhCltEmergencyCall.h
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         etel.lib
       
    46 LIBRARY         etelmm.lib 
       
    47 LIBRARY         commonengine.lib
       
    48 LIBRARY         featmgr.lib
       
    49 LIBRARY	    	satclient.lib	// for sat refresh
       
    50 LIBRARY         centralrepository.lib
       
    51 LIBRARY         cenrepnotifhandler.lib
       
    52 
       
    53 // End of File