boottimeintegritycheck/TrkDummy/group/TrkDummy1.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:19:59 +0100
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Dummy exe to prevent installing too liberal TrkApp
*  Version     : %version: 7 %
*
*/


// This MMP file builds dummy exe that can be included in ROM image
// to prevent installing old TrkApp.exe, which allows hacking platform
// security. Dummy exe has the same UID3 as old TrkApp.exe, and hence
// installing old TrkApp.exe will fail (error: 'Unable to install').
// If the same file name (TrkApp.exe, see TrkDummy.iby) is used too,
// then installing old TrkApp.exe fails with error: 'Cannot install!
// This component is built-in'.


#if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
  #include <platform_paths.hrh>
#endif

CAPABILITY      None

TARGETPATH      /sys/bin
TARGET          TrkDummy1.exe
TARGETTYPE      exe

// Note: UID3 matches to the TrkApplication UID to block it's installation.
UID             0x100039CE 0x200159D8

LANG            SC

SOURCEPATH      ../src
SOURCE          TrkDummy.cpp
SOURCE          TrkDummyApplication.cpp

USERINCLUDE     ../inc 
#if defined (__SERIES60_30__) || defined(__SERIES60_31__)
	SYSTEMINCLUDE	/epoc32/include  
#else
    MW_LAYER_SYSTEMINCLUDE    
#endif

LIBRARY         euser.lib
LIBRARY         apparc.lib
LIBRARY         eikcore.lib
LIBRARY         avkon.lib

SMPSAFE