phoneclientserver/EnPolicy/Group/bld.inf
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c) 2004 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: Build file for dos and sos enpolicy components.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 PRJ_PLATFORMS
       
    21 DEFAULT
       
    22 
       
    23 PRJ_EXPORTS
       
    24 
       
    25 ../Inc/CEmergencyNumberPolicy.h         |../../../inc/cemergencynumberpolicy.h
       
    26 #ifdef __EN_POLICY_DOS
       
    27 DosEnPolicy_stub.SIS                 /epoc32/data/z/system/install/dosenpolicy_stub.sis
       
    28 #else
       
    29 SosEnPolicy_stub.sis                 /epoc32/data/z/system/install/SosEnPolicy_stub.sis
       
    30 #endif
       
    31 
       
    32 // IBY files
       
    33 ../rom/enpolicy.iby                 CORE_MW_LAYER_IBY_EXPORT_PATH(enpolicy.iby)
       
    34 
       
    35 PRJ_MMPFILES
       
    36 ../Group/DOSENPolicy.mmp
       
    37 ../Group/SOSENPolicy.mmp
       
    38 
       
    39 PRJ_TESTMMPFILES
       
    40 // specify the .mmp files required for building any test programs here
       
    41 
       
    42 //  End of File