policymanagement/policyengine/rom/policyengine.iby
changeset 0 b497e44ab2fc
child 44 39aa16f3fdc2
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2009 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: Implementation of policymanagement components
       
    15 *
       
    16 */
       
    17 #ifndef __POLICYENGINE_IBY__
       
    18 #define __POLICYENGINE_IBY__
       
    19 
       
    20 file=ABI_DIR\BUILD_DIR\PolicyEngine.dll     											SHARED_LIB_DIR\PolicyEngine.dll
       
    21 
       
    22 //#if defined(__SAP_POLICY_MANAGEMENT)
       
    23 	S60_APP_EXE(PolicyEngineServer)
       
    24 	S60_APP_EXE(CentRepToolServer)
       
    25 	file=ABI_DIR\BUILD_DIR\CentRepTool.dll      											SHARED_LIB_DIR\CentRepTool.dll
       
    26 	ECOM_PLUGIN(PolicyEngineUI.dll, PolicyEngineUI.rsc)
       
    27 	ECOM_PLUGIN(PMRFsPlugin.dll, PMRFsPlugin.rsc)
       
    28 //#endif
       
    29 
       
    30 #endif