kernel/eka/compsupp/gcce/usrt_gcce.mmp
author Mike Kinghan <mikek@symbian.org>
Thu, 25 Nov 2010 14:35:45 +0000
branchGCC_SURGE
changeset 305 1ba12ef4ef89
parent 237 2604c9de91e0
permissions -rw-r--r--
Enhance the base/rom extension to generate the symbol file of the rom built. The symbol file is placed in epoc32/rom/<baseport_name>, along with the rom log and final oby file.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
237
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
// All rights reserved.
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
// under the terms of the License "ARM EABI LICENCE.txt"
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
// in kernel/eka/compsupp.
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
//
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
//
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
// Initial Contributors:
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
// Nokia Corporation - initial contribution.
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
//
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
// Contributors:
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
//
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
// Description:
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
// user-side runtime support library
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
// 
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
//
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
target          usrt_gcce.lib
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
targettype      lib
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
always_build_as_arm
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
source          ucppfini.cpp
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
source          ucppinit.cpp 
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
source          dllexp.cpp
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
source          ../symaehabi/callfirstprocessfn.cpp
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
2604c9de91e0 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
SMPSAFE