networkcontrol/ipupsplugins/dialogcreator/group/ipupsdialog.mmp
branchRCL_3
changeset 5 1422c6cd3f0c
parent 1 a579325b79dd
child 6 e7dfaa7b0b8d
child 10 c64cefac6e99
equal deleted inserted replaced
1:a579325b79dd 5:1422c6cd3f0c
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // IP implementation of User Prompt Service dialog creator ECOM plug-in
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 target		ipupsdialog.dll
       
    23 capability	protserv trustedui
       
    24 targettype	plugin
       
    25 deffile		ipupsdialog.def
       
    26 
       
    27 uid		0x10009D8D 0x10285A7B
       
    28 vendorid	0x70000001
       
    29 
       
    30 userinclude	../source
       
    31 userinclude     ../inc
       
    32 
       
    33 // OS_LAYER_SYSTEMINCLUDE_SYMBIAN illegal dependency on apaid.h
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 sourcepath      ../source
       
    37 source          ipupsdialog.cpp
       
    38 source          ipupsconst.cpp
       
    39 
       
    40 sourcepath      ../resource
       
    41 start resource	10285A7B.rss
       
    42 target	        ipupsdialog.rsc
       
    43 end
       
    44 
       
    45 //
       
    46 // Default reference policy file for IP UPS
       
    47 //
       
    48 // This policy file is not installed by default in the proper UPS policy file directory
       
    49 // (/private/10283558/policies/), as it is intended to be copied there as required.
       
    50 
       
    51 sourcepath	../../policyfile
       
    52 start resource	ups_101F7989_10281DD8.rss
       
    53 targetpath	/system/data
       
    54 end
       
    55 
       
    56 library	        apgrfx.lib apparc.lib ecom.lib euser.lib upspolicies.lib
       
    57 library         upsclient.lib ipcstream.lib estor.lib sisregistryclient.lib upsnotifierutil.lib
       
    58 
       
    59 SMPSAFE