equal
deleted
inserted
replaced
729 |
729 |
730 if (!defined $paramFileFlag) |
730 if (!defined $paramFileFlag) |
731 { |
731 { |
732 # Enforce Feature Manager if macro SYMBIAN_FEATURE_MANAGER is defined in the HRH file. |
732 # Enforce Feature Manager if macro SYMBIAN_FEATURE_MANAGER is defined in the HRH file. |
733 my @hrhMacros = &Variant_GetMacroList; |
733 my @hrhMacros = &Variant_GetMacroList; |
|
734 die("No system-wide #defines??!") if (scalar @hrhMacros == 0); |
734 if (grep /^SYMBIAN_FEATURE_MANAGER\s*$/, @hrhMacros) |
735 if (grep /^SYMBIAN_FEATURE_MANAGER\s*$/, @hrhMacros) |
735 { |
736 { |
736 $enforceFeatureManager = 1; |
737 $enforceFeatureManager = 1; |
737 } |
738 } |
738 |
739 |