Add config.ini.pc for desktop AVD

The config.ini.pc is based on freeform.ini but add some tweaks for pc-like
devices.

Bug: 205200973
Test: build
Change-Id: I4bd0bb87c81869af4842b8050aec33980ba9ab7a
diff --git a/pc/config.ini.pc b/pc/config.ini.pc
new file mode 100644
index 0000000..1f937cc
--- /dev/null
+++ b/pc/config.ini.pc
@@ -0,0 +1,23 @@
+avd.ini.encoding=UTF-8
+disk.dataPartition.size=6G
+display.settings.xml=freeform
+fastboot.forceColdBoot=yes
+hw.accelerometer=no
+hw.audioInput=yes
+hw.battery=yes
+hw.camera.back=emulated
+hw.camera.front=emulated
+hw.dPad=no
+hw.gps=no
+hw.gpu.enabled=yes
+hw.keyboard=yes
+hw.lcd.density=240
+hw.mainKeys=no
+hw.ramSize=4096
+hw.sensors.orientation=no
+hw.sensors.proximity=no
+image.sysdir.1=x86/
+skin.dynamic=no
+skin.name=3000x2000
+skin.path=3000x2000
+
diff --git a/pc/sdk_pc_x86_64.mk b/pc/sdk_pc_x86_64.mk
index c5199d1..1ede69a 100644
--- a/pc/sdk_pc_x86_64.mk
+++ b/pc/sdk_pc_x86_64.mk
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+PRODUCT_COPY_FILES += device/generic/goldfish/pc/config.ini.pc:config.ini
+
 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_x86_64.mk)
 
 PRODUCT_NAME := sdk_pc_x86_64