mako: NFC: Include NFC product files, NFCEE access files.

- Moved device node owner/mode settings to ueventd
- Create necessary /data/nfc and /data/nfc/param dirs for NVstorage
- Added required NFC product packages
- Added nfcee access files, to allow Google Wallet access.

Change-Id: Ib8ec711288498baf16eea532523a57eb668c56ad
diff --git a/init.mako.rc b/init.mako.rc
index 901e91a..18a4322 100644
--- a/init.mako.rc
+++ b/init.mako.rc
@@ -113,10 +113,9 @@
     write /proc/sys/net/ipv6/conf/rmnet_sdio7/accept_ra 2
 
 
-# NFC Feature
-    chmod 0600 /dev/bcm2079x-i2c
-    chown nfc system /dev/bcm2079x-i2c
-    setprop ro.nfc.port I2C
+# NFC: create data/nfc for nv storage
+    mkdir /data/nfc 770 nfc nfc
+    mkdir /data/nfc/param 770 nfc nfc
 
 # msm specific files that need to be created on /data
 on post-fs-data