commonuisupport/uikon/examples/notifier1/notifier/Notifier1.mmp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2006-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 //
       
    15 
       
    16 TARGET        Notifier1.dll
       
    17 TARGETTYPE    plugin
       
    18 CAPABILITY TrustedUI ProtServ
       
    19 UID           0x10009D8D 0x102826DA
       
    20 VENDORID 	  0x70000001
       
    21 
       
    22 USERINCLUDE   .
       
    23 SYSTEMINCLUDE \epoc32\include
       
    24 SYSTEMINCLUDE \epoc32\include\ecom
       
    25 SYSTEMINCLUDE \epoc32\include\techview
       
    26 
       
    27 SOURCEPATH .
       
    28 SOURCE Notifier1.cpp
       
    29 
       
    30 LIBRARY eiksrv.lib
       
    31 LIBRARY euser.lib
       
    32 LIBRARY cone.lib
       
    33 LIBRARY eikcoctl.lib
       
    34 LIBRARY eikdlg.lib
       
    35 LIBRARY bafl.lib
       
    36 
       
    37 START RESOURCE Notifier1.rss
       
    38 TARGET Notifier1.rsc
       
    39 END
       
    40 
       
    41 RESOURCE Notifier1Dialog.rss
       
    42 START RESOURCE Notifier1Dialog.rss
       
    43 HEADER
       
    44 TARGETPATH	\resource\apps
       
    45 END 
       
    46 
       
    47 SMPSAFE