Move gps.conf to a common location

Change-Id: I9e398ed81484d0f4e0c623dad47a7167b6b86ffa
diff --git a/passion_eu.mk b/passion_eu.mk
index 121c2ad..7e8a9f7 100644
--- a/passion_eu.mk
+++ b/passion_eu.mk
@@ -19,10 +19,8 @@
 # configured with Europe-specific settings.
 #
 
-# These are the aspects of the product that are explicitly
-# specific to this file
-PRODUCT_COPY_FILES := \
-	device/htc/passion/gps.conf_EU:system/etc/gps.conf
+# The gps config appropriate for this device
+$(call inherit-product, device/common/gps/gps_eu_supl.mk)
 
 # The rest of the configuration is inherited from a generic config
 $(call inherit-product, device/htc/passion/passion.mk)