policymanagement/policyengine/group/PolicyEngineUI.mmp
changeset 68 415c00f1675d
parent 63 e0c1916b8ddc
child 72 8ee66fcd0a7c
equal deleted inserted replaced
63:e0c1916b8ddc 68:415c00f1675d
     1 /*
       
     2 * Copyright (c) 2002-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: Implementation of policymanagement components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET          policyengineui.dll
       
    25 TARGETTYPE	    PLUGIN
       
    26 UID		          0x10009D8D 0x10207817 
       
    27 VENDORID      	VID_DEFAULT
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 MW_LAYER_SYSTEMINCLUDE
       
    31 SYSTEMINCLUDE   /epoc32/include/ecom
       
    32 
       
    33 START RESOURCE  ../policyengineui/data/10207817.rss
       
    34 TARGET          policyengineui.rsc
       
    35 END
       
    36 
       
    37 
       
    38 START RESOURCE  ../policyengineui/data/PolicyEngineUI.rss
       
    39 HEADER
       
    40 TARGET policyengineuidlgs.rsc
       
    41 TARGETPATH      RESOURCE_FILES_DIR
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 // Sources
       
    46 SOURCEPATH      ../policyengineui/src 
       
    47 SOURCE          PolicyEngineUi.cpp
       
    48 
       
    49 USERINCLUDE   	. ../policyengineui/inc ../../include
       
    50 USERINCLUDE     ../../../inc // domain private headers
       
    51 
       
    52 
       
    53 // Libraries
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         eikcore.lib
       
    56 LIBRARY         bafl.lib
       
    57 LIBRARY         avkon.lib
       
    58 LIBRARY         cone.lib
       
    59 LIBRARY         CommonEngine.lib
       
    60 LIBRARY         eikcoctl.lib 
       
    61 LIBRARY	    		eikdlg.lib 
       
    62 LIBRARY         eikctl.lib
       
    63 LIBRARY         PlatformEnv.lib
       
    64 LIBRARY         commondialogs.lib
       
    65 LIBRARY         efsrv.lib
       
    66 LIBRARY 		eiksrv.lib
       
    67 LIBRARY			flogger.lib
       
    68 LIBRARY			syncservice.lib
       
    69 
       
    70 
       
    71 SMPSAFE