appfw/apparchitecture/tef/TAppLaunchChecker.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2005-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 /**
       
    17  @file
       
    18  @internalComponent - Internal Symbian test code
       
    19 */
       
    20 
       
    21 TARGET tapplaunchchecker.dll
       
    22 CAPABILITY	All -Tcb
       
    23 TARGETTYPE PLUGIN
       
    24 VENDORID 0x70000001
       
    25 
       
    26 // ECom Dll recognition UID followed by the unique dll UID 
       
    27 UID 0x10009D8D 0x1020d465
       
    28 
       
    29 SOURCEPATH ../tef 
       
    30 SOURCE tAppLaunchChecker.cpp
       
    31 
       
    32 USERINCLUDE ../tef
       
    33 USERINCLUDE ../inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 //SYSTEMINCLUDE /epoc32/include/ecom
       
    37 
       
    38 start resource 1020d465.rss
       
    39 target tapplaunchchecker.rsc
       
    40 
       
    41 end
       
    42 
       
    43 LIBRARY euser.lib
       
    44 LIBRARY ecom.lib
       
    45 LIBRARY apfile.lib
       
    46 LIBRARY ws32.lib 
       
    47 LIBRARY apgrfx.lib
       
    48 LIBRARY apparc.lib 
       
    49 
       
    50 SMPSAFE