javamanager/javacaptain/systemams/build/systemams.mmp
changeset 21 2a9601315dfc
child 72 1f0034e370aa
equal deleted inserted replaced
18:e8e63152f320 21:2a9601315dfc
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 #include <bldvariant.hrh>
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include <../../../../inc/project_defines.hrh>
       
    22 #include <../../../../inc/java_stdcpp_support_for_exe.hrh>
       
    23 
       
    24 epocheapsize 0x00001000 0x02000000
       
    25 epocstacksize 16384
       
    26 
       
    27 target          SystemAMS.exe
       
    28 TARGETTYPE EXE
       
    29 
       
    30 VENDORID        VID_DEFAULT
       
    31 CAPABILITY      ProtServ ReadUserData WriteDeviceData
       
    32 
       
    33 UID         0x2000CFEC 0x200159D7
       
    34 
       
    35 // Use bytepair compression to enable code paging
       
    36 PAGED
       
    37 
       
    38 USERINCLUDE ../../../../inc
       
    39 
       
    40 SOURCEPATH  ../src
       
    41 SOURCE      main.cpp
       
    42 SOURCE      systemamstrader.cpp
       
    43 SOURCE      legacyserver.cpp
       
    44 SOURCE      legacyserversession.cpp
       
    45 SOURCE      certificatesmanager.cpp
       
    46 
       
    47 LIBRARY ctframework.lib
       
    48 LIBRARY ctfinder.lib
       
    49 LIBRARY ecom.lib
       
    50 LIBRARY estor.lib
       
    51 
       
    52 //  End of File
       
    53