localisation/apparchitecture/tef/TAppLaunchChecker.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
       
    17 
       
    18 /**
    16 /**
    19  @file
    17  @file
    20  @internalComponent - Internal Symbian test code
    18  @internalComponent - Internal Symbian test code
    21 */
    19 */
    22 
    20 
    23 TARGET TAppLaunchChecker.dll
    21 TARGET tapplaunchchecker.dll
    24 CAPABILITY	All -Tcb
    22 CAPABILITY	All -Tcb
    25 TARGETTYPE PLUGIN
    23 TARGETTYPE PLUGIN
    26 VENDORID 0x70000001
    24 VENDORID 0x70000001
    27 
    25 
    28 // ECom Dll recognition UID followed by the unique dll UID 
    26 // ECom Dll recognition UID followed by the unique dll UID 
    29 UID 0x10009D8D 0x1020d465
    27 UID 0x10009D8D 0x1020d465
    30 
    28 
    31 SOURCEPATH ../tef 
    29 SOURCEPATH ../tef 
    32 SOURCE TAppLaunchChecker.cpp
    30 SOURCE tAppLaunchChecker.cpp
    33 
    31 
    34 USERINCLUDE ../tef
    32 USERINCLUDE ../tef
    35 USERINCLUDE ../inc
    33 USERINCLUDE ../inc
    36 SYSTEMINCLUDE /epoc32/include
    34 
    37 SYSTEMINCLUDE /epoc32/include/ecom
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 //SYSTEMINCLUDE /epoc32/include/ecom
    38 
    37 
    39 start resource 1020d465.rss
    38 start resource 1020d465.rss
    40 target TAppLaunchChecker.rsc
    39 target tapplaunchchecker.rsc
    41 
    40 
    42 end
    41 end
    43 
    42 
    44 LIBRARY euser.lib
    43 LIBRARY euser.lib
    45 LIBRARY ECom.lib
    44 LIBRARY ecom.lib
    46 LIBRARY apfile.lib
    45 LIBRARY apfile.lib
    47 LIBRARY ws32.lib 
    46 LIBRARY ws32.lib 
    48 LIBRARY apgrfx.lib
    47 LIBRARY apgrfx.lib
    49 LIBRARY apparc.lib 
    48 LIBRARY apparc.lib 
       
    49 
       
    50 SMPSAFE