Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ebc342b authored by Yifan Hong's avatar Yifan Hong
Browse files

Add system/manifest.xml on device

Similar to vendor/manifest.xml on device, this file lists
all HALs defined in the framework (and hence go
to the system image). IServiceManager / IMemory /
etc. getService should consult this file (via VINTF
object under /system/libvintf) to return the HAL in the correct
transport mode.

Bug: 34772739 Create system/manifest.xml
Bug: 35219444 Need interface + instance entry

Test: compiles and manually confirm that system/manifest.xml exist.
Change-Id: I5b3c79b068841e47062cbab6f72d70555801a21d
parent 12e17ca4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -116,3 +116,7 @@ PRODUCT_COPY_FILES += \
    system/core/rootdir/init.usb.configfs.rc:root/init.usb.configfs.rc \
    system/core/rootdir/ueventd.rc:root/ueventd.rc \
    system/core/rootdir/etc/hosts:system/etc/hosts

# Framework Manifest
PRODUCT_COPY_FILES += \
    system/libhidl/sintf.xml:system/manifest.xml