uiacceltk/hitchcock/ServerStub/Proxy_src/alfappfwproxy.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 // Copyright (c) 1997-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 #include <data_caging_paths.hrh>
       
    16 #include <platform_paths.hrh>
       
    17 #include <bldvariant.hrh>
       
    18 
       
    19 #include "alfappfwproxy_defs.h"
       
    20  
       
    21 TARGET                  alfappfwproxy.dll
       
    22 TARGETTYPE              plugin
       
    23 UID                     0x10009D8D KAlfAppFwProxyUid
       
    24 
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 VENDORID        VID_DEFAULT 
       
    27 
       
    28 USERINCLUDE     .  ../../CommonInc ../../coretoolkit/inc
       
    29 SOURCEPATH      .
       
    30 SOURCE 			AlfAppFwProxy.cpp
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 
       
    35 START RESOURCE  alfappfwproxy.rss
       
    36   TARGET          alfappfwproxy.rsc
       
    37 END
       
    38 
       
    39 LIBRARY         euser.lib avkon.lib eiksrv.lib aknskins.lib hitchcock.lib cone.lib  ws32.lib
       
    40 LIBRARY         fbscli.lib bitgdi.lib aknicon.lib apgrfx.lib 
       
    41