浏览代码

qcacld-3.0: Add new INI/CFG infrastructure for Policy Manager

Policy Manager component needs to adopt a new INI/CFG
infrastructure.

Provide a new infrastructure and remove old INI/CFGs related
to policy manager component.

CRs-Fixed: 2324393
Change-Id: Ia16845c2aef3c5877b0b164fcef13fe7cd41c736
Krunal Soni 6 年之前
父节点
当前提交
debf5de3d8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cfg/cfg_all.h

+ 2 - 0
cfg/cfg_all.h

@@ -16,6 +16,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "wlan_policy_mgr_cfg.h"
 #include "cfg_define.h"
 #include "cfg_converged.h"
 #include "cfg_mlme.h"
@@ -48,6 +49,7 @@
 #define CFG_ALL \
 	CFG_CONVERGED_ALL \
 	CFG_FWOL_ALL \
+	CFG_POLICY_MGR_ALL \
 	CFG_HDD_ALL \
 	CFG_HDD_DP_ALL \
 	CFG_IPA \