serviceapifw_plat/rtsecuritymanager_client_api/tsrc/group/bld.inf
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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 the License "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:        ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 PRJ_PLATFORMS
       
    27 // specify the platforms your component needs to be built for here
       
    28 // defaults to WINS MARM so you can ignore this if you just build these
       
    29 DEFAULT
       
    30 
       
    31 PRJ_TESTEXPORTS
       
    32 // NOTE: If using ARS requirements all export operations should be done under this.
       
    33 // 'abld test export'
       
    34 //../init/testframework.ini      /epoc32/WINSCW/C/TestFramework/testframework.ini 
       
    35 ../conf/ui_tsecuritymanager.cfg      /epoc32/WINSCW/C/TestFramework/ui_tsecuritymanager.cfg
       
    36 ../conf/ui_tsecuritymanager_comb.cfg      /epoc32/WINSCW/C/TestFramework/ui_tsecuritymanager_comb.cfg
       
    37 ../data/accesspolicy.xml           /epoc32/WINSCW/C/data/others/accesspolicy.xml  
       
    38 ../data/accesspolicy_1.xml           /epoc32/WINSCW/C/data/others/accesspolicy_1.xml 
       
    39 ../data/accesspolicy_2.xml           /epoc32/WINSCW/C/data/others/accesspolicy_2.xml 
       
    40 ../data/accesspolicy_3.xml           /epoc32/WINSCW/C/data/others/accesspolicy_3.xml 
       
    41 
       
    42 
       
    43 PRJ_EXPORTS
       
    44 
       
    45 
       
    46 
       
    47 // Specify the source file followed by its destination here
       
    48 // copy will be used to copy the source file to its destination
       
    49 // If there's no destination then the source file will be copied
       
    50 // to the same name in /epoc32/include
       
    51 // Example: 
       
    52 /*
       
    53 /agnmodel/inc/AGMCOMON.H
       
    54 */
       
    55 
       
    56 PRJ_TESTMMPFILES
       
    57 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    58 // 'abld test build'
       
    59 ui_tsecuritymanager.mmp
       
    60 
       
    61 
       
    62 PRJ_MMPFILES
       
    63 // Specify the .mmp files required for building the important component
       
    64 // releasables.
       
    65 //
       
    66 // Specify "tidy" if the component you need to build doesn't need to be
       
    67 // released. Specify "ignore" if the MMP file exists but should be
       
    68 // ignored.
       
    69 // Example:
       
    70 /*
       
    71 /agnmodel/group/agnmodel.mmp
       
    72 #if defined(MARM)
       
    73 /agnmodel/group/agsvexe.mmp
       
    74 #endif
       
    75 */
       
    76 
       
    77 
       
    78 //  End of File