phoneclientserver/enpolicy/group/sosenpolicy.mmp
changeset 33 8d5d7fcf9b59
child 48 78df25012fda
equal deleted inserted replaced
32:1f002146abb4 33:8d5d7fcf9b59
       
     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