phoneclientserver/enpolicy/group/dosenpolicy.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:  DOS emergency number policy
       
    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          dosenpolicy.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x101F86D1 0x101F86D2
       
    29 
       
    30 SOURCEPATH      ../src/dosenpolicy 
       
    31 SOURCE          cdosemergencynumberpolicy.cpp 
       
    32 
       
    33 USERINCLUDE     . ../inc 
       
    34 USERINCLUDE     ../inc/dosenpolicy 
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   ../../../inc
       
    38 SYSTEMINCLUDE    ../../inc // for RPhCltEmergencyCall.h
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         etel.lib
       
    42 LIBRARY         etelmm.lib 
       
    43 LIBRARY         customapi.lib
       
    44 LIBRARY         commonengine.lib
       
    45 LIBRARY         centralrepository.lib
       
    46 LIBRARY         cenrepnotifhandler.lib
       
    47 
       
    48 // End of File