deviceencryption/rom/group/bld.inf
author Simon Howkins <simonh@symbian.org>
Fri, 12 Nov 2010 14:20:29 +0000
branchRCL_3
changeset 54 e5e9368908dc
child 55 58ed58285a84
permissions -rw-r--r--
Adjusted to avoid exports from a top-level bld.inf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     1
/*
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     2
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     3
* All rights reserved.
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     8
*
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     9
* Initial Contributors:
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    11
*
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    12
* Contributors:
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    13
*
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    14
* Description:  Provides the information required for building all
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    15
*               Device Encryption components.
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    16
*
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    17
*/
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    18
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    19
#include <ProductVariant.hrh>
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    20
#include <platform_paths.hrh>
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    21
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    22
PRJ_EXPORTS
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    23
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    24
// ROM files
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    25
../rom/DevEnc.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(DevEncryption.iby)
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    26
../rom/DevEncResources.iby	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(DevEncResources.iby)
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    27
e5e9368908dc Adjusted to avoid exports from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    28
// End of file