Adjusted to avoid exports, etc, from a top-level bld.inf RCL_3 tip
authorSimon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 16:50:40 +0000
branchRCL_3
changeset 44 87ee154df721
parent 43 75ec5e55f7da
Adjusted to avoid exports, etc, from a top-level bld.inf
group/bld.inf
mmsharing/exports/bld.inf
mmsharing/group/bld.inf
rom/bld.inf
--- a/group/bld.inf	Mon Nov 15 11:38:50 2010 +0000
+++ b/group/bld.inf	Mon Nov 22 16:50:40 2010 +0000
@@ -22,15 +22,9 @@
 PRJ_PLATFORMS
 DEFAULT
 
-PRJ_EXPORTS
-../rom/multimediasharing.iby CORE_APP_LAYER_IBY_EXPORT_PATH(multimediasharing.iby)
-../rom/multimediasharingresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(multimediasharingresources.iby)
-
-//  Export stub sis file making possible eclipsing files in the rom image
-../rom/multimediasharing_stub.SIS    /epoc32/data/z/system/install/multimediasharing_stub.sis
-
-PRJ_MMPFILES
 #include "../mmsharinguis_plat/group/bld.inf"
 #include "../mmsharing/group/bld.inf"
 #include "../mmshplugins/group/bld.inf"
-#include "../mmsharing/mmshui/help/group/bld.inf"
\ No newline at end of file
+#include "../mmsharing/mmshui/help/group/bld.inf"
+#include "../rom/bld.inf"
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmsharing/exports/bld.inf	Mon Nov 22 16:50:40 2010 +0000
@@ -0,0 +1,37 @@
+/*
+* Copyright (c) 2005-2006 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:  project specification
+*
+*/
+
+#include <platform_paths.hrh>
+
+PRJ_PLATFORMS
+DEFAULT
+
+PRJ_EXPORTS
+../mmshshared/loc/mus.loc		APP_LAYER_LOC_EXPORT_PATH(mus.loc)
+../mmshshared/loc/musoperator.loc	APP_LAYER_LOC_EXPORT_PATH(musoperator.loc)
+
+// Generic configuration interface for multimediasharing cenrep settings  
+// component_1028238b implementation specifics for cenrep data
+// component_1028238b implementation specifics for genconf ml data
+../Conf/multimediasharing.confml	APP_LAYER_CONFML(multimediasharing.confml)
+../Conf/multimediasharing_1028238B.crml	APP_LAYER_CRML(multimediasharing_1028238B.crml)
+
+// Export backup registration xml file to register multimediasharing settings
+// to be securely backed up as part of symbian secure backup restore operation.
+// Here data owner will be musmanager server process but the real data stored
+// in central repository. Hence central repository uid should be specified as proxy data owner.
+../cenrep/backup_registration.xml	/epoc32/data/z/private/1028238d/backup_registration.xml
--- a/mmsharing/group/bld.inf	Mon Nov 15 11:38:50 2010 +0000
+++ b/mmsharing/group/bld.inf	Mon Nov 22 16:50:40 2010 +0000
@@ -14,28 +14,13 @@
 * Description:  project specification
 *
 */
+
 #include <platform_paths.hrh>
 
 PRJ_PLATFORMS
 DEFAULT
 
-PRJ_EXPORTS
-../mmshshared/loc/mus.loc APP_LAYER_LOC_EXPORT_PATH(mus.loc)
-../mmshshared/loc/musoperator.loc APP_LAYER_LOC_EXPORT_PATH(musoperator.loc)
-
-// Generic configuration interface for multimediasharing cenrep settings  
-// component_1028238b implementation specifics for cenrep data
-// component_1028238b implementation specifics for genconf ml data
-../Conf/multimediasharing.confml APP_LAYER_CONFML(multimediasharing.confml)
-../Conf/multimediasharing_1028238B.crml APP_LAYER_CRML(multimediasharing_1028238B.crml)
-
-// Export backup registration xml file to register multimediasharing settings
-// to be securely backed up as part of symbian secure backup restore operation.
-// Here data owner will be musmanager server process but the real data stored
-// in central repository. Hence central repository uid should be specified as proxy data owner.
-../cenrep/backup_registration.xml  /epoc32/data/z/private/1028238d/backup_registration.xml
-
-PRJ_MMPFILES
+#include "../exports/bld.inf"
 #include "../mmshavailability/group/bld.inf"
 #include "../mmshindicator/group/bld.inf"
 #include "../mmshmanagercli/group/bld.inf"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rom/bld.inf	Mon Nov 22 16:50:40 2010 +0000
@@ -0,0 +1,30 @@
+/*
+* Copyright (c) 2005 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:  This file provides the information required for building the
+*                ipappservices
+*
+*/
+
+#include <platform_paths.hrh>
+
+PRJ_PLATFORMS
+DEFAULT
+
+PRJ_EXPORTS
+multimediasharing.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(multimediasharing.iby)
+multimediasharingresources.iby	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(multimediasharingresources.iby)
+
+//  Export stub sis file making possible eclipsing files in the rom image
+multimediasharing_stub.SIS	/epoc32/data/z/system/install/multimediasharing_stub.sis
+